Skip to content

Commit

Permalink
Merge branch 'main' into fix-up/rspec-issues
Browse files Browse the repository at this point in the history
  • Loading branch information
damacus authored Dec 4, 2024
2 parents 93010d2 + 485e5b3 commit f049712
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .markdownlint-cli2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@ config:
line-length: false # MD013
no-duplicate-heading: false # MD024
reference-links-images: false # MD052
ignores:
- .github/copilot-instructions.md
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ This file is used to list changes made in each version of the nginx cookbook.

## Unreleased

## 12.2.11 - *2024-11-18*

Standardise files with files in sous-chefs/repo-management

Standardise files with files in sous-chefs/repo-management

## 12.2.10 - *2024-07-10*

Standardise files with files in sous-chefs/repo-management
Expand Down
10 changes: 10 additions & 0 deletions kitchen.dokken.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@ platforms:
image: dokken/almalinux-9
pid_one_command: /usr/lib/systemd/systemd

- name: almalinux-10
driver:
image: dokken/almalinux-10
pid_one_command: /usr/lib/systemd/systemd

- name: amazonlinux-2023
driver:
image: dokken/amazonlinux-2023
Expand All @@ -27,6 +32,11 @@ platforms:
image: dokken/centos-stream-9
pid_one_command: /usr/lib/systemd/systemd

- name: centos-stream-10
driver:
image: dokken/centos-stream-10
pid_one_command: /usr/lib/systemd/systemd

- name: debian-11
driver:
image: dokken/debian-11
Expand Down
2 changes: 1 addition & 1 deletion metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
chef_version '>= 15.3'
license 'Apache-2.0'
description 'Installs and configures nginx'
version '12.2.10'
version '12.2.11'

supports 'amazon'
supports 'centos'
Expand Down

0 comments on commit f049712

Please sign in to comment.