Skip to content

Commit

Permalink
chore(main): release 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Sep 20, 2024
1 parent 3017cf4 commit 92f10cc
Show file tree
Hide file tree
Showing 2 changed files with 25 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 @@
{
".": "0.0.0"
".": "1.0.0"
}
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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))

0 comments on commit 92f10cc

Please sign in to comment.