Skip to content

Commit f94d833

Browse files
chore(main): release 0.12.0
1 parent 12c44d8 commit f94d833

File tree

2 files changed

+55
-1
lines changed

2 files changed

+55
-1
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.11.0"
2+
".": "0.12.0"
33
}

CHANGELOG.md

Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,59 @@
11
# Changelog
22

3+
## [0.12.0](https://github.com/coderbirju/finch-daemon/compare/v0.11.0...v0.12.0) (2024-12-04)
4+
5+
6+
### Build System or External Dependencies
7+
8+
* **deps:** bump github.com/containerd/go-cni from 1.1.9 to 1.1.10 ([#53](https://github.com/coderbirju/finch-daemon/issues/53)) ([31583b0](https://github.com/coderbirju/finch-daemon/commit/31583b0bd25dfdcf5c53ae78882b9df3ac36cc11))
9+
* **deps:** bump github.com/containerd/nerdctl from 1.7.5 to 1.7.7 ([#66](https://github.com/coderbirju/finch-daemon/issues/66)) ([80fdae9](https://github.com/coderbirju/finch-daemon/commit/80fdae9e466a2df51f61f6f7ab22effe21f5913f))
10+
* **deps:** Bump github.com/containernetworking/cni from 1.2.2 to 1.2.3 ([#87](https://github.com/coderbirju/finch-daemon/issues/87)) ([46df1b6](https://github.com/coderbirju/finch-daemon/commit/46df1b631d6d9cf77d1a34b1162c9ac0226e5ff6))
11+
* **deps:** Bump github.com/coreos/go-iptables from 0.7.0 to 0.8.0 ([#106](https://github.com/coderbirju/finch-daemon/issues/106)) ([9905569](https://github.com/coderbirju/finch-daemon/commit/990556941eee136457e190de217e9e64249b54d1))
12+
* **deps:** bump github.com/onsi/ginkgo/v2 from 2.17.1 to 2.20.2 ([#19](https://github.com/coderbirju/finch-daemon/issues/19)) ([e282c25](https://github.com/coderbirju/finch-daemon/commit/e282c253bfdd2bad7e97866e75598291892fb7fa))
13+
* **deps:** bump github.com/onsi/gomega from 1.32.0 to 1.34.2 ([#18](https://github.com/coderbirju/finch-daemon/issues/18)) ([ea72df3](https://github.com/coderbirju/finch-daemon/commit/ea72df3f479e10ef0de0357a31a1686d626f5041))
14+
* **deps:** bump github.com/runfinch/common-tests from 0.7.21 to 0.8.0 ([#64](https://github.com/coderbirju/finch-daemon/issues/64)) ([df9f0ca](https://github.com/coderbirju/finch-daemon/commit/df9f0cad2f1cc842a6c3033dc2d635008a2690df))
15+
* **deps:** bump github.com/spf13/cobra from 1.8.0 to 1.8.1 ([#49](https://github.com/coderbirju/finch-daemon/issues/49)) ([3eff666](https://github.com/coderbirju/finch-daemon/commit/3eff666f81e4ea655b9d70e5fa7e8043283ec959))
16+
* **deps:** Bump github.com/stretchr/testify from 1.9.0 to 1.10.0 ([#107](https://github.com/coderbirju/finch-daemon/issues/107)) ([e5b9878](https://github.com/coderbirju/finch-daemon/commit/e5b987880954c14b90a2f984a586b2b02eeec44c))
17+
* **deps:** bump github.com/vishvananda/netlink from 1.2.1-beta.2 to 1.3.0 ([#50](https://github.com/coderbirju/finch-daemon/issues/50)) ([e3cffc7](https://github.com/coderbirju/finch-daemon/commit/e3cffc77ac28451c15d5c6a04ab63fd89c34fe4b))
18+
* **deps:** Bump golang.org/x/net from 0.29.0 to 0.31.0 ([#93](https://github.com/coderbirju/finch-daemon/issues/93)) ([dcffe39](https://github.com/coderbirju/finch-daemon/commit/dcffe399140761198e2fec7de08005a7c56c5c3f))
19+
20+
21+
### Features
22+
23+
* add container create options ([#27](https://github.com/coderbirju/finch-daemon/issues/27)) ([504dcaf](https://github.com/coderbirju/finch-daemon/commit/504dcaf9eff1316c9dd40db82a4ecce9b3e1796d))
24+
* add distribution API ([#92](https://github.com/coderbirju/finch-daemon/issues/92)) ([0e413d7](https://github.com/coderbirju/finch-daemon/commit/0e413d7a3833f2b392921bf7131e80bf6b969fa0))
25+
* Add Support for Extra Hosts ([#85](https://github.com/coderbirju/finch-daemon/issues/85)) ([5722300](https://github.com/coderbirju/finch-daemon/commit/5722300912f8a4cdcc4aa22bae6524ef79a9b7d1))
26+
* Add support for nerdctl config and default variables ([#73](https://github.com/coderbirju/finch-daemon/issues/73)) ([284c73f](https://github.com/coderbirju/finch-daemon/commit/284c73ffc02ac5bd1712b92e06675474cb206c19))
27+
* Add support for pidfile ([#90](https://github.com/coderbirju/finch-daemon/issues/90)) ([55eacb5](https://github.com/coderbirju/finch-daemon/commit/55eacb5f8ed302bf8aa2138a9b47b2c01970e28b))
28+
* Add support for socket Activation ([#89](https://github.com/coderbirju/finch-daemon/issues/89)) ([d185ad3](https://github.com/coderbirju/finch-daemon/commit/d185ad3b2fc057fb7655ee0168d4ffea679df432))
29+
* allow custom socket path ([#7](https://github.com/coderbirju/finch-daemon/issues/7)) ([4c17545](https://github.com/coderbirju/finch-daemon/commit/4c1754576d5beb3bd6b12e36893a588b2bb95825))
30+
* implement container restart API ([#23](https://github.com/coderbirju/finch-daemon/issues/23)) ([5d9b1e0](https://github.com/coderbirju/finch-daemon/commit/5d9b1e0f4e1565fd374b0f0941f373a094dc749c))
31+
* Implementation of enable_icc option ([#69](https://github.com/coderbirju/finch-daemon/issues/69)) ([5fd2e3e](https://github.com/coderbirju/finch-daemon/commit/5fd2e3ee7cf1f17f59c58028fd931bc9a9f51b38))
32+
* Port 'implement container restart API' patch ([5d9b1e0](https://github.com/coderbirju/finch-daemon/commit/5d9b1e0f4e1565fd374b0f0941f373a094dc749c))
33+
34+
35+
### Bug Fixes
36+
37+
* Add arm64 build and release ([#99](https://github.com/coderbirju/finch-daemon/issues/99)) ([9cc615a](https://github.com/coderbirju/finch-daemon/commit/9cc615af4add118537441a7357f936fb02f7ef86))
38+
* Add static binaries to release ([#63](https://github.com/coderbirju/finch-daemon/issues/63)) ([57a0c44](https://github.com/coderbirju/finch-daemon/commit/57a0c44d56bbf0addbf5b8c78a2baebac61141ab))
39+
* bump minor for feat ([65fbf5a](https://github.com/coderbirju/finch-daemon/commit/65fbf5afaeb175d5660ff13acc639ec3d72ac273))
40+
* doc nits and parameter casing ([#57](https://github.com/coderbirju/finch-daemon/issues/57)) ([e22c156](https://github.com/coderbirju/finch-daemon/commit/e22c156cc8bcb97f25c6f41a14e833203e8798ce))
41+
* filter unsupported enable_icc option ([#36](https://github.com/coderbirju/finch-daemon/issues/36)) ([6c5e72d](https://github.com/coderbirju/finch-daemon/commit/6c5e72d4e8c9f6a5be12bf38078798423d11064f))
42+
* image load should close stream after copy ([#34](https://github.com/coderbirju/finch-daemon/issues/34)) ([5ee657b](https://github.com/coderbirju/finch-daemon/commit/5ee657b17de96c1d2302e9ee7490ccfdc64cd907))
43+
* Make DOCKER_CONFIG available to buildctl ([#94](https://github.com/coderbirju/finch-daemon/issues/94)) ([f5b426d](https://github.com/coderbirju/finch-daemon/commit/f5b426d058c8700e4a4111143db131b4582287d8))
44+
* Pidfile handling and socket docs ([#101](https://github.com/coderbirju/finch-daemon/issues/101)) ([5c2e99f](https://github.com/coderbirju/finch-daemon/commit/5c2e99f22388d184b2f7916432cac1173622143c))
45+
* README changes re: systemd setup ([#59](https://github.com/coderbirju/finch-daemon/issues/59)) ([2096ded](https://github.com/coderbirju/finch-daemon/commit/2096ded2283a8582186be01eeee42a8c0ab6161d))
46+
* Remove bump-patch-for-minor-pre-major ([#83](https://github.com/coderbirju/finch-daemon/issues/83)) ([65fbf5a](https://github.com/coderbirju/finch-daemon/commit/65fbf5afaeb175d5660ff13acc639ec3d72ac273))
47+
* return an error if custom bridge name is not set successfully ([#100](https://github.com/coderbirju/finch-daemon/issues/100)) ([0469999](https://github.com/coderbirju/finch-daemon/commit/0469999c87b8659b149617cc99ab919e1a09b752))
48+
* Set release version to 0.9.0 ([#56](https://github.com/coderbirju/finch-daemon/issues/56)) ([024768a](https://github.com/coderbirju/finch-daemon/commit/024768a6937ab2917870f9a3348dc0be114d3523))
49+
* truncate image id on publish tag event ([#35](https://github.com/coderbirju/finch-daemon/issues/35)) ([6aa5b7c](https://github.com/coderbirju/finch-daemon/commit/6aa5b7ce76979682ad1cf2b49ac0237a74cac809))
50+
51+
52+
### Reverts
53+
54+
* "feat: add distribution API ([#92](https://github.com/coderbirju/finch-daemon/issues/92))" ([#110](https://github.com/coderbirju/finch-daemon/issues/110)) ([2177f95](https://github.com/coderbirju/finch-daemon/commit/2177f9553d2ecc80908d09729277a24ac355f8e2))
55+
* "fix: Add arm64 build and release ([#99](https://github.com/coderbirju/finch-daemon/issues/99))" ([#105](https://github.com/coderbirju/finch-daemon/issues/105)) ([fb0dc0f](https://github.com/coderbirju/finch-daemon/commit/fb0dc0fa6a4a4d6d0aba3567afffe3f4fe0e9291))
56+
357
## [0.11.0](https://github.com/runfinch/finch-daemon/compare/v0.10.0...v0.11.0) (2024-11-27)
458

559

0 commit comments

Comments
 (0)