From bc37b45a562c15ae636213ab09a81b465d8c876a Mon Sep 17 00:00:00 2001 From: antoine Date: Thu, 24 Oct 2024 22:59:25 +0000 Subject: [PATCH] [CI]: Push updated changelog --- .changes/header.tpl.md | 6 ++++++ .changes/unreleased/.gitkeep | 0 .changes/v1.0.0.md | 28 ++++++++++++++++++++++++++++ CHANGELOG.md | 36 ++++++++++++++++++++++++++++++++++++ 4 files changed, 70 insertions(+) create mode 100644 .changes/header.tpl.md create mode 100644 .changes/unreleased/.gitkeep create mode 100644 .changes/v1.0.0.md create mode 100644 CHANGELOG.md diff --git a/.changes/header.tpl.md b/.changes/header.tpl.md new file mode 100644 index 0000000..df8faa7 --- /dev/null +++ b/.changes/header.tpl.md @@ -0,0 +1,6 @@ +# Changelog +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), +adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html), +and is generated by [Changie](https://github.com/miniscruff/changie). diff --git a/.changes/unreleased/.gitkeep b/.changes/unreleased/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/.changes/v1.0.0.md b/.changes/v1.0.0.md new file mode 100644 index 0000000..77bc68c --- /dev/null +++ b/.changes/v1.0.0.md @@ -0,0 +1,28 @@ +## v1.0.0 - 2024-10-24 +### Changed +* 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 new file mode 100644 index 0000000..3cb5d4e --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,36 @@ +# Changelog +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), +adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html), +and is generated by [Changie](https://github.com/miniscruff/changie). + + +## v1.0.0 - 2024-10-24 +### Changed +* 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