Skip to content

Commit

Permalink
chore(release): bump version to v2.7.43 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release committed Nov 23, 2024
1 parent 8e1c57d commit c0533e2
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 2 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,23 @@
# CHANGELOG


## v2.7.43 (2024-11-23)

### Bug Fixes

- **deps**: Bump docker/metadata-action from 5.5.1 to 5.6.1
([`1ba608e`](https://github.com/gofrolist/molecule-action/commit/1ba608ef22834e93ca36f82bbe5f432090ef4d74))

Bumps [docker/metadata-action](https://github.com/docker/metadata-action) from 5.5.1 to 5.6.1. -
[Release notes](https://github.com/docker/metadata-action/releases) -
[Commits](https://github.com/docker/metadata-action/compare/v5.5.1...v5.6.1)

--- updated-dependencies: - dependency-name: docker/metadata-action dependency-type:
direct:production update-type: version-update:semver-minor ...

Signed-off-by: dependabot[bot] <[email protected]>


## v2.7.42 (2024-11-16)

### Bug Fixes
Expand All @@ -21,6 +38,11 @@ Bumps

Signed-off-by: dependabot[bot] <[email protected]>

### Chores

- **release**: Bump version to v2.7.42 [skip ci]
([`5e7cdbc`](https://github.com/gofrolist/molecule-action/commit/5e7cdbce9fa74cbcaf32e5dca3c09df2348fde6b))


## v2.7.41 (2024-11-09)

Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ inputs:

runs:
using: docker
image: docker://gofrolist/molecule:v2.7.42
image: docker://gofrolist/molecule:v2.7.43
env:
ANSIBLE_ASYNC_DIR: "/tmp/.ansible_async"
ANSIBLE_FORCE_COLOR: "1"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "molecule-action"
version = "2.7.42"
version = "2.7.43"
description = "GitHub action that allows you to run Molecule to test Ansible role."
readme = "README.md"
license = "MIT"
Expand Down

0 comments on commit c0533e2

Please sign in to comment.