Releases: gofrolist/molecule-action
Releases · gofrolist/molecule-action
v2.2.4
v2.2.3
v2.2.2
v2.2.1
v2.2.0
v2.1.8
v2.1.7
v2.1.2
- 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
- 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
-
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
- builder image
-
Migrate to build-push-action@v2