From f2e8bad78bee680ea3403cfc9dcd9e3243711836 Mon Sep 17 00:00:00 2001 From: Sous Chefs Bot <33356041+kitchen-porter@users.noreply.github.com> Date: Tue, 13 Jan 2026 15:31:44 +0000 Subject: [PATCH] chore(main): release 12.4.13 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ metadata.rb | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index a5190548..c095b42b 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "12.4.12" + ".": "12.4.13" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 564f48ce..4579fc85 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ This file is used to list changes made in each version of the haproxy cookbook. +## [12.4.13](https://github.com/sous-chefs/haproxy/compare/v12.4.12...v12.4.13) (2026-01-13) + + +### Bug Fixes + +* **Install:** OpenSSL compilation on RHEL derivatives by adding RPATH support ([#551](https://github.com/sous-chefs/haproxy/issues/551)) ([c84c8e3](https://github.com/sous-chefs/haproxy/commit/c84c8e32508e68907cded0b041c5f9f183ed4307)) +* **RHEL:** Add PCRE version detection based on platform version ([#521](https://github.com/sous-chefs/haproxy/issues/521)) ([9b32cfd](https://github.com/sous-chefs/haproxy/commit/9b32cfde7e435fab8e1a28c4684e738f2b2b48e4)) + ## [12.4.12](https://github.com/sous-chefs/haproxy/compare/v12.4.11...v12.4.12) (2025-10-15) diff --git a/metadata.rb b/metadata.rb index 688f8642..b0228cf1 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.12' +version '12.4.13' source_url 'https://github.com/sous-chefs/haproxy' issues_url 'https://github.com/sous-chefs/haproxy/issues' chef_version '>= 16'