You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+6-12Lines changed: 6 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,22 +5,11 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
6
6
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
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.
9
9
10
10
11
11
## [Unreleased]
12
12
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
-
24
13
### Breaking Changes
25
14
26
15
***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
74
63
75
64
### Changed
76
65
66
+
* Update pre-commit hooks to latest versions
67
+
* Unify CONTRIBUTING and convert from reStructuredText to Markdown
77
68
***roles**: Add `backup: true` to all `ansible.builtin.template` tasks to ensure config file backups before overwriting
***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
84
75
85
76
### Fixed
86
77
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")
87
81
***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
88
82
***role:mirror**: Fix missing `0440` permissions on sudoers file
89
83
***role:login**: Rename sudoers file from `lfops_login` to `linuxfabrik` to match the kickstart configuration; remove the old file automatically
0 commit comments