Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "12.4.12"
".": "12.4.13"
}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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) (2025-11-20)

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚫 [linkspector] reported by reviewdog 🐶
Cannot reach v12.4.12...v12.4.13 Status: 404



### 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)


Expand Down
2 changes: 1 addition & 1 deletion metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
Loading