diff --git a/.changes/v2.0.0.md b/.changes/v2.0.0.md new file mode 100644 index 0000000..c894f73 --- /dev/null +++ b/.changes/v2.0.0.md @@ -0,0 +1,30 @@ +## v2.0.0 - 2024-12-12 +### Changed +* bd0ecdf - chore(deps): update docker/setup-buildx-action action to v3.7.1 +* bc37b45 - [CI]: Push updated changelog +* 8602df0 - chore: upgrade to ci v2 +* 440cb1b - chore(deps): update docker/build-push-action action to v6 +* 366e988 - chore(deps): update docker/setup-buildx-action action to v3.6.1 +* e4d3a5a - chore(deps): update rouxantoine/checkout action to v4 +* e837b4e - chore(deps): update docker/setup-buildx-action action to v3.3.0 +* f97c9cb - chore(deps): update docker/setup-buildx-action action to v3.2.0 +* 11e56aa - chore(deps): update docker/setup-buildx-action action to v3.1.0 +* 536e0de - chore(deps): update haproxy docker tag to v2.9.0 +* ce71824 - chore(deps): update haproxy docker tag to v2.8.4 +* 2469acd - chore(deps): update haproxy docker tag to v2.8.3 +* b93d396 - chore(deps): update docker/build-push-action action to v5 +* 3295a2b - chore(deps): update docker/setup-buildx-action action to v3 +* 0276d6d - chore(deps): update docker/setup-qemu-action action to v3 +* b1936d2 - feature: renovate configuration +* b13d263 - feature: migrate to container.localdomain and add actions workflow to build +* 641e7df - feature: default value for peer name +* 58cd131 - feature: enable admin mode and customize peer name +* d5a552c - feature: configure timeout to prevent unexpected eof on kubectl +* e98981b - feature: version 1.0.0 of working haproxy as static pod +* c19ce98 - fix: Makefile +* 3a7db1f - fix worker-4 ip address +* 9937f2e - migrate to home made multi arch builder +* 8299122 - feat: add worker-3 master node +* 66e4d89 - fix ip and user/group haproxy +* c6aba07 - feat: custom docker container for haproxy with k8s ha configuration +* 0fd74b2 - Initial commit diff --git a/CHANGELOG.md b/CHANGELOG.md index 3cb5d4e..2dc80e9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,37 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html), and is generated by [Changie](https://github.com/miniscruff/changie). +## v2.0.0 - 2024-12-12 +### Changed +* bd0ecdf - chore(deps): update docker/setup-buildx-action action to v3.7.1 +* bc37b45 - [CI]: Push updated changelog +* 8602df0 - chore: upgrade to ci v2 +* 440cb1b - chore(deps): update docker/build-push-action action to v6 +* 366e988 - chore(deps): update docker/setup-buildx-action action to v3.6.1 +* e4d3a5a - chore(deps): update rouxantoine/checkout action to v4 +* e837b4e - chore(deps): update docker/setup-buildx-action action to v3.3.0 +* f97c9cb - chore(deps): update docker/setup-buildx-action action to v3.2.0 +* 11e56aa - chore(deps): update docker/setup-buildx-action action to v3.1.0 +* 536e0de - chore(deps): update haproxy docker tag to v2.9.0 +* ce71824 - chore(deps): update haproxy docker tag to v2.8.4 +* 2469acd - chore(deps): update haproxy docker tag to v2.8.3 +* b93d396 - chore(deps): update docker/build-push-action action to v5 +* 3295a2b - chore(deps): update docker/setup-buildx-action action to v3 +* 0276d6d - chore(deps): update docker/setup-qemu-action action to v3 +* b1936d2 - feature: renovate configuration +* b13d263 - feature: migrate to container.localdomain and add actions workflow to build +* 641e7df - feature: default value for peer name +* 58cd131 - feature: enable admin mode and customize peer name +* d5a552c - feature: configure timeout to prevent unexpected eof on kubectl +* e98981b - feature: version 1.0.0 of working haproxy as static pod +* c19ce98 - fix: Makefile +* 3a7db1f - fix worker-4 ip address +* 9937f2e - migrate to home made multi arch builder +* 8299122 - feat: add worker-3 master node +* 66e4d89 - fix ip and user/group haproxy +* c6aba07 - feat: custom docker container for haproxy with k8s ha configuration +* 0fd74b2 - Initial commit + ## v1.0.0 - 2024-10-24 ### Changed * 8602df0 - chore: upgrade to ci v2