Releases: Archana-PandeyM/rhc
Version 1.2.5
[1.2.5] - 2023-09-07
Other Changes
-
ci: Add markdownlint, test_html_build, and build_docs workflows (linux-system-roles#129)
-
markdownlint runs against README.md to avoid any issues with
converting it to HTML -
test_converting_readme converts README.md > HTML and uploads this test
artifact to ensure that conversion works fine -
build_docs converts README.md > HTML and pushes the result to the
docs branch to publish dosc to GitHub pages site. -
Fix markdown issues in README.md
Signed-off-by: Sergei Petrosian spetrosi@redhat.com
-
docs: Make badges consistent, run markdownlint on all .md files (linux-system-roles#130)
-
Consistently generate badges for GH workflows in README RHELPLAN-146921
-
Run markdownlint on all .md files
-
Add custom-woke-action if not used already
-
Rename woke action to Woke for a pretty badge
Signed-off-by: Sergei Petrosian spetrosi@redhat.com
-
ci: Remove badges from README.md prior to converting to HTML (linux-system-roles#131)
-
Remove thematic break after badges
-
Remove badges from README.md prior to converting to HTML
Signed-off-by: Sergei Petrosian spetrosi@redhat.com
Version 1.1.1
[1.1.1] - 2023-03-16
Bug Fixes
- README: improve the role documentation a bit (linux-system-roles#76)
- workaround insights-client issue with /usr/bin/python
Other Changes
- tests: refactor Candlepin setup (linux-system-roles#75)
- tests: do not deploy Candlepin in tests_release (linux-system-roles#78)
- add and remove selinux ports for proxy access
- tests: refactor Insights setup (linux-system-roles#80)
Version 1.1.0
[1.1.0] - 2023-02-15
New Features
- Implement "rhc_state: reconnect" (linux-system-roles#43)
- Implement "rhc_insights.remediation"
- Implement rhc_environments (linux-system-roles#48)
- rhc_repository: setting default state of repo to enabled (linux-system-roles#65)
- Implemented "rhc_insights.tags" parameter
- meta: stop supporting EL7 (linux-system-roles#66)
- Added "rhc_insights.autoupdate" parameter (linux-system-roles#67)
Bug Fixes
- Fix rhc_auth.activation_keys.keys (linux-system-roles#54)
- Fix rhc_insights.remediation when absent (linux-system-roles#70)
Other Changes
- Add check for non-inclusive language
- ansible-lint 6.x fixes