Compare commits

..

No commits in common. "v3.2.3-3" and "v3.2.3-2" have entirely different histories.

4 changed files with 9 additions and 4 deletions

View File

@ -11,7 +11,6 @@ options:
perf: Performance Improvements
refactor: Code Refactoring
chore: Others
test: Testing
ci: CI Pipeline
header:
pattern: "^(\\w*)(?:\\(([\\w\\$\\.\\-\\*\\s]*)\\))?\\:\\s(.*)$"

1
.gitignore vendored
View File

@ -1 +0,0 @@
CHANGELOG.md

7
CHANGELOG.md Normal file
View File

@ -0,0 +1,7 @@
# Changelog
## v3.2.3-1 (2021-01-30)
### Others
- **deps:** update dependency molecule to v3.2.3 ([#20](https://gitea.rknet.org/docker/molecule/issues/20))

View File

@ -1,4 +1,4 @@
FROM python:3.9-alpine@sha256:7919c21147955031ba26dd964be5a4066b617c18839e3dc9a04964102087a469
FROM python:3.9-alpine@sha256:5beb4823c653c428379bc8b811ef233b7171806e8b10bb6879e7af1ed5bb4093
LABEL maintainer="Robert Kaussow <mail@thegeeklab.de>"
LABEL org.opencontainers.image.authors="Robert Kaussow <mail@thegeeklab.de>"
@ -13,7 +13,7 @@ ARG BUILD_VERSION
# renovate: datasource=pypi depName=molecule
ENV MOLECULE_VERSION="${BUILD_VERSION:-3.2.3}"
# renovate: datasource=pypi depName=ansible
ENV ANSIBLE_VERSION="${ANSIBLE_VERSION:-3.0.0}"
ENV ANSIBLE_VERSION="${ANSIBLE_VERSION:-2.10.7}"
ENV PY_COLORS=1 \
ANSIBLE_FORCE_COLOR=true \