[CI]: Push updated changelog

This commit is contained in:
antoine 2024-10-24 23:17:29 +00:00 committed by github-actions[bot]
parent 4deac78e18
commit a9404e17c2
4 changed files with 78 additions and 0 deletions

6
.changes/header.tpl.md Normal file
View File

@ -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).

View File

32
.changes/v1.0.0.md Normal file
View File

@ -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

40
CHANGELOG.md Normal file
View File

@ -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