From 92f10cc15b9d0dec9bf29b2b86976397e2b505b0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 20 Sep 2024 15:39:32 +0000 Subject: [PATCH] chore(main): release 1.0.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 24 ++++++++++++++++++++++++ 2 files changed, 25 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/.release-please-manifest.json b/.release-please-manifest.json index f5b6b2a..1772e6f 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.0.0" + ".": "1.0.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..fc77e8d --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,24 @@ +# Changelog + +## 1.0.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 + +* 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)) +* 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))