From c3fee3091eeca88fd278eb295f6d6a0dea3e968c Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 2 Oct 2022 09:50:18 +0000 Subject: [PATCH] chore(release): 1.0.2 [skip ci] ## [1.0.2](https://github.com/timoa/cdkit.ansible/compare/v1.0.1...v1.0.2) (2022-10-02) ### Bug Fixes * **cicd:** add .ansible-lint config file ([1888918](https://github.com/timoa/cdkit.ansible/commit/18889183a6eabee0d0763ff7f7565168c492c75c)) * **cicd:** update the label name for the dependencies ([fb25e96](https://github.com/timoa/cdkit.ansible/commit/fb25e9639c2db8368592e26a2c740506a515ea32)) * **deps:** fix the Homebrew role ([1790c6b](https://github.com/timoa/cdkit.ansible/commit/1790c6beec6e6b85e473a68bf51ce08809219a0e)) * **deps:** fix the requirements.yml file ([b54353a](https://github.com/timoa/cdkit.ansible/commit/b54353a8422ccd53bc34da2ace4db2a3496c46fe)) * **deps:** lint YAML file ([b7f34f6](https://github.com/timoa/cdkit.ansible/commit/b7f34f687444c156f3e3a1605e83929d8426e82a)) * **deps:** specify if it's a collection or role to install ([0efcfaf](https://github.com/timoa/cdkit.ansible/commit/0efcfaf83b3e3d72a056ceacd1206d3a42ea770a)) * **deps:** update ansible-lint-action to v6.2.1 ([3222604](https://github.com/timoa/cdkit.ansible/commit/3222604233cbfdd4cb30743fc03ac68ab7100948)) * **lint:** fix other minors Ansible lint issues ([7591503](https://github.com/timoa/cdkit.ansible/commit/75915032a0c1480a7f74b740b67d1e4b7c2ce9b4)) * **lint:** Lint all the files with Ansible Lint ([7b3bf08](https://github.com/timoa/cdkit.ansible/commit/7b3bf08bc1bbcafa0211c8bbd4cd2c18e30a605b)) --- CHANGELOG.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1efbf96..cba66aa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,18 @@ +## [1.0.2](https://github.com/timoa/cdkit.ansible/compare/v1.0.1...v1.0.2) (2022-10-02) + + +### Bug Fixes + +* **cicd:** add .ansible-lint config file ([1888918](https://github.com/timoa/cdkit.ansible/commit/18889183a6eabee0d0763ff7f7565168c492c75c)) +* **cicd:** update the label name for the dependencies ([fb25e96](https://github.com/timoa/cdkit.ansible/commit/fb25e9639c2db8368592e26a2c740506a515ea32)) +* **deps:** fix the Homebrew role ([1790c6b](https://github.com/timoa/cdkit.ansible/commit/1790c6beec6e6b85e473a68bf51ce08809219a0e)) +* **deps:** fix the requirements.yml file ([b54353a](https://github.com/timoa/cdkit.ansible/commit/b54353a8422ccd53bc34da2ace4db2a3496c46fe)) +* **deps:** lint YAML file ([b7f34f6](https://github.com/timoa/cdkit.ansible/commit/b7f34f687444c156f3e3a1605e83929d8426e82a)) +* **deps:** specify if it's a collection or role to install ([0efcfaf](https://github.com/timoa/cdkit.ansible/commit/0efcfaf83b3e3d72a056ceacd1206d3a42ea770a)) +* **deps:** update ansible-lint-action to v6.2.1 ([3222604](https://github.com/timoa/cdkit.ansible/commit/3222604233cbfdd4cb30743fc03ac68ab7100948)) +* **lint:** fix other minors Ansible lint issues ([7591503](https://github.com/timoa/cdkit.ansible/commit/75915032a0c1480a7f74b740b67d1e4b7c2ce9b4)) +* **lint:** Lint all the files with Ansible Lint ([7b3bf08](https://github.com/timoa/cdkit.ansible/commit/7b3bf08bc1bbcafa0211c8bbd4cd2c18e30a605b)) + ## [1.0.1](https://github.com/timoa/cdkit.ansible/compare/v1.0.0...v1.0.1) (2022-04-18)