Skip to content

Releases: linux-system-roles/podman

Version 1.4.2

12 Dec 16:38
Compare
Choose a tag to compare

[1.4.2] - 2023-12-12

Bug Fixes

  • fix: add no_log: true for tasks that can log secret data (#113)

Version 1.4.1

08 Dec 21:00
Compare
Choose a tag to compare

[1.4.1] - 2023-12-08

Other Changes

  • ci: bump actions/github-script from 6 to 7 (#109)
  • refactor: get_ostree_data.sh use env shebang - remove from .sanity* (#110)

Version 1.4.0

30 Nov 00:15
Compare
Choose a tag to compare

[1.4.0] - 2023-11-29

New Features

  • feat: support for ostree systems (#105)

Other Changes

  • build(deps): bump actions/checkout from 3 to 4 (#97)
  • ci: ensure dependabot git commit message conforms to commitlint (#100)
  • ci: tox-lsr version 3.1.1 (#104)

Version 1.3.3

08 Sep 13:12
5aeeb26
Compare
Choose a tag to compare

[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

10 Aug 14:25
Compare
Choose a tag to compare

[1.3.2] - 2023-08-10

Bug Fixes

  • fix: user secret support (#91)

Version 1.3.1

01 Aug 14:03
Compare
Choose a tag to compare

[1.3.1] - 2023-08-01

Bug Fixes

  • fix: require the crun package on EL8 (#88)

Version 1.3.0

27 Jul 12:38
Compare
Choose a tag to compare

[1.3.0] - 2023-07-27

New Features

  • feat: allow not pulling images, continue if pull fails (#82)

Bug Fixes

  • fix: support global options in config files (#83)

Other Changes

  • refactor: use getsubids to check subuid and subgid (#86)

Version 1.2.0

19 Jul 21:13
Compare
Choose a tag to compare

[1.2.0] - 2023-07-19

New Features

  • feat: add support for quadlet, secrets (#78)

Bug Fixes

  • fix: facts being gathered unnecessarily (#80)

Other Changes

  • ci: Add pull request template and run commitlint on PR title only (#76)
  • ci: Rename commitlint to PR title Lint, echo PR titles from env var (#77)
  • ci: ansible-lint - ignore var-naming[no-role-prefix] (#79)

Version 1.1.6

27 May 17:51
Compare
Choose a tag to compare

[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

28 Apr 01:05
Compare
Choose a tag to compare

[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