feat: Support upgrading cluster #87

Merged
jon_nfc merged 6 commits from 14-k3s-upgrades into development 2024-03-29 18:02:52 +00:00
6 changed files with 303 additions and 82 deletions
Showing only changes of commit 4d44c01b32 - Show all commits

View File

@ -44,9 +44,9 @@ tags:
# L(specifiers,https://python-semanticversion.readthedocs.io/en/latest/#requirement-specification). Multiple version
# range specifiers can be set and are separated by ','
dependencies:
ansible.posix: '1.5.4'
kubernetes.core: '3.0.0'
nofusscomputing.firewall: '1.1.0'
ansible.posix: '>=1.5.4'
kubernetes.core: '>=3.0.0'
nofusscomputing.firewall: '>=1.1.0'
# The URL of the originating SCM repository