diff --git a/.cz.yaml b/.cz.yaml index c382275..a8c0cac 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.1.1 + version: 1.1.2 version_scheme: semver diff --git a/CHANGELOG.md b/CHANGELOG.md index 9caf136..694545e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +## 1.1.2 (2024-03-13) + +### Fix + +- **readme**: update gitlab links to new loc +- **configure**: dont attempt to configure firewall if install=false +- **handler**: remove old k8s code causing handler to fail +- **handler**: kubernetes restart handler now using updated node type vars +- **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) ### Fix @@ -43,11 +56,6 @@ - disable node ipv6 support - **kubevirt**: install virtctl plugin - **kubevirt**: optionally specify which nodes within a cluster to install kubeviirt -- **kubevirt**: Default to live migration for update strategy - -### Fix - -- remove depreciated worker var ### Refactor diff --git a/galaxy.yml b/galaxy.yml index b3ef4d4..9e7ca41 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.1.1 +version: 1.1.2 # The path to the Markdown (.md) readme file. This path is relative to the root of the collection readme: README.md