Skip to content

Commit

Permalink
chore(release): bump version to v2.7.44 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release committed Nov 30, 2024
1 parent 27b8164 commit cf4000d
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.44 (2024-11-30)

### Bug Fixes

- **deps**: Bump docker/build-push-action from 6.9.0 to 6.10.0
([`0e636d5`](https://github.com/gofrolist/molecule-action/commit/0e636d5bed31e35122529781872a7a16de11f316))

Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 6.9.0 to 6.10.0.
- [Release notes](https://github.com/docker/build-push-action/releases) -
[Commits](https://github.com/docker/build-push-action/compare/v6.9.0...v6.10.0)

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

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


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

### Bug Fixes
Expand All @@ -17,6 +34,11 @@ Bumps [docker/metadata-action](https://github.com/docker/metadata-action) from 5

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

### Chores

- **release**: Bump version to v2.7.43 [skip ci]
([`c0533e2`](https://github.com/gofrolist/molecule-action/commit/c0533e2c0455edc3760ba09a4cf8ac1b0a510918))


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

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.43
image: docker://gofrolist/molecule:v2.7.44
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.43"
version = "2.7.44"
description = "GitHub action that allows you to run Molecule to test Ansible role."
readme = "README.md"
license = "MIT"
Expand Down

0 comments on commit cf4000d

Please sign in to comment.