From 3cf2a2e16917c5bf455fe4d65ed450d22581eaf0 Mon Sep 17 00:00:00 2001 From: nfc_bot Date: Thu, 2 May 2024 00:26:59 +0000 Subject: [PATCH] build: bump version 1.7.2 -> 1.8.0 !61 --- .cz.yaml | 2 +- CHANGELOG.md | 22 ++++++---------------- galaxy.yml | 2 +- 3 files changed, 8 insertions(+), 18 deletions(-) diff --git a/.cz.yaml b/.cz.yaml index 0da183a..4275930 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.7.2 + version: 1.8.0 version_scheme: semver diff --git a/CHANGELOG.md b/CHANGELOG.md index 9f83c63..93540b6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 1.8.0 (2024-05-02) + +### Feat + +- **nfc_kubernetes**: build url and on use cast as string + ## 1.7.2 (2024-04-25) ### Fix @@ -56,10 +62,6 @@ ## 1.3.0 (2024-03-18) -### Feat - -- dont attempt to install if already installed - ### Fix - **handler**: add missing 'reboot_host' handler @@ -75,15 +77,3 @@ ### Fix - **config**: use correct var name when setting node name - -## 1.1.2 (2024-03-13) - -### Fix - -- **readme**: update gitlab links to new loc - -## 1.1.1 (2024-03-13) - -### Fix - -- don't check hostname for localhost diff --git a/galaxy.yml b/galaxy.yml index d219578..60c603a 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.7.2 +version: 1.8.0 # The path to the Markdown (.md) readme file. This path is relative to the root of the collection readme: README.md