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.1.2
|
version: 1.2.0
|
||||||
version_scheme: semver
|
version_scheme: semver
|
||||||
|
|||||||
11
CHANGELOG.md
11
CHANGELOG.md
@ -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)
|
## 1.1.2 (2024-03-13)
|
||||||
|
|
||||||
### Fix
|
### Fix
|
||||||
@ -55,7 +65,6 @@
|
|||||||
- install helm binary
|
- install helm binary
|
||||||
- disable node ipv6 support
|
- disable node ipv6 support
|
||||||
- **kubevirt**: install virtctl plugin
|
- **kubevirt**: install virtctl plugin
|
||||||
- **kubevirt**: optionally specify which nodes within a cluster to install kubeviirt
|
|
||||||
|
|
||||||
### 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.1.2
|
version: 1.2.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