-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ea72df3
commit 4865cda
Showing
2 changed files
with
24 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
{ | ||
".": "0.0.0" | ||
".": "1.0.0" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
# Changelog | ||
|
||
## 1.0.0 (2024-09-18) | ||
|
||
|
||
### Build System or External Dependencies | ||
|
||
* **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)) |