From da05bb0b40f59de63da0c300e2fc38de6b8c1c00 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 6 Nov 2024 05:51:23 +0000 Subject: [PATCH] chore(main): release 1.4.2 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 15 +++++++++++++++ 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index ce276fa1e..d1ce7450b 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.4.1" + ".": "1.4.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index f9cf3fadc..a55cd6ea2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## [1.4.2](https://github.com/runfinch/finch/compare/v1.4.1...v1.4.2) (2024-11-06) + + +### Build System or External Dependencies + +* **deps:** Bump github.com/aws/aws-sdk-go-v2 from 1.32.2 to 1.32.3 ([#1159](https://github.com/runfinch/finch/issues/1159)) ([6ef662f](https://github.com/runfinch/finch/commit/6ef662f9f6d177118512f8fbb15f351e5c421c89)) +* **deps:** Bump github.com/containerd/nerdctl/v2 from 2.0.0-rc.2 to 2.0.0-rc.3 ([#1151](https://github.com/runfinch/finch/issues/1151)) ([7f3a579](https://github.com/runfinch/finch/commit/7f3a579df88a3615db60c2beb829214ed2d1ccce)) +* **deps:** Bump github.com/pkg/sftp from 1.13.6 to 1.13.7 ([#1150](https://github.com/runfinch/finch/issues/1150)) ([3747442](https://github.com/runfinch/finch/commit/3747442536da484a12003ea99a37a8d6977f2689)) +* **deps:** Bump k8s.io/apimachinery from 0.31.1 to 0.31.2 ([#1147](https://github.com/runfinch/finch/issues/1147)) ([c7c5d81](https://github.com/runfinch/finch/commit/c7c5d812fced643576bfff0fca2411382ed44666)) + + +### Bug Fixes + +* add unit test coverage ([#1166](https://github.com/runfinch/finch/issues/1166)) ([507d636](https://github.com/runfinch/finch/commit/507d636d19b5cfd5332db67e1799be992eb8c398)) + ## [1.4.1](https://github.com/runfinch/finch/compare/v1.4.0...v1.4.1) (2024-10-24)