Skip to content

Commit

Permalink
build(release): version 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release committed Feb 20, 2024
1 parent e4e72b5 commit c73118c
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 1 deletion.
31 changes: 31 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,39 @@



## v0.1.1 (2024-02-20)

### Build

* build: merge main back to dev after version ([`bcb3d9c`](https://github.com/jam82/ansible-molecule-images/commit/bcb3d9c1dc28465ce15f32558499186c77e4ef8e))

* build: remove custom build command and publish src ([`94334a4`](https://github.com/jam82/ansible-molecule-images/commit/94334a4f7cb6b707c0535ddff761bef76d8fcb4e))

### Fix

* fix: entrypoint for systemd ([`e4e72b5`](https://github.com/jam82/ansible-molecule-images/commit/e4e72b51f7d02307793bae818fe905d250db9e19))

### Style

* style: Correct yaml spacing ([`ba6c6b0`](https://github.com/jam82/ansible-molecule-images/commit/ba6c6b0758e90bb9f3b66f57dc6ca2d265b1bda3))

* style: Fix wrong indention ([`dbdbfa5`](https://github.com/jam82/ansible-molecule-images/commit/dbdbfa5586646595e7c635fe5b8f90861b462c5c))

* style: Extend playbook name ([`e3ff71c`](https://github.com/jam82/ansible-molecule-images/commit/e3ff71c09b4f213c58c9354f71fee412f614ad1d))

* style: Move strategy option from build.yml to ansible.cfg, use FQCNs ([`01a8b22`](https://github.com/jam82/ansible-molecule-images/commit/01a8b22bd80f1ba5f306b1a48a013a802a59d132))

### Unknown

* Merge branch 'main' into dev ([`ea693d8`](https://github.com/jam82/ansible-molecule-images/commit/ea693d86dac664165625fc271c7a5b48771dafdc))


## v0.1.0 (2024-02-19)

### Build

* build(release): 0.1.0 ([`69a2df8`](https://github.com/jam82/ansible-molecule-images/commit/69a2df85169057d5833fd53b67af30341d1c0414))

### Feature

* feat: first commit ([`94eaa1e`](https://github.com/jam82/ansible-molecule-images/commit/94eaa1e1d1c3466f06c3e1066c020178bcc655f0))
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "ansible-molecule-images"
version = "0.1.0"
version = "0.1.1"
description = "Ansible playbook to build and push container images with init system enabled for molecule tests."
authors = ["Jonas Mauer"]
license = "MIT"
Expand Down

0 comments on commit c73118c

Please sign in to comment.