diff --git a/.changes/v6.0.0.md b/.changes/v6.0.0.md new file mode 100644 index 0000000..c9e0de7 --- /dev/null +++ b/.changes/v6.0.0.md @@ -0,0 +1,42 @@ +## v6.0.0 - 2025-03-10 +### Changed +* 6dc15e6 - feat: add prometheus exporter +* e572646 - [CI]: Push updated changelog +* d77b6a5 - chore(deps): update docker/setup-buildx-action action to v3.10.0 +* d5fee6e - [CI]: Push updated changelog +* 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/.changie.yaml b/.changie.yaml new file mode 100644 index 0000000..150102a --- /dev/null +++ b/.changie.yaml @@ -0,0 +1,27 @@ +changesDir: .changes +unreleasedDir: unreleased +headerPath: header.tpl.md +changelogPath: CHANGELOG.md +versionExt: md +versionFormat: '## {{.Version}} - {{.Time.Format "2006-01-02"}}' +kindFormat: '### {{.Kind}}' +changeFormat: '* {{.Body}}' +kinds: + - label: Added + auto: minor + - label: Changed + auto: major + - label: Deprecated + auto: minor + - label: Removed + auto: major + - label: Fixed + auto: patch + - label: Security + auto: patch +newlines: + afterChangelogHeader: 1 + beforeChangelogVersion: 1 + endOfVersion: 1 +envPrefix: CHANGIE_ +fragmentFileFormat: '{{.Kind}}-{{.Time.Format "02012006-150405.000"}}' diff --git a/CHANGELOG.md b/CHANGELOG.md index 34345bd..b6115d6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,49 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html), and is generated by [Changie](https://github.com/miniscruff/changie). +## v6.0.0 - 2025-03-10 +### Changed +* 6dc15e6 - feat: add prometheus exporter +* e572646 - [CI]: Push updated changelog +* d77b6a5 - chore(deps): update docker/setup-buildx-action action to v3.10.0 +* d5fee6e - [CI]: Push updated changelog +* 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 + ## v5.0.0 - 2025-03-09 ### Changed * d77b6a5 - chore(deps): update docker/setup-buildx-action action to v3.10.0