build: bump version 1.1.2 -> 1.2.0

!46
This commit is contained in:
2024-03-16 13:58:16 +00:00
parent d3666c6825
commit 0be7080089
3 changed files with 12 additions and 3 deletions

View File

@ -4,5 +4,5 @@ commitizen:
prerelease_offset: 1
tag_format: $version
update_changelog_on_bump: false
version: 1.1.2
version: 1.2.0
version_scheme: semver

View File

@ -1,3 +1,13 @@
## 1.2.0 (2024-03-16)
### Feat
- **firewall**: use collection nofusscomputing.firewall to configure kubernetes firewall
### Fix
- **config**: use correct var name when setting node name
## 1.1.2 (2024-03-13)
### Fix
@ -55,7 +65,6 @@
- install helm binary
- disable node ipv6 support
- **kubevirt**: install virtctl plugin
- **kubevirt**: optionally specify which nodes within a cluster to install kubeviirt
### Refactor

View File

@ -8,7 +8,7 @@ namespace: nofusscomputing
name: kubernetes
# The version of the collection. Must be compatible with semantic versioning
version: 1.1.2
version: 1.2.0
# The path to the Markdown (.md) readme file. This path is relative to the root of the collection
readme: README.md