2
.cz.yaml
2
.cz.yaml
@ -4,5 +4,5 @@ commitizen:
|
|||||||
prerelease_offset: 1
|
prerelease_offset: 1
|
||||||
tag_format: $version
|
tag_format: $version
|
||||||
update_changelog_on_bump: false
|
update_changelog_on_bump: false
|
||||||
version: 1.2.0
|
version: 1.3.0
|
||||||
version_scheme: semver
|
version_scheme: semver
|
||||||
|
|||||||
19
CHANGELOG.md
19
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)
|
## 1.2.0 (2024-03-16)
|
||||||
|
|
||||||
### Feat
|
### Feat
|
||||||
@ -41,14 +53,9 @@
|
|||||||
|
|
||||||
## 1.0.0 (2024-03-13)
|
## 1.0.0 (2024-03-13)
|
||||||
|
|
||||||
### BREAKING CHANGE
|
|
||||||
|
|
||||||
- Repository restructure from Ansible Role to Ansible Collection
|
|
||||||
|
|
||||||
### Feat
|
### Feat
|
||||||
|
|
||||||
- **playbook**: add the install playbook
|
- **playbook**: add the install playbook
|
||||||
- restructure repository as ansible collection
|
|
||||||
|
|
||||||
### Refactor
|
### Refactor
|
||||||
|
|
||||||
@ -63,8 +70,6 @@
|
|||||||
|
|
||||||
- remove old var and update kube version
|
- remove old var and update kube version
|
||||||
- install helm binary
|
- install helm binary
|
||||||
- disable node ipv6 support
|
|
||||||
- **kubevirt**: install virtctl plugin
|
|
||||||
|
|
||||||
### Refactor
|
### Refactor
|
||||||
|
|
||||||
|
|||||||
@ -8,7 +8,7 @@ namespace: nofusscomputing
|
|||||||
name: kubernetes
|
name: kubernetes
|
||||||
|
|
||||||
# The version of the collection. Must be compatible with semantic versioning
|
# 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
|
# The path to the Markdown (.md) readme file. This path is relative to the root of the collection
|
||||||
readme: README.md
|
readme: README.md
|
||||||
|
|||||||
Reference in New Issue
Block a user