Skip to content

Commit

Permalink
chore(release): bump version to v2.7.11 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Mar 16, 2024
1 parent 08b7e70 commit 2790165
Show file tree
Hide file tree
Showing 3 changed files with 72 additions and 2 deletions.
70 changes: 70 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,78 @@



## v2.7.11 (2024-03-16)

### Fix

* fix(deps): bump docker/login-action from 3.0.0 to 3.1.0

Bumps [docker/login-action](https://github.com/docker/login-action) from 3.0.0 to 3.1.0.
- [Release notes](https://github.com/docker/login-action/releases)
- [Commits](https://github.com/docker/login-action/compare/v3.0.0...v3.1.0)

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

Signed-off-by: dependabot[bot] <support@github.com> ([`a002d1d`](https://github.com/gofrolist/molecule-action/commit/a002d1d7d3646f26033d34b715f1bac051fa382e))

* fix(deps): bump docker/build-push-action from 5.2.0 to 5.3.0

Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 5.2.0 to 5.3.0.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](https://github.com/docker/build-push-action/compare/v5.2.0...v5.3.0)

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

Signed-off-by: dependabot[bot] <support@github.com> ([`86f0e98`](https://github.com/gofrolist/molecule-action/commit/86f0e983181631b898ee31563b5a4948a981037a))

* fix(deps): bump docker/setup-buildx-action from 3.1.0 to 3.2.0

Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 3.1.0 to 3.2.0.
- [Release notes](https://github.com/docker/setup-buildx-action/releases)
- [Commits](https://github.com/docker/setup-buildx-action/compare/v3.1.0...v3.2.0)

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

Signed-off-by: dependabot[bot] <support@github.com> ([`114f6a8`](https://github.com/gofrolist/molecule-action/commit/114f6a86e686ef628482964e17d3d374cceb228e))

* fix(deps): bump actions/checkout from 4.1.1 to 4.1.2

Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.1 to 4.1.2.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v4.1.1...v4.1.2)

---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com> ([`89cd0ba`](https://github.com/gofrolist/molecule-action/commit/89cd0bac97bb35c9f5e9dd065da047d8cefc5967))


## v2.7.10 (2024-03-09)

### Chore

* chore(release): bump version to v2.7.10 [skip ci] ([`1d05d16`](https://github.com/gofrolist/molecule-action/commit/1d05d16a62be1407c46602d2babd364f314fadc7))

### Fix

* fix(deps): bump docker/build-push-action from 5.1.0 to 5.2.0
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.10
image: docker://gofrolist/molecule:v2.7.11
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.10"
version = "2.7.11"
description = "GitHub action that allows you to run Molecule to test Ansible role."
readme = "README.md"
license = "MIT"
Expand Down

0 comments on commit 2790165

Please sign in to comment.