Skip to content

Commit d0f37d9

Browse files
authored
Merge branch 'main' into platforms
2 parents 347566f + e5ce767 commit d0f37d9

File tree

5 files changed

+12
-10
lines changed

5 files changed

+12
-10
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454

5555
steps:
5656
- name: Check out code
57-
uses: actions/checkout@v4 # v4
57+
uses: actions/checkout@v5
5858
- name: Install Chef
5959
uses: actionshub/chef-install@main
6060
- name: Dokken
@@ -84,9 +84,9 @@ jobs:
8484

8585
steps:
8686
- name: Check out code
87-
uses: actions/checkout@v4 # v4
87+
uses: actions/checkout@v5
8888
- name: Install Chef
89-
uses: actionshub/chef-install@3.0.0
89+
uses: actionshub/chef-install@3.0.1
9090
- name: Dokken
9191
uses: actionshub/test-kitchen@3.0.0
9292
env:
@@ -109,9 +109,9 @@ jobs:
109109

110110
steps:
111111
- name: Check out code
112-
uses: actions/checkout@v4 # v4
112+
uses: actions/checkout@v5
113113
- name: Install Chef
114-
uses: actionshub/chef-install@3.0.0
114+
uses: actionshub/chef-install@3.0.1
115115
- name: Dokken
116116
uses: actionshub/test-kitchen@3.0.0
117117
env:
@@ -143,9 +143,9 @@ jobs:
143143

144144
steps:
145145
- name: Check out code
146-
uses: actions/checkout@v4 # v4
146+
uses: actions/checkout@v5
147147
- name: Install Chef
148-
uses: actionshub/chef-install@3.0.0
148+
uses: actionshub/chef-install@3.0.1
149149
- name: Dokken
150150
uses: actionshub/test-kitchen@3.0.0
151151
env:

.github/workflows/stale.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
stale:
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/stale@v9
11+
- uses: actions/stale@v10
1212
with:
1313
repo-token: ${{ secrets.GITHUB_TOKEN }}
1414
close-issue-message: >

.vscode/extensions.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"recommendations": [
33
"chef-software.chef",
4-
"rebornix.ruby",
4+
"Shopify.ruby-lsp",
55
"editorconfig.editorconfig",
66
"DavidAnson.vscode-markdownlint"
77
]

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ This file is used to list changes made in each version of the haproxy cookbook.
77
- Remove testing for CentOS 7 & Fedora
88
- Add testing for CentOS Stream 9 & 10
99

10+
## 12.4.1 - *2025-09-04*
11+
1012
## 12.4.0 - *2024-12-09*
1113

1214
- Add `option` property to `haproxy_listen`

metadata.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
maintainer_email 'help@sous-chefs.org'
44
license 'Apache-2.0'
55
description 'Installs and configures haproxy'
6-
version '12.4.0'
6+
version '12.4.1'
77
source_url 'https://github.com/sous-chefs/haproxy'
88
issues_url 'https://github.com/sous-chefs/haproxy/issues'
99
chef_version '>= 16'

0 commit comments

Comments
 (0)