From 0a625e116fb1409a6c4b74e46954d8d4b4dd07e7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Feb 2022 20:54:08 +0000 Subject: [PATCH 1/4] Bump ansible-core from 2.11.6 to 2.12.2 Bumps [ansible-core](https://github.com/ansible/ansible) from 2.11.6 to 2.12.2. - [Release notes](https://github.com/ansible/ansible/releases) - [Commits](https://github.com/ansible/ansible/compare/v2.11.6...v2.12.2) --- updated-dependencies: - dependency-name: ansible-core dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 168115e..6037539 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -ansible-core==2.11.6 +ansible-core==2.12.2 ansible-lint==5.3.2 flake8==4.0.1 molecule-azure==0.5.0 From 232d9138466388ad554f5e73ce15f1201928a038 Mon Sep 17 00:00:00 2001 From: Simon Baerlocher Date: Fri, 4 Feb 2022 21:57:02 +0100 Subject: [PATCH 2/4] update changelog --- CHANGELOG.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fe469fc..b84eb7e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,9 +7,16 @@ and [human-readable changelog](https://keepachangelog.com/en/1.0.0/). ### Changed -- Bump molecule-docker from 1.0.2 to 1.1 - Bump alpine from 3.14.2 to 3.15.0 +- Bump ansible-lint from 5.2.1 to 5.3.2 +- Bump crazy-max/ghaction-docker-meta from 3.5.0 to 3.6.2 - Bump github/super-linter from 4.8.1 to 4.8.7 +- Bump molecule-containers from 1.0.0 to 1.0.2 +- Bump molecule-docker from 1.0.2 to 1.1 +- Bump molecule-ec2 from 0.3 to 0.4 +- Bump molecule-gce from 0.2 to 0.3.1 +- Bump molecule-podman from 1.0.1 to 1.1.0 +- Bump molecule-vagrant from 0.6.3 to 1.0.0 ## 0.0.3 From 00d6a39a99b900a14831cd8cf89251ea928fbfb7 Mon Sep 17 00:00:00 2001 From: Simon Baerlocher Date: Fri, 4 Feb 2022 21:57:37 +0100 Subject: [PATCH 3/4] update version --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b84eb7e..1032b96 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ and [human-readable changelog](https://keepachangelog.com/en/1.0.0/). ## main +## 0.0.4 + ### Changed - Bump alpine from 3.14.2 to 3.15.0 From fc7b4a0494d90c37599abb2904422c85370a0a41 Mon Sep 17 00:00:00 2001 From: Simon Baerlocher Date: Fri, 4 Feb 2022 22:11:25 +0100 Subject: [PATCH 4/4] fix changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1032b96..872aa02 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,7 @@ and [human-readable changelog](https://keepachangelog.com/en/1.0.0/). ### Changed - Bump alpine from 3.14.2 to 3.15.0 +- Bump ansible-core from 2.11.6 to 2.12.2 - Bump ansible-lint from 5.2.1 to 5.3.2 - Bump crazy-max/ghaction-docker-meta from 3.5.0 to 3.6.2 - Bump github/super-linter from 4.8.1 to 4.8.7