Skip to content

Commit ae18055

Browse files
authored
cleaup for 2.27.0 (#11854)
Signed-off-by: Kay Yan <kay.yan@daocloud.io>
1 parent 55d1e4a commit ae18055

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ stages:
66
- deploy-extended
77

88
variables:
9-
KUBESPRAY_VERSION: v2.26.0
9+
KUBESPRAY_VERSION: v2.27.0
1010
FAILFASTCI_NAMESPACE: 'kargo-ci'
1111
GITLAB_REPOSITORY: 'kargo-ci/kubernetes-sigs-kubespray'
1212
ANSIBLE_FORCE_COLOR: "true"

docs/ansible/ansible.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -209,11 +209,11 @@ You will then need to use [bind mounts](https://docs.docker.com/storage/bind-mou
209209
to access the inventory and SSH key in the container, like this:
210210

211211
```ShellSession
212-
git checkout v2.26.0
213-
docker pull quay.io/kubespray/kubespray:v2.26.0
212+
git checkout v2.27.0
213+
docker pull quay.io/kubespray/kubespray:v2.27.0
214214
docker run --rm -it --mount type=bind,source="$(pwd)"/inventory/sample,dst=/inventory \
215215
--mount type=bind,source="${HOME}"/.ssh/id_rsa,dst=/root/.ssh/id_rsa \
216-
quay.io/kubespray/kubespray:v2.26.0 bash
216+
quay.io/kubespray/kubespray:v2.27.0 bash
217217
# Inside the container you may now run the kubespray playbooks:
218218
ansible-playbook -i /inventory/inventory.ini --private-key /root/.ssh/id_rsa cluster.yml
219219
```

galaxy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
namespace: kubernetes_sigs
33
description: Deploy a production ready Kubernetes cluster
44
name: kubespray
5-
version: 2.27.0
5+
version: 2.28.0
66
readme: README.md
77
authors:
88
- The Kubespray maintainers (https://kubernetes.slack.com/channels/kubespray)

0 commit comments

Comments
 (0)