diff --git a/.cz.yaml b/.cz.yaml index 8225e7b..5c41b01 100644 --- a/.cz.yaml +++ b/.cz.yaml @@ -4,5 +4,5 @@ commitizen: prerelease_offset: 1 tag_format: $version update_changelog_on_bump: false - version: 1.2.0 + version: 1.3.0 version_scheme: semver diff --git a/CHANGELOG.md b/CHANGELOG.md index e2c2038..c4a6259 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +## 1.3.0 (2024-03-18) + +### Feat + +- dont attempt to install if already installed + +### Fix + +- **handler**: add missing 'reboot_host' handler +- **firewall**: ensure slave nodes can access ALL masters API point +- **firewall**: dont add rules for disabled features + ## 1.2.0 (2024-03-16) ### Feat @@ -41,14 +53,9 @@ ## 1.0.0 (2024-03-13) -### BREAKING CHANGE - -- Repository restructure from Ansible Role to Ansible Collection - ### Feat - **playbook**: add the install playbook -- restructure repository as ansible collection ### Refactor @@ -63,8 +70,6 @@ - remove old var and update kube version - install helm binary -- disable node ipv6 support -- **kubevirt**: install virtctl plugin ### Refactor diff --git a/galaxy.yml b/galaxy.yml index d6e025f..bb71283 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -8,7 +8,7 @@ namespace: nofusscomputing name: kubernetes # The version of the collection. Must be compatible with semantic versioning -version: 1.2.0 +version: 1.3.0 # The path to the Markdown (.md) readme file. This path is relative to the root of the collection readme: README.md