From 5e32d217266d876ea999c893ac1581d52c860de2 Mon Sep 17 00:00:00 2001 From: Sous Chefs Bot <33356041+kitchen-porter@users.noreply.github.com> Date: Thu, 9 Jul 2026 10:48:25 +0100 Subject: [PATCH] chore(main): release 12.4.14 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ metadata.rb | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index c095b42b..547cfb7f 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "12.4.13" + ".": "12.4.14" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 4b044ef8..be1e24f4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ This file is used to list changes made in each version of the haproxy cookbook. +## [12.4.14](https://github.com/sous-chefs/haproxy/compare/v12.4.13...v12.4.14) (2026-07-09) + + +### Bug Fixes + +* migrate to Policyfile ([#608](https://github.com/sous-chefs/haproxy/issues/608)) ([73bd959](https://github.com/sous-chefs/haproxy/commit/73bd959cc3fdf121225753116261fc6f2f0b32fe)) + ## [12.4.13](https://github.com/sous-chefs/haproxy/compare/v12.4.12...v12.4.13) (2026-01-27) diff --git a/metadata.rb b/metadata.rb index b0228cf1..92adffe5 100644 --- a/metadata.rb +++ b/metadata.rb @@ -3,7 +3,7 @@ maintainer_email 'help@sous-chefs.org' license 'Apache-2.0' description 'Installs and configures haproxy' -version '12.4.13' +version '12.4.14' source_url 'https://github.com/sous-chefs/haproxy' issues_url 'https://github.com/sous-chefs/haproxy/issues' chef_version '>= 16'