From 775f4b6706931de6520f7c3f4194f6c19d0c6159 Mon Sep 17 00:00:00 2001 From: Sous Chefs Bot <33356041+kitchen-porter@users.noreply.github.com> Date: Sun, 16 Aug 2026 06:06:00 +0100 Subject: [PATCH] chore(main): release 12.4.15 --- .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 547cfb7f..d3b0cc04 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "12.4.14" + ".": "12.4.15" } diff --git a/CHANGELOG.md b/CHANGELOG.md index be1e24f4..f04bfa7a 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.15](https://github.com/sous-chefs/haproxy/compare/v12.4.14...v12.4.15) (2026-08-16) + + +### Bug Fixes + +* repair workflow actionlint failures ([#606](https://github.com/sous-chefs/haproxy/issues/606)) ([bf997a5](https://github.com/sous-chefs/haproxy/commit/bf997a56a59b53df316c188f15566b6132871b30)) + ## [12.4.14](https://github.com/sous-chefs/haproxy/compare/v12.4.13...v12.4.14) (2026-07-09) diff --git a/metadata.rb b/metadata.rb index 92adffe5..5fd32b66 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.14' +version '12.4.15' source_url 'https://github.com/sous-chefs/haproxy' issues_url 'https://github.com/sous-chefs/haproxy/issues' chef_version '>= 16'