Skip to content
Merged
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 @@
{
".": "9.3.8"
".": "9.3.9"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

This file is used to list changes made in each version of the apache2 cookbook.

## [9.3.9](https://github.com/sous-chefs/apache2/compare/v9.3.8...v9.3.9) (2025-10-14)

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 v9.3.8...v9.3.9 Status: 404



### Bug Fixes

* **ci:** Remove Debian 11 & add Debian 13 in the test matrix ([#837](https://github.com/sous-chefs/apache2/issues/837)) ([d37847c](https://github.com/sous-chefs/apache2/commit/d37847c984d118dcc577ce78808fb286ad8078bf))

## [9.3.8](https://github.com/sous-chefs/apache2/compare/9.3.7...v9.3.8) (2025-10-13)

### Bug Fixes
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 apache2'
version '9.3.8'
version '9.3.9'

depends 'yum-epel'

Expand Down
Loading