Skip to content

Commit df517a5

Browse files
committed
docs(CHANGELOG): fix headings
1 parent 6a2a767 commit df517a5

1 file changed

Lines changed: 6 additions & 12 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -5,22 +5,11 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
> **Maintainer note:** Always add new entries to the top of the Unreleased section (newest first), even if this results in multiple entries for the same role. This way users only need to read the new entries at the top.
8+
> **Maintainer note:** Always add new entries to the top of the Unreleased section (newest first; correct subsection), even if this results in multiple entries for the same role. This way users only need to read the new entries at the top.
99
1010

1111
## [Unreleased]
1212

13-
### Changed
14-
15-
* Update pre-commit hooks to latest versions
16-
* Unify CONTRIBUTING and convert from reStructuredText to Markdown
17-
18-
### Fixed
19-
20-
* **role:apache_httpd**: Fix `apache_httpd__mod_security_coreruleset_version` default value in README (4.4.0 -> 4.24.1), fix prefork variable names in README (`spare_threads` -> `spare_servers`), fix various typos ("best practise", "Tipp")
21-
* **role:mailx**: Fix grammar in task name ("make" -> "makes"), sort template module parameters alphabetically
22-
* **role:policycoreutils**: Fix grammar in task name ("are" -> "is")
23-
2413
### Breaking Changes
2514

2615
* **role:nfs_server**: Rework `nfs_server__exports` from a list of strings to a list of dictionaries with new `path`, `clients`, `owner`, `group`, and `mode` subkeys
@@ -74,6 +63,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7463

7564
### Changed
7665

66+
* Update pre-commit hooks to latest versions
67+
* Unify CONTRIBUTING and convert from reStructuredText to Markdown
7768
* **roles**: Add `backup: true` to all `ansible.builtin.template` tasks to ensure config file backups before overwriting
7869
* **role:nextcloud**: Refactor `nextcloud-update.j2`
7970
* **role:keycloak**: Rework `keycloak.conf` template to match Keycloak's default config structure
@@ -84,6 +75,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
8475

8576
### Fixed
8677

78+
* **role:apache_httpd**: Fix `apache_httpd__mod_security_coreruleset_version` default value in README (4.4.0 -> 4.24.1), fix prefork variable names in README (`spare_threads` -> `spare_servers`), fix various typos ("best practise", "Tipp")
79+
* **role:mailx**: Fix grammar in task name ("make" -> "makes"), sort template module parameters alphabetically
80+
* **role:policycoreutils**: Fix grammar in task name ("are" -> "is")
8781
* **plugin:bitwarden_item**: Fix missing `raise` in multipart error handling, `break` instead of `continue` in multi-term lookup, `folder_id` wrongly typed as `list` instead of `str` in module, notes default mismatch between documentation and code, and wrong "lookup plugin" wording in module documentation
8882
* **role:mirror**: Fix missing `0440` permissions on sudoers file
8983
* **role:login**: Rename sudoers file from `lfops_login` to `linuxfabrik` to match the kickstart configuration; remove the old file automatically

0 commit comments

Comments
 (0)