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.4.0
|
version: 1.5.0
|
||||||
version_scheme: semver
|
version_scheme: semver
|
||||||
|
|||||||
19
CHANGELOG.md
19
CHANGELOG.md
@ -1,3 +1,9 @@
|
|||||||
|
## 1.5.0 (2024-03-21)
|
||||||
|
|
||||||
|
### Feat
|
||||||
|
|
||||||
|
- **collection**: nofusscomputing.firewall update 1.0.1 -> 1.1.0
|
||||||
|
|
||||||
## 1.4.0 (2024-03-20)
|
## 1.4.0 (2024-03-20)
|
||||||
|
|
||||||
### Feat
|
### Feat
|
||||||
@ -59,22 +65,9 @@
|
|||||||
|
|
||||||
## 1.0.0 (2024-03-13)
|
## 1.0.0 (2024-03-13)
|
||||||
|
|
||||||
### Feat
|
|
||||||
|
|
||||||
- **playbook**: add the install playbook
|
|
||||||
|
|
||||||
### Refactor
|
### Refactor
|
||||||
|
|
||||||
- **nfc_kubernetes**: update meta file
|
- **nfc_kubernetes**: update meta file
|
||||||
- remove dependency on role nfc_common
|
- remove dependency on role nfc_common
|
||||||
- **nfc_kubernetes**: layout role ingress to install prime -> master -> worker nodes as separate groups
|
|
||||||
|
|
||||||
## 0.3.0 (2024-03-13)
|
## 0.3.0 (2024-03-13)
|
||||||
|
|
||||||
### Feat
|
|
||||||
|
|
||||||
- remove old var and update kube version
|
|
||||||
|
|
||||||
### Refactor
|
|
||||||
|
|
||||||
- image var update for calico
|
|
||||||
|
|||||||
@ -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.3.0
|
version: 1.5.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