build: bump version 1.2.0 -> 1.3.0

!48
This commit is contained in:
2024-03-18 10:05:36 +00:00
parent 17ff472577
commit 069f7e506d
3 changed files with 14 additions and 9 deletions

View File

@ -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

View File

@ -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

View File

@ -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