From c2e5d5f71f24d5a6639c25a2b87e4da3f29bcae9 Mon Sep 17 00:00:00 2001 From: semantic-release Date: Sat, 22 Feb 2025 00:47:07 +0000 Subject: [PATCH] chore(release): bump version to v2.7.54 [skip ci] --- CHANGELOG.md | 50 ++++++++++++++++++++++++++++++++++++++++++++++++++ action.yml | 2 +- pyproject.toml | 2 +- 3 files changed, 52 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 007a266..9c63d72 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,56 @@ # CHANGELOG +## v2.7.54 (2025-02-22) + +### Bug Fixes + +- **deps**: Bump ansible-lint from 25.1.2 to 25.1.3 + ([`28fa6f1`](https://github.com/gofrolist/molecule-action/commit/28fa6f12b426a25165b0fcdaeeb0c2ef86a00421)) + +Bumps [ansible-lint](https://github.com/ansible/ansible-lint) from 25.1.2 to 25.1.3. - [Release + notes](https://github.com/ansible/ansible-lint/releases) - + [Commits](https://github.com/ansible/ansible-lint/compare/v25.1.2...v25.1.3) + +--- updated-dependencies: - dependency-name: ansible-lint dependency-type: direct:production + +update-type: version-update:semver-patch ... + +Signed-off-by: dependabot[bot] + +- **deps**: Bump docker/build-push-action from 6.13.0 to 6.14.0 + ([`0ab7544`](https://github.com/gofrolist/molecule-action/commit/0ab7544110f0f638651fc69da70f46afe56898aa)) + +Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 6.13.0 to 6.14.0. + - [Release notes](https://github.com/docker/build-push-action/releases) - + [Commits](https://github.com/docker/build-push-action/compare/v6.13.0...v6.14.0) + +--- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: + direct:production + +update-type: version-update:semver-minor ... + +Signed-off-by: dependabot[bot] + +- **deps**: Bump python-semantic-release/python-semantic-release + ([`f9b9a95`](https://github.com/gofrolist/molecule-action/commit/f9b9a95edeee908103b3a32d556f93ee993332fc)) + +Bumps + [python-semantic-release/python-semantic-release](https://github.com/python-semantic-release/python-semantic-release) + from 9.19.1 to 9.20.0. - [Release + notes](https://github.com/python-semantic-release/python-semantic-release/releases) - + [Changelog](https://github.com/python-semantic-release/python-semantic-release/blob/master/CHANGELOG.rst) + - + [Commits](https://github.com/python-semantic-release/python-semantic-release/compare/v9.19.1...v9.20.0) + +--- updated-dependencies: - dependency-name: python-semantic-release/python-semantic-release + dependency-type: direct:production + +update-type: version-update:semver-minor ... + +Signed-off-by: dependabot[bot] + + ## v2.7.53 (2025-02-15) ### Bug Fixes diff --git a/action.yml b/action.yml index 61f5fdd..30b3e05 100644 --- a/action.yml +++ b/action.yml @@ -66,7 +66,7 @@ inputs: runs: using: docker - image: docker://gofrolist/molecule:v2.7.53 + image: docker://gofrolist/molecule:v2.7.54 env: ANSIBLE_ASYNC_DIR: "/tmp/.ansible_async" ANSIBLE_FORCE_COLOR: "1" diff --git a/pyproject.toml b/pyproject.toml index 7e2fc78..49ab667 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "molecule-action" -version = "2.7.53" +version = "2.7.54" description = "GitHub action that allows you to run Molecule to test Ansible role." readme = "README.md" license = "MIT"