build: bump version 1.5.0 -> 1.6.0

!54
This commit is contained in:
2024-03-29 18:51:00 +00:00
parent af10814791
commit 70a350bf56
3 changed files with 19 additions and 10 deletions

View File

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

View File

@ -1,3 +1,20 @@
## 1.6.0 (2024-03-29)
### Feat
- **test**: add integration test. playbook install
- add retry=3 delay=10 secs to all ansible url modules
- **upgrade**: If upgrade occurs, dont run remaining tasks
- support upgrading cluster
### Fix
- **docs**: use correct badge query url
### Refactor
- **galaxy**: for dependent collections prefix with `>=` so as to not cause version lock
## 1.5.0 (2024-03-21)
### Feat
@ -43,7 +60,6 @@
- **config**: if hostname=localhost use hostname command to fetch hostname
- limit the use of master group
- add missing dependency ansible.posix
- **install**: use correct var type for packages
## 1.1.1 (2024-03-13)
@ -64,10 +80,3 @@
- **ci**: ensure correct package name is used
## 1.0.0 (2024-03-13)
### Refactor
- **nfc_kubernetes**: update meta file
- remove dependency on role nfc_common
## 0.3.0 (2024-03-13)

View File

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