Skip to content

Releases: gofrolist/molecule-action

v2.2.4

29 Oct 07:33
2d7a43e
Compare
Choose a tag to compare

2.2.4 (2021-10-29)

Bug Fixes

  • deps: bump docker/metadata-action from 3.5.0 to 3.6.0 (ad5eb3e)

v2.2.3

23 Oct 00:30
83b221c
Compare
Choose a tag to compare

2.2.3 (2021-10-23)

Bug Fixes

  • deps: bump flake8 from 3.9.2 to 4.0.1 (a77f4e2)

v2.2.2

19 Oct 09:36
Compare
Choose a tag to compare

2.2.2 (2021-10-19)

Bug Fixes

  • deps: bump actions/checkout from 2.3.4 to 2.3.5 (c18c849)
  • deps: remove boto3

v2.2.1

14 Oct 09:35
295fc3a
Compare
Choose a tag to compare

2.2.1 (2021-10-14)

Bug Fixes

  • deps: add missing podman package (#40) (295fc3a)

v2.2.0

14 Oct 09:06
006715f
Compare
Choose a tag to compare

2.2.0 (2021-10-14)

Bug Fixes

  • deps: bump ansible-core from 2.11.5 to 2.11.6 (3ca61bc)
  • deps: bump boto3 from 1.18.57 to 1.18.60 (4510fd8)

Features

v2.1.8

09 Oct 02:00
Compare
Choose a tag to compare

2.1.8 (2021-10-09)

Bug Fixes

  • replace update tag action in publish workflow (fae6b2b)

v2.1.7

08 Oct 18:35
Compare
Choose a tag to compare

2.1.7 (2021-10-08)

Bug Fixes

  • add missing env variables to publish workflow (53bd5c6)

v2.1.2

04 Oct 03:53
Compare
Choose a tag to compare
  • Update python modules:
    • Bump boto3 from 1.18.52 to 1.18.53
    • Bump ansible-lint from 5.1.3 to 5.2.0
  • Add dependabot
    • move python modules to requirements.txt
    • strict version for github actions
  • Tune workflow files
    • add snyk to check Docker image for vulnerabilities
    • add paths-ignore

v2.1.1

03 Oct 09:03
afc107a
Compare
Choose a tag to compare
  • Update python modules:
    • molecule 3.4.0 -> 3.4.1
  • Tune workflow files
    • add cache for docker
    • remove unnecessary steps
    • fix tagging

v2.1.0

01 Oct 06:21
Compare
Choose a tag to compare
  • Update python modules:

    • molecule 3.2.1 -> 3.4.0
    • ansible-lint 4.3.7 -> 5.1.3
    • flake8 3.8.4 -> 3.9.2
  • Add python modules:

    • ansible 4.6.0
    • ansible-core 2.11.5
    • boto3 1.18.52
    • molecule-inspec 1.1
    • yamllint 1.26.3
  • Update python docker image

    • python:3.8-alpine -> python:3.9-alpine3.14
  • update apt packages

    • builder image
      • gcc 9.3.0-r2-> 10.3.1_git20210424-r2
      • musl-dev 1.1.24-r10 -> 1.2.2-r3
      • openssl-dev 1.1.1i-r0 -> 1.1.1l-r0
    • runner image
      • docker 19.03.12-r0 -> 20.10.7-r2
      • git 2.26.2-r0 -> 2.32.0-r0
      • openssh-client 8.3_p1-r1 -> 8.6_p1-r2
  • Migrate to build-push-action@v2