Skip to content

Commit

Permalink
chore(release): bump version to v2.7.1 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Jan 15, 2024
1 parent 95ae864 commit 5b5c080
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,19 @@



## v2.7.1 (2024-01-15)

### Fix

* fix(ci): add action.yml to semantic_release assets (#310) ([`95ae864`](https://github.com/gofrolist/molecule-action/commit/95ae864c539950425f60fd0a0dc6dae58dfb4741))


## v2.7.0 (2024-01-15)

### Chore

* chore(release): bump version to v2.7.0 [skip ci] ([`e309a7b`](https://github.com/gofrolist/molecule-action/commit/e309a7b6ce027166aef70ecc7870b6e6cd6ede29))

### Feature

* feat: move from pipenv to poetry (#308) ([`0cfb72a`](https://github.com/gofrolist/molecule-action/commit/0cfb72a0d0f3139471c0b9ecc79ab6e0260f0e75))
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.6.13
image: docker://gofrolist/molecule:v2.7.1
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.0"
version = "2.7.1"
description = "GitHub action that allows you to run Molecule to test Ansible role."
readme = "README.md"
license = "MIT"
Expand Down

0 comments on commit 5b5c080

Please sign in to comment.