Releases: gofrolist/molecule-action
Releases · gofrolist/molecule-action
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
v2.0.2
Fix docker image tag which was hardcoded to v2.0.0 (now it's hardcoded to v2 :)
Update package versions
molecule 3.0.8 -> 3.2.1
ansible 2.9.12 -> 2.10.4
ansible-lint 4.3.3 -> 4.3.7
testinfra 5.2.2 -> 6.0.0
flake8 3.8.3 -> 3.8.4
musl-dev 1.1.24-r9 -> 1.1.24-r10
openssl-dev 1.1.1g-r0 -> 1.1.1i-r0
openssh-client 8.3_p1-r0 -> 8.3_p1-r1
v2.0.1
Put versions of packages in Dockerfile for reproducible build
Molecule 3.0.6 -> 3.0.8
v2.0.0
Now action pointing to specific docker tag instead of latest
Dockerfile has been refactored and updated to
- Python 3.8
- Molecule 3.0.6
- Ansible 2.9.12
- Yamllint 1.24.2