From 9f76d5b9a39df8a4739ac6fcccc8abc59e7f5074 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 20 Sep 2024 20:35:19 +0000 Subject: [PATCH] chore(main): release 0.9.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 26 ++++++++++++++++++++++++++ 2 files changed, 27 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/.release-please-manifest.json b/.release-please-manifest.json index f5b6b2a..6db3039 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.0.0" + ".": "0.9.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..9046843 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,26 @@ +# Changelog + +## 0.9.0 (2024-09-20) + + +### Build System or External Dependencies + +* **deps:** bump github.com/onsi/ginkgo/v2 from 2.17.1 to 2.20.2 ([#19](https://github.com/runfinch/finch-daemon/issues/19)) ([e282c25](https://github.com/runfinch/finch-daemon/commit/e282c253bfdd2bad7e97866e75598291892fb7fa)) +* **deps:** bump github.com/onsi/gomega from 1.32.0 to 1.34.2 ([#18](https://github.com/runfinch/finch-daemon/issues/18)) ([ea72df3](https://github.com/runfinch/finch-daemon/commit/ea72df3f479e10ef0de0357a31a1686d626f5041)) + + +### Features + +* add container create options ([#27](https://github.com/runfinch/finch-daemon/issues/27)) ([504dcaf](https://github.com/runfinch/finch-daemon/commit/504dcaf9eff1316c9dd40db82a4ecce9b3e1796d)) +* allow custom socket path ([#7](https://github.com/runfinch/finch-daemon/issues/7)) ([4c17545](https://github.com/runfinch/finch-daemon/commit/4c1754576d5beb3bd6b12e36893a588b2bb95825)) +* implement container restart API ([#23](https://github.com/runfinch/finch-daemon/issues/23)) ([5d9b1e0](https://github.com/runfinch/finch-daemon/commit/5d9b1e0f4e1565fd374b0f0941f373a094dc749c)) +* Port 'implement container restart API' patch ([5d9b1e0](https://github.com/runfinch/finch-daemon/commit/5d9b1e0f4e1565fd374b0f0941f373a094dc749c)) + + +### Bug Fixes + +* doc nits and parameter casing ([#57](https://github.com/runfinch/finch-daemon/issues/57)) ([e22c156](https://github.com/runfinch/finch-daemon/commit/e22c156cc8bcb97f25c6f41a14e833203e8798ce)) +* filter unsupported enable_icc option ([#36](https://github.com/runfinch/finch-daemon/issues/36)) ([6c5e72d](https://github.com/runfinch/finch-daemon/commit/6c5e72d4e8c9f6a5be12bf38078798423d11064f)) +* image load should close stream after copy ([#34](https://github.com/runfinch/finch-daemon/issues/34)) ([5ee657b](https://github.com/runfinch/finch-daemon/commit/5ee657b17de96c1d2302e9ee7490ccfdc64cd907)) +* Set release version to 0.9.0 ([#56](https://github.com/runfinch/finch-daemon/issues/56)) ([024768a](https://github.com/runfinch/finch-daemon/commit/024768a6937ab2917870f9a3348dc0be114d3523)) +* truncate image id on publish tag event ([#35](https://github.com/runfinch/finch-daemon/issues/35)) ([6aa5b7c](https://github.com/runfinch/finch-daemon/commit/6aa5b7ce76979682ad1cf2b49ac0237a74cac809))