generated from linux-system-roles/template
-
Notifications
You must be signed in to change notification settings - Fork 25
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 1.4.1 [citest skip] (#206)
Create changelog update and release for version 1.4.1 Signed-off-by: Sergei Petrosian <[email protected]>
- Loading branch information
Showing
1 changed file
with
26 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,32 @@ | ||
Changelog | ||
========= | ||
|
||
[1.4.1] - 2023-06-12 | ||
-------------------- | ||
|
||
### Bug Fixes | ||
|
||
- fix: Remove outdated and confusing mssql_enable_ha variable (#204) | ||
|
||
It has a very limited functionality, the proper HA functionality is available with the mssql_ha_configure variable | ||
|
||
### Other Changes | ||
|
||
- tests: Keep cache in cleanup and rename for consistency (#203) | ||
|
||
- ci: Add pull request template and run commitlint on PR title only (#205) | ||
|
||
We now ensure the conventional commits format only on PR titles and not on | ||
commits to let developers keep commit messages targeted for other developers | ||
i.e. describe actual changes to code that users should not care about. | ||
And PR titles, on the contrary, must be aimed at end users. | ||
|
||
For more info, see | ||
https://linux-system-roles.github.io/contribute.html#write-a-good-pr-title-and-description | ||
|
||
Signed-off-by: Sergei Petrosian <[email protected]> | ||
|
||
|
||
[1.4.0] - 2023-05-31 | ||
-------------------- | ||
|
||
|