generated from linux-system-roles/template
-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs(changelog): version 2.2.1 [citest skip] (#254)
Update changelog and .README.html for version 2.2.1 Signed-off-by: Sergei Petrosian <[email protected]>
- Loading branch information
Showing
2 changed files
with
54 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,56 @@ | ||
Changelog | ||
========= | ||
|
||
[2.2.1] - 2024-01-29 | ||
-------------------- | ||
|
||
### Bug Fixes | ||
|
||
- fix: Ensure selinux type for used ports (#253) | ||
|
||
Enhancement: Ensure SELinux type for used ports | ||
|
||
Reason: Custom TCP ports must have `mssql_port_t` SELinux type | ||
|
||
Result: When mssql_manage_selinux is set to `true`, the role configures used ports with the `mssql_port_t` SELinux type | ||
|
||
- fix: Set default mode for data and log storage directories (#253) | ||
|
||
Enhancement: Set default mode for data and log storage directories | ||
|
||
Reason: `mssql_datadir_mode` and `mssql_logdir_mode` should have a default value for security | ||
|
||
Result: `mssql_datadir_mode` and `mssql_logdir_mode` variables have a default value of `'755'` | ||
|
||
### Other Changes | ||
|
||
- ci: support ansible-lint and ansible-test 2.16 (#251) | ||
|
||
Fix yamllint issue with markdownlint config | ||
|
||
Add cleanup for tests_include_vars_from_parent.yml | ||
|
||
Signed-off-by: Rich Megginson <[email protected]> | ||
|
||
- ci: Use supported ansible-lint action; run ansible-lint against the collection (#252) | ||
|
||
The old ansible-community ansible-lint is deprecated. There is a | ||
new ansible-lint github action. | ||
|
||
The latest Ansible repo gating tests run ansible-lint against | ||
the collection format instead of against individual roles. | ||
We have to convert the role to collection format before running | ||
ansible-test. | ||
|
||
This also requires tox-lsr 3.2.1 - bump other actions to use 3.2.1 | ||
|
||
Role developers can run this locally using | ||
`tox -e collection,ansible-lint-collection` | ||
See https://github.com/linux-system-roles/tox-lsr/pull/125 | ||
|
||
Signed-off-by: Rich Megginson <[email protected]> | ||
|
||
|
||
[2.2.0] - 2023-12-11 | ||
-------------------- | ||
|
||
|