forked from Checkmk/ansible-collection-checkmk.general
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ef483f5
commit 607ed96
Showing
3 changed files
with
10 additions
and
1 deletion.
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 |
---|---|---|
@@ -0,0 +1,5 @@ | ||
bugfixes: | ||
- Host module - Parents will be parsed properly now. | ||
This means, that parents given as a string will now be parsed as a list of one. | ||
- Folder module - Parents will be parsed properly now. | ||
This means, that parents given as a string will now be parsed as a list of one. |
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 +1 @@ | ||
release_summary: "Folders, build related changed and the environment." | ||
release_summary: "Reworking the CI, enhancing code quality and improving modules." |
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 |
---|---|---|
@@ -0,0 +1,4 @@ | ||
minor_changes: | ||
- Rule module - Introduce rule_id to uniquely identify rules. | ||
This ID can be retrieved e.g., using the lookup plugin. | ||
Refer to the module documentation for further details. |