Skip to content

Releases: ansible/molecule

3.0a4

27 Oct 09:58
6938066
Compare
Choose a tag to compare
3.0a4 Pre-release
Pre-release

Changes

Major Changes

Minor Changes

Minor Changes

Bugfixes

Bugfixes

Bugfixes

Bugfixes

Deprecations

3.0a3

28 Aug 16:18
Compare
Choose a tag to compare
3.0a3 Pre-release
Pre-release
  • TBD

2.22

07 Aug 13:24
Compare
Choose a tag to compare
  • molecule dependency now has a retry and timed back-off by default for flaky network connections.
  • Add the --parallel flag to experimentally allow molecule to be run in parallel.
  • dependency step is now run by default before any playbook sequence step, including
    create and destroy. This allows the use of roles in all sequence step playbooks.
  • Removed validation regex for docker registry passwords, all string values are now valid.
  • Add tty option to the Docker driver.
  • Specify new lower bound of 3.0.2 for testinfra which uses the new Ansible test runner.
  • Place upper bounds on inspec and rubocop for CI testing.
  • Support pruning of docker volumes in 'destroy' phase for docker driver
  • Update Goss to 0.3.7
  • Add SSH password to delegated driver instance_dict
  • Add WinRM connections options to delegated driver instance_dict
  • Update testinfra to 3.0.6 so we can use ansible verbosity
  • Add sysctls option to the Docker driver.

2.22rc5

06 Aug 13:22
Compare
Choose a tag to compare
2.22rc5 Pre-release
Pre-release

TBD

2.22rc4

31 Jul 14:56
Compare
Choose a tag to compare
2.22rc4 Pre-release
Pre-release

TBD

2.20.2

16 Jul 16:33
Compare
Choose a tag to compare

Includes few minor fixes in order to make the last stable release compatible with Ansible 2.8.

2.22rc3

22 Jun 19:33
fdbea75
Compare
Choose a tag to compare
2.22rc3 Pre-release
Pre-release

TBD

2.22rc2

22 Jun 09:14
b44fe71
Compare
Choose a tag to compare
2.22rc2 Pre-release
Pre-release

TBD

2.22rc1

06 Jun 09:36
Compare
Choose a tag to compare
2.22rc1 Pre-release
Pre-release
  • Added docker-machine support
  • Pass etc_hosts through to docker_container module
  • Fixed dependency gem for rubocop
  • Use selinux shim library for testing
  • Bumbed multiple requirements
  • Add ansible_args support back to converge command
  • Fix Deprecations
  • Support pruning of docker volumes in 'destroy' phase
  • CI Fixes for ansible 2.8
  • Other minor fixes

2.20.1

12 Apr 13:20
Compare
Choose a tag to compare

Adds a hotfix that enables use with Python 3.5 by removing the verification code that prevented that.