diff --git a/.changes/v6.0.0.md b/.changes/v6.0.0.md
new file mode 100644
index 0000000..6b1586c
--- /dev/null
+++ b/.changes/v6.0.0.md
@@ -0,0 +1,39 @@
+## v6.0.0 - 2025-03-16
+### Changed
+* 63354e6 - feat: upgrade to haproxy 2.9.14
+* df13ef2 - fix(ci): add changie.yaml to file to commit during a bump
+* 9beea83 - [CI]: Push updated changelog
+* 02bdc61 - chore(deps): update dependency actions/auto-changie to v1.0.2
+* ae96012 - [CI]: Push updated changelog
+* 039d4b7 - chore(deps): update docker/setup-buildx-action action to v3.10.0
+* a4202c3 - [CI]: Push updated changelog
+* 281be88 - chore(deps): update docker/setup-buildx-action action to v3.8.0
+* effbb8a - [CI]: Push updated changelog
+* bd0ecdf - chore(deps): update docker/setup-buildx-action action to v3.7.1
+* bc37b45 - [CI]: Push updated changelog
+* 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
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 8c54c81..968cbed 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,6 +6,46 @@ 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-16
+### Changed
+* 63354e6 - feat: upgrade to haproxy 2.9.14
+* df13ef2 - fix(ci): add changie.yaml to file to commit during a bump
+* 9beea83 - [CI]: Push updated changelog
+* 02bdc61 - chore(deps): update dependency actions/auto-changie to v1.0.2
+* ae96012 - [CI]: Push updated changelog
+* 039d4b7 - chore(deps): update docker/setup-buildx-action action to v3.10.0
+* a4202c3 - [CI]: Push updated changelog
+* 281be88 - chore(deps): update docker/setup-buildx-action action to v3.8.0
+* effbb8a - [CI]: Push updated changelog
+* bd0ecdf - chore(deps): update docker/setup-buildx-action action to v3.7.1
+* bc37b45 - [CI]: Push updated changelog
+* 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
+
 ## v5.0.0 - 2025-03-10
 ### Changed
 * 02bdc61 - chore(deps): update dependency actions/auto-changie to v1.0.2