From 35da07ae6e0ed28ef9b0b9639249b11accd69a84 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2024 14:53:49 +0000 Subject: [PATCH] chore(main): release 1.3.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 21 +++++++++++++++++++++ 2 files changed, 22 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 32b87f916..6a787c5c9 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.2.3" + ".": "1.3.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 746de5233..323ab25e6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,26 @@ # Changelog +## [1.3.0](https://github.com/runfinch/finch/compare/v1.2.3...v1.3.0) (2024-09-03) + + +### Build System or External Dependencies + +* **deps:** bump github.com/aws/aws-sdk-go-v2 from 1.30.3 to 1.30.4 ([#1064](https://github.com/runfinch/finch/issues/1064)) ([51089f6](https://github.com/runfinch/finch/commit/51089f68e287d66586f5599444e5803e27bdbb7e)) +* **deps:** bump github.com/docker/cli from 27.1.2+incompatible to 27.2.0+incompatible ([#1074](https://github.com/runfinch/finch/issues/1074)) ([87bc728](https://github.com/runfinch/finch/commit/87bc7286ba018838a86a699356b3cfbbdc91e606)) +* **deps:** bump github.com/docker/docker from 27.1.1+incompatible to 27.1.2+incompatible ([#1061](https://github.com/runfinch/finch/issues/1061)) ([801f825](https://github.com/runfinch/finch/commit/801f8254b6c0070b37d3d1fef0d80e2270b8c6b2)) +* **deps:** bump github.com/docker/docker from 27.1.2+incompatible to 27.2.0+incompatible ([#1073](https://github.com/runfinch/finch/issues/1073)) ([726dc07](https://github.com/runfinch/finch/commit/726dc072fb4669d29b294c86d8c916d228680403)) +* **deps:** bump github.com/lima-vm/lima from 0.22.0 to 0.23.1 ([#1066](https://github.com/runfinch/finch/issues/1066)) ([09d7355](https://github.com/runfinch/finch/commit/09d73552047e83b3bafcbbafab3e9efdbf93ea64)) +* **deps:** bump github.com/lima-vm/lima from 0.23.1 to 0.23.2 ([#1077](https://github.com/runfinch/finch/issues/1077)) ([0a02a4b](https://github.com/runfinch/finch/commit/0a02a4b1d8189d33894f0a49bc4412739169373c)) +* **deps:** bump github.com/onsi/ginkgo/v2 from 2.20.0 to 2.20.2 ([#1075](https://github.com/runfinch/finch/issues/1075)) ([81af756](https://github.com/runfinch/finch/commit/81af756115cd698b375d6a78b8fc2331c26216ab)) +* **deps:** bump github.com/onsi/gomega from 1.34.1 to 1.34.2 ([#1076](https://github.com/runfinch/finch/issues/1076)) ([e04a072](https://github.com/runfinch/finch/commit/e04a072aede5e289faf986adc6423a63bbd61c11)) +* **deps:** bump k8s.io/apimachinery from 0.30.3 to 0.31.0 ([#1060](https://github.com/runfinch/finch/issues/1060)) ([2c22e72](https://github.com/runfinch/finch/commit/2c22e7277a0940ba65126d01b6ea201bbb5f4840)) + + +### Features + +* add exit status code to finch ([5fa30f4](https://github.com/runfinch/finch/commit/5fa30f45f7ff20605905d456d5dda1c177172527)) +* Add exit status code to finch ([#1068](https://github.com/runfinch/finch/issues/1068)) ([5fa30f4](https://github.com/runfinch/finch/commit/5fa30f45f7ff20605905d456d5dda1c177172527)) + ## [1.2.3](https://github.com/runfinch/finch/compare/v1.2.2...v1.2.3) (2024-08-13)