Releases: linux-system-roles/podman
Version 1.4.2
Version 1.4.1
Version 1.4.0
Version 1.3.3
[1.3.3] - 2023-09-07
Other Changes
-
ci: Add markdownlint, test_converting_readme, and build_docs workflows (#93)
-
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 [email protected]
-
docs: Make badges consistent, run markdownlint on all .md files (#94)
-
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 [email protected]
-
ci: Remove badges from README.md prior to converting to HTML (#95)
-
Remove thematic break after badges
-
Remove badges from README.md prior to converting to HTML
Signed-off-by: Sergei Petrosian [email protected]
Version 1.3.2
Version 1.3.1
Version 1.3.0
Version 1.2.0
Version 1.1.6
[1.1.6] - 2023-05-26
Bug Fixes
- fix: make role work on ansible-core 2.15
Other Changes
- docs: Consistent contributing.md for all roles - allow role specific contributing.md section
- docs: remove unused Dependencies section in README
Version 1.1.5
[1.1.5] - 2023-04-27
Bug Fixes
- fix: graphroot required in storage.conf on Fedora 37
- fix: Use match instead of in for test for jinja 2.7 support
Other Changes
- test: use podman pod exists to check if pods absent/stopped
- test: check generated files for ansible_managed, fingerprint
- test: ensure the test works with ANSIBLE_GATHERING=explicit
- ci: Add commitlint GitHub action to ensure conventional commits with feedback