diff --git a/.cz.yaml b/.cz.yaml index b5cf7c1..311ffe9 100644 --- a/.cz.yaml +++ b/.cz.yaml @@ -4,5 +4,5 @@ commitizen: prerelease_offset: 1 tag_format: $version update_changelog_on_bump: false - version: 1.4.0 + version: 1.5.0 version_scheme: semver diff --git a/CHANGELOG.md b/CHANGELOG.md index 80bcf65..bb39275 100644 --- a/CHANGELOG.md +++ b/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) ### Feat @@ -59,22 +65,9 @@ ## 1.0.0 (2024-03-13) -### Feat - -- **playbook**: add the install playbook - ### Refactor - **nfc_kubernetes**: update meta file - 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) - -### Feat - -- remove old var and update kube version - -### Refactor - -- image var update for calico diff --git a/galaxy.yml b/galaxy.yml index 36e659d..ed9263e 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -8,7 +8,7 @@ namespace: nofusscomputing name: kubernetes # 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 readme: README.md