Molecule Podman Versions Save

❗️Moved into molecule-plugins

v2.1.0

1 year ago

Minor Changes

  • Add build context for custom images (#149) @adrianlzt
  • Require python 3.9 or newer (#154) @ssbarnea

Bugfixes

  • Remove created networks (#151) @truestory1
  • Update build-system requirements for setuptools-scm to >= 7.0.0 (#146) @dvzrv
  • fix: simplify podman executable path lookup (#142) @gardar

v2.0.3

1 year ago

Bugfixes

  • fix: make sure directory for async is correctly set (#139) @gardar

v2.0.2

1 year ago

Bugfixes

  • Fix missing playbooks in the PyPI wheel (#134) @tobiashuste

v2.0.1

1 year ago

Bugfixes

  • Update condition for missing network (#119) @jdmarble
  • Skip podman network creation named with 'bridge' (#121) @Daniel-Sanchez-Fabregas
  • Fix pylint errors (#131) @ssbarnea
  • Remove setup.py (#130) @ssbarnea
  • Require molecule 4.0.0 or newer (#129) @ssbarnea
  • Fix SHELL argument for login command (#128) @aburch
  • Enable testing with py310 and py311 (#127) @ssbarnea

v2.0.0

2 years ago

Major Changes

  • Test only with ansible 2.12 and devel branch (#113) @ssbarnea
  • Require py38 or newer (#111) @ssbarnea

Minor Changes

  • Allow to additionally configure arbitrary command-line options (#107) @lucendio

Bugfixes

  • More fixes (#115) @ssbarnea
  • Remove use of deprecated distutils (#114) @ssbarnea

v1.1.0

2 years ago

Minor Changes

  • Allow adding devices to the platform container (#102) @rmsc

Bugfixes

  • Fix the waiting for a rootfull container creation (#83) @0b11stan
  • Ensure testing of synchronize module (#58) @ssbarnea
  • Raise runtime warning on unsupported configurations (#76) @ssbarnea
  • Lazily load podman executable (#82) @tadeboro

1.0.1

2 years ago

Major Changes

  • Require containers.podman>=1.7.0 (#68) @ssbarnea
  • Require ansible.posix>=1.3.0 (#63) @ssbarnea
  • Require molecule 3.4.0 or newer (#62) @ssbarnea

Minor Changes

  • Allow podman executable override with env (#53) @NikolineLykPedersen
  • Remove use of pytest-helpers-namespace (#44) @ssbarnea
  • Expose required collection (#43) @ssbarnea
  • Configure podman networks (#38) @laurent-indermuehle
  • Filter verbose output of loop during Create Playbook (#34) @laurent-indermuehle
  • Configure podman networks (#38) @laurent-indermuehle
  • Filter verbose output of loop during Create Playbook (#34) @laurent-indermuehle

Bugfixes

  • Fix podman systemd argument (#79) @0b11stan
  • fix: allow publishing multiple ports (#69) @Yajo
  • fix: allow to omit subnet (#71) @Yajo
  • Include sample scenario in testing (#74) @ssbarnea
  • Address some pylint violations (#72) @ssbarnea
  • Fail fast if ansible 2.9 with pipelining is detected (#67) @ssbarnea
  • Use cache from ansible-compat (#65) @ssbarnea
  • Rename master branch to main (#47) @ssbarnea
  • Add FQCN to podman modules (#46) @sshnaidm
  • Enable use of ansible-lint (#42) @ssbarnea
  • Fixing podman flags order sequence in create task (#36) @iscacwb
  • Support podman's systemd option. (#32) @erinn
  • Prevent creation failure if containers already exists (#23) @ssbarnea
  • Enable use of ansible-lint (#42) @ssbarnea
  • Fixing podman flags order sequence in create task (#36) @iscacwb
  • Support podman's systemd option. (#32) @erinn
  • Prevent creation failure if containers already exists (#23) @ssbarnea
  • Avoid using pip 2020-resolver (#25) @ssbarnea
  • Adapt testing to molecule 3.2 (#24) @ssbarnea

Kudos goes to: @NikolineLykPedersen, @Yajo, @0b11stan, @erinn, @iscacwb, @laurent-indermuehle, @sshnaidm and @ssbarnea

1.0.0a2

2 years ago

Minor Changes

  • Require containers.podman>=1.7.0 (#68) @ssbarnea
  • Require molecule 3.4.0 or newer (#62) @ssbarnea
  • Allow podman executable override with env (#53) @NikolineLykPedersen

Bugfixes

  • fix: allow publishing multiple ports (#69) @Yajo
  • fix: allow to omit subnet (#71) @Yajo
  • Include sample scenario in testing (#74) @ssbarnea
  • Address some pylint violations (#72) @ssbarnea
  • Fail fast if ansible 2.9 with pipelining is detected (#67) @ssbarnea
  • Use cache from ansible-compat (#65) @ssbarnea
  • Require ansible.posix>=1.3.0 (#63) @ssbarnea

Kudos goes to: @NikolineLykPedersen, @Yajo and @ssbarnea

1.0.0a1

2 years ago

Minor Changes

  • Require containers.podman>=1.6.2 (#48) @ssbarnea
  • Remove use of pytest-helpers-namespace (#44) @ssbarnea
  • Expose required collection (#43) @ssbarnea
  • Configure podman networks (#38) @laurent-indermuehle
  • Filter verbose output of loop during Create Playbook (#34) @laurent-indermuehle

Bugfixes

  • Rename master branch to main (#47) @ssbarnea
  • Add FQCN to podman modules (#46) @sshnaidm
  • Enable use of ansible-lint (#42) @ssbarnea
  • Fixing podman flags order sequence in create task (#36) @iscacwb
  • Support podman's systemd option. (#32) @erinn
  • Prevent creation failure if containers already exists (#23) @ssbarnea
  • Avoid using pip 2020-resolver (#25) @ssbarnea
  • Adapt testing to molecule 3.2 (#24) @ssbarnea

Kudos goes to: @erinn, @iscacwb, @laurent-indermuehle, @ssbarnea and @sshnaidm

v1.0.0a0

2 years ago

Major Changes

  • Require containers.podman collection 1.6.1 or newer (#40) @ssbarnea

Minor Changes

  • Configure podman networks (#38) @laurent-indermuehle
  • Require containers.podman collection 1.6.1 or newer (#40) @ssbarnea
  • Filter verbose output of loop during Create Playbook (#34) @laurent-indermuehle

Bugfixes

  • Enable use of ansible-lint (#42) @ssbarnea
  • Fixing podman flags order sequence in create task (#36) @iscacwb
  • Support podman's systemd option. (#32) @erinn
  • Prevent creation failure if containers already exists (#23) @ssbarnea
  • Avoid using pip 2020-resolver (#25) @ssbarnea
  • Adapt testing to molecule 3.2 (#24) @ssbarnea

Kudos goes to: @erinn, @iscacwb, @laurent-indermuehle, @ssbarnea and @sshnaidm