[CI]: Push updated changelog

This commit is contained in:
antoine 2024-10-24 22:59:25 +00:00 committed by github-actions[bot]
parent 8602df0060
commit bc37b45a56
4 changed files with 70 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

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

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

36
CHANGELOG.md Normal file
View File

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