Skip to content

Commit 02bbdf0

Browse files
authored
Merge branch 'main' into modernise-cookbook
2 parents 6dd3f4e + d0c6831 commit 02bbdf0

File tree

5 files changed

+16
-8
lines changed

5 files changed

+16
-8
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252

5353
steps:
5454
- name: Check out code
55-
uses: actions/checkout@v5
55+
uses: actions/checkout@v6
5656
- name: Install Chef
5757
uses: actionshub/chef-install@main
5858
- name: Dokken
@@ -82,7 +82,7 @@ jobs:
8282

8383
steps:
8484
- name: Check out code
85-
uses: actions/checkout@v5
85+
uses: actions/checkout@v6
8686
- name: Install Chef
8787
uses: actionshub/chef-install@main
8888
- name: Dokken
@@ -107,7 +107,7 @@ jobs:
107107

108108
steps:
109109
- name: Check out code
110-
uses: actions/checkout@v5
110+
uses: actions/checkout@v6
111111
- name: Install Chef
112112
uses: actionshub/chef-install@main
113113
- name: Dokken
@@ -140,7 +140,7 @@ jobs:
140140

141141
steps:
142142
- name: Check out code
143-
uses: actions/checkout@v5
143+
uses: actions/checkout@v6
144144
- name: Install Chef
145145
uses: actionshub/chef-install@main
146146
- name: Dokken

.github/workflows/copilot-setup-steps.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
contents: read
1818
steps:
1919
- name: Check out code
20-
uses: actions/checkout@v5
20+
uses: actions/checkout@v6
2121
- name: Install Chef
2222
uses: actionshub/chef-install@main
2323
- name: Install cookbooks

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "12.4.12"
2+
".": "12.4.13"
33
}

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
This file is used to list changes made in each version of the haproxy cookbook.
44

5+
## [12.4.13](https://github.com/sous-chefs/haproxy/compare/v12.4.12...v12.4.13) (2026-01-27)
6+
7+
8+
### Bug Fixes
9+
10+
* **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))
11+
* **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+
513
## [12.4.12](https://github.com/sous-chefs/haproxy/compare/v12.4.11...v12.4.12) (2025-10-15)
614

715

metadata.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
maintainer 'Sous Chefs'
55
maintainer_email 'help@sous-chefs.org'
66
license 'Apache-2.0'
7-
description 'Provides haproxy_install, haproxy_service, haproxy_config_global, haproxy_config_defaults, haproxy_frontend, haproxy_backend, and haproxy_listen resources'
8-
version '12.4.12'
7+
description 'Installs and configures haproxy'
8+
version '12.4.13'
99
source_url 'https://github.com/sous-chefs/haproxy'
1010
issues_url 'https://github.com/sous-chefs/haproxy/issues'
1111
chef_version '>= 16'

0 commit comments

Comments
 (0)