Skip to content

Commit

Permalink
chore(main): release 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Sep 3, 2024
1 parent 6d49ac7 commit 74aacb9
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.2.3"
".": "1.3.0"
}
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,31 @@
# 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))


### Bug Fixes

* Improve CLI parsing for Image Args ([#1072](https://github.com/runfinch/finch/issues/1072)) ([6d49ac7](https://github.com/runfinch/finch/commit/6d49ac7fcc080302938a96630327c20eb9491a00))

## [1.2.3](https://github.com/runfinch/finch/compare/v1.2.2...v1.2.3) (2024-08-13)


Expand Down

0 comments on commit 74aacb9

Please sign in to comment.