From d5fee6edad73d24a80d6b986d86fa3cc231e7e63 Mon Sep 17 00:00:00 2001 From: antoine Date: Mon, 23 Dec 2024 19:42:39 +0000 Subject: [PATCH] [CI]: Push updated changelog --- .changes/v4.0.0.md | 38 ++++++++++++++++++++++++++++++++++++++ CHANGELOG.md | 39 +++++++++++++++++++++++++++++++++++++++ 2 files changed, 77 insertions(+) create mode 100644 .changes/v4.0.0.md diff --git a/.changes/v4.0.0.md b/.changes/v4.0.0.md new file mode 100644 index 0000000..e1b24c2 --- /dev/null +++ b/.changes/v4.0.0.md @@ -0,0 +1,38 @@ +## v4.0.0 - 2024-12-23 +### Changed +* 08078c8 - chore(deps): update docker/setup-buildx-action action to v3.8.0 +* 716091a - [CI]: Push updated changelog +* 03441c4 - chore(deps): update alpine docker tag to v3.21 +* 379aabc - [CI]: Push updated changelog +* 9a1fa64 - chore(deps): update docker/setup-buildx-action action to v3.7.1 +* a9404e1 - [CI]: Push updated changelog +* 4deac78 - chore: upgrade to ci v2 +* d05e882 - chore(deps): update rouxantoine/checkout action to v4 +* a95ad0e - chore(deps): update docker/setup-buildx-action action to v3.6.1 +* 95796c1 - chore(deps): update docker/build-push-action action to v6 +* 4569436 - chore(deps): update alpine docker tag to v3.20 +* cc20adb - chore(deps): update docker/setup-buildx-action action to v3.3.0 +* 74ebcce - chore(deps): update docker/setup-buildx-action action to v3.2.0 +* 170b08d - chore(deps): update docker/setup-buildx-action action to v3.1.0 +* 6d487de - chore(deps): update alpine docker tag to v3.19 +* b43485d - chore(deps): update docker/build-push-action action to v5 +* acbf43b - chore(deps): update docker/setup-buildx-action action to v3 +* 519e4e4 - chore(deps): update docker/setup-qemu-action action to v3 +* 884937c - feature: renovate configuration +* 17eea17 - feature: disable preemp +* 07ca020 - feature: use docker registry name env variable into buildx configuration +* e6bddca - feature: migration from docker.registry to container.localdomain +* 8775bdb - feature: remove useless weight at track_script level +* 0a9d7c2 - feature: nopreempt commented +* 8cc0ebc - change script weight to 2 +* 0342500 - feature: add gitea action +* c65a767 - feature: migrate to final ip 192.168.2.2 +* b38ad5c - move to port 6442 +* f34707a - feature: version 1.0.0 of working keepalived as static pod +* 6155061 - migrate to go multi arch builder +* c2d64b9 - add execution right to keepalived check script +* f4b1871 - migrate from static conf to dynamic +* 8fa595c - extract vrrp_script to external sh script, rename image to keepalived-k8s +* 3a25c46 - feat: Dockerfile for keepalived for k8s control plane high availability docker image +* 19bf8d5 - Readme +* a143358 - Initial commit diff --git a/CHANGELOG.md b/CHANGELOG.md index f6e5d6a..84ca2b1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,45 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html), and is generated by [Changie](https://github.com/miniscruff/changie). +## v4.0.0 - 2024-12-23 +### Changed +* 08078c8 - chore(deps): update docker/setup-buildx-action action to v3.8.0 +* 716091a - [CI]: Push updated changelog +* 03441c4 - chore(deps): update alpine docker tag to v3.21 +* 379aabc - [CI]: Push updated changelog +* 9a1fa64 - chore(deps): update docker/setup-buildx-action action to v3.7.1 +* a9404e1 - [CI]: Push updated changelog +* 4deac78 - chore: upgrade to ci v2 +* d05e882 - chore(deps): update rouxantoine/checkout action to v4 +* a95ad0e - chore(deps): update docker/setup-buildx-action action to v3.6.1 +* 95796c1 - chore(deps): update docker/build-push-action action to v6 +* 4569436 - chore(deps): update alpine docker tag to v3.20 +* cc20adb - chore(deps): update docker/setup-buildx-action action to v3.3.0 +* 74ebcce - chore(deps): update docker/setup-buildx-action action to v3.2.0 +* 170b08d - chore(deps): update docker/setup-buildx-action action to v3.1.0 +* 6d487de - chore(deps): update alpine docker tag to v3.19 +* b43485d - chore(deps): update docker/build-push-action action to v5 +* acbf43b - chore(deps): update docker/setup-buildx-action action to v3 +* 519e4e4 - chore(deps): update docker/setup-qemu-action action to v3 +* 884937c - feature: renovate configuration +* 17eea17 - feature: disable preemp +* 07ca020 - feature: use docker registry name env variable into buildx configuration +* e6bddca - feature: migration from docker.registry to container.localdomain +* 8775bdb - feature: remove useless weight at track_script level +* 0a9d7c2 - feature: nopreempt commented +* 8cc0ebc - change script weight to 2 +* 0342500 - feature: add gitea action +* c65a767 - feature: migrate to final ip 192.168.2.2 +* b38ad5c - move to port 6442 +* f34707a - feature: version 1.0.0 of working keepalived as static pod +* 6155061 - migrate to go multi arch builder +* c2d64b9 - add execution right to keepalived check script +* f4b1871 - migrate from static conf to dynamic +* 8fa595c - extract vrrp_script to external sh script, rename image to keepalived-k8s +* 3a25c46 - feat: Dockerfile for keepalived for k8s control plane high availability docker image +* 19bf8d5 - Readme +* a143358 - Initial commit + ## v3.0.0 - 2024-12-15 ### Changed * 03441c4 - chore(deps): update alpine docker tag to v3.21