From a9404e17c22172a5fe398acb9b387d62126ed364 Mon Sep 17 00:00:00 2001 From: antoine Date: Thu, 24 Oct 2024 23:17:29 +0000 Subject: [PATCH] [CI]: Push updated changelog --- .changes/header.tpl.md | 6 ++++++ .changes/unreleased/.gitkeep | 0 .changes/v1.0.0.md | 32 +++++++++++++++++++++++++++++ CHANGELOG.md | 40 ++++++++++++++++++++++++++++++++++++ 4 files changed, 78 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..14ab48f --- /dev/null +++ b/.changes/v1.0.0.md @@ -0,0 +1,32 @@ +## v1.0.0 - 2024-10-24 +### Changed +* 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 new file mode 100644 index 0000000..8c23821 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,40 @@ +# 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 +* 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