[2.23] Bump galaxy.yml to next expected version (#10728)

* Bump galaxy.yml to next expected version

* Refactor check_galaxy + fix version (#10729)

* Remove checks for docs using exact tags

Instead use a more generic documentation for installing kubespray as a
collection from git.

* Check that we upgraded galaxy.yml to next version

This is only intented to check for human error. The version in galaxy
should be the next (which does not mean the same if we're on master or a
release branch).

* Set collection version to KUBESPRAY_NEXT_VERSION
This commit is contained in:
Max Gautier
2024-01-12 10:42:48 +01:00
committed by GitHub
parent 3d76c30354
commit 1bcd7395fa
3 changed files with 6 additions and 12 deletions

View File

@@ -15,7 +15,7 @@ Kubespray can be installed as an [Ansible collection](https://docs.ansible.com/a
collections:
- name: https://github.com/kubernetes-sigs/kubespray
type: git
version: v2.22.1
version: master # use the appropriate tag or branch for the version you need
```
2. Install your collection