Skip to content

Commit

Permalink
chore(release): bump version to v2.7.15 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Apr 13, 2024
1 parent 7a1df6e commit 6107250
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.15 (2024-04-13)

### Fix

* fix(deps): bump idna from 3.6 to 3.7

Bumps [idna](https://github.com/kjd/idna) from 3.6 to 3.7.
- [Release notes](https://github.com/kjd/idna/releases)
- [Changelog](https://github.com/kjd/idna/blob/master/HISTORY.rst)
- [Commits](https://github.com/kjd/idna/compare/v3.6...v3.7)

---
updated-dependencies:
- dependency-name: idna
dependency-type: indirect
...

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

* fix(deps): bump molecule from 24.2.0 to 24.2.1

Bumps [molecule](https://github.com/ansible-community/molecule) from 24.2.0 to 24.2.1.
- [Release notes](https://github.com/ansible-community/molecule/releases)
- [Commits](https://github.com/ansible-community/molecule/compare/v24.2.0...v24.2.1)

---
updated-dependencies:
- dependency-name: molecule
dependency-type: direct:production
update-type: version-update:semver-patch
...

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

* fix(deps): bump python-semantic-release/python-semantic-release

Bumps [python-semantic-release/python-semantic-release](https://github.com/python-semantic-release/python-semantic-release) from 9.4.0 to 9.4.1.
- [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.md)
- [Commits](https://github.com/python-semantic-release/python-semantic-release/compare/v9.4.0...v9.4.1)

---
updated-dependencies:
- dependency-name: python-semantic-release/python-semantic-release
dependency-type: direct:production
update-type: version-update:semver-patch
...

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

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

Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 3.2.0 to 3.3.0.
- [Release notes](https://github.com/docker/setup-buildx-action/releases)
- [Commits](https://github.com/docker/setup-buildx-action/compare/v3.2.0...v3.3.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> ([`d426f79`](https://github.com/gofrolist/molecule-action/commit/d426f79d2d3702204a18e6a52ec3b72e2fa6ae32))


## v2.7.14 (2024-04-06)

### Chore

* chore(release): bump version to v2.7.14 [skip ci] ([`742a535`](https://github.com/gofrolist/molecule-action/commit/742a535d1057e603c35b47d73ba3178956894594))

### Fix

* fix(deps): bump python-semantic-release/python-semantic-release
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.14
image: docker://gofrolist/molecule:v2.7.15
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.14"
version = "2.7.15"
description = "GitHub action that allows you to run Molecule to test Ansible role."
readme = "README.md"
license = "MIT"
Expand Down

0 comments on commit 6107250

Please sign in to comment.