Skip to content

Commit

Permalink
Merge branch 'main' into update-versions
Browse files Browse the repository at this point in the history
  • Loading branch information
damacus authored Jan 31, 2024
2 parents c8ae448 + 63add00 commit e41c8b7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
stale:
runs-on: ubuntu-latest
steps:
- uses: actions/stale@v8
- uses: actions/stale@v9
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
close-issue-message: >
Expand Down
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ This file is used to list changes made in each version of the haproxy cookbook.
- Fix source lua tests on CentOS & Fedora
- Remove OpenSSL tests, as this is out of scope of the core cookbook currently

## 12.2.24 - *2024-01-31*


Check failure on line 22 in CHANGELOG.md

View workflow job for this annotation

GitHub Actions / lint-unit / markdownlint-cli2

Multiple consecutive blank lines

CHANGELOG.md:22 MD012/no-multiple-blanks Multiple consecutive blank lines [Expected: 1; Actual: 2] https://github.com/DavidAnson/markdownlint/blob/v0.31.1/doc/md012.md
## 12.2.23 - *2023-10-26*

## 12.2.22 - *2023-09-28*
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.2.23'
version '12.2.24'
source_url 'https://github.com/sous-chefs/haproxy'
issues_url 'https://github.com/sous-chefs/haproxy/issues'
chef_version '>= 16'
Expand Down

0 comments on commit e41c8b7

Please sign in to comment.