From a66d00a535c29151f34ef91066d771c8b06e082b Mon Sep 17 00:00:00 2001 From: ChengHao Yang <17496418+tico88612@users.noreply.github.com> Date: Tue, 14 Oct 2025 17:09:35 +0800 Subject: [PATCH] Releng: bump galaxy version 2.30.0 (#12622) Signed-off-by: ChengHao Yang <17496418+tico88612@users.noreply.github.com> --- galaxy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/galaxy.yml b/galaxy.yml index b391ea001..6539aeea0 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -2,7 +2,7 @@ namespace: kubernetes_sigs description: Deploy a production ready Kubernetes cluster name: kubespray -version: 2.29.0 +version: 2.30.0 readme: README.md authors: - The Kubespray maintainers (https://kubernetes.slack.com/channels/kubespray)