Skip to content

Releases: robertdebock/molecule-action

Go into the directory

13 Feb 20:02
Compare
Choose a tag to compare
1.2.8

Go into the directory.

Use exit-codes

13 Feb 19:42
Compare
Choose a tag to compare
1.2.7

Use exit-codes.

Adding docker package for dind testing.

13 Feb 16:30
Compare
Choose a tag to compare

From Alpine to Fedora

13 Feb 11:33
Compare
Choose a tag to compare

Using fedora:31 seems to result in a 100 MB smaller container, should speed up the build a little.

Retries

12 Feb 05:48
Compare
Choose a tag to compare

This release retries tox or molecule up to 5 times before giving up. GitHub Actions seems to fail from time to time. This change should make the tests a little more stable.

Use all-included container

07 Feb 13:32
Compare
Choose a tag to compare
1.2.3

Switch to container 1.0.3 and prepare for next release.

Correct && ||

07 Feb 09:39
Compare
Choose a tag to compare

This release fixes an issue with the || and && logic which caused molecule to run if tox failed. The intent was that either tox runs if tox.ini is found, or molecule runs.

Smaller container == Faster CI

03 Feb 11:48
Compare
Choose a tag to compare
1.2.1

Switch to Docker container with GCC.

Better name

07 Jan 06:03
Compare
Choose a tag to compare
1.1.3

Refer to specific tag and useful documentation only.

Fix documents for tox parallel options.

23 Dec 19:11
Compare
Choose a tag to compare
1.1.2

Describe the parallel option better.