Skip to content

Commit

Permalink
chore(release): bump version to v2.7.35 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release committed Sep 14, 2024
1 parent 7b34711 commit bb90008
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 2 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,30 @@
# CHANGELOG

## v2.7.35 (2024-09-14)

### Fix

* fix(deps): bump molecule from 24.8.0 to 24.9.0

Bumps [molecule](https://github.com/ansible-community/molecule) from 24.8.0 to 24.9.0.
- [Release notes](https://github.com/ansible-community/molecule/releases)
- [Commits](https://github.com/ansible-community/molecule/compare/v24.8.0...v24.9.0)

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

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

## v2.7.34 (2024-09-07)

### Chore

* chore(release): bump version to v2.7.34 [skip ci] ([`56d6b03`](https://github.com/gofrolist/molecule-action/commit/56d6b03704b13dc3abb9ca8724cea56ad0d52bef))

### Fix

* fix(deps): bump cryptography from 42.0.4 to 43.0.1
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.34
image: docker://gofrolist/molecule:v2.7.35
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.34"
version = "2.7.35"
description = "GitHub action that allows you to run Molecule to test Ansible role."
readme = "README.md"
license = "MIT"
Expand Down

0 comments on commit bb90008

Please sign in to comment.