From 37a39e1e6b0ca9c420c5cddf3fa4692b8c0b03cd Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2026 21:24:12 +0000 Subject: [PATCH] chore(deps): update obolup.sh dependency updates --- obolup.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/obolup.sh b/obolup.sh index 6f64d8d2..0009a4be 100755 --- a/obolup.sh +++ b/obolup.sh @@ -55,19 +55,19 @@ fi # Pinned dependency versions # Update these versions to upgrade dependencies across all installations # renovate: datasource=github-releases depName=kubernetes/kubernetes -readonly KUBECTL_VERSION="1.36.2" +readonly KUBECTL_VERSION="1.36.3" # renovate: datasource=github-releases depName=helm/helm readonly HELM_VERSION="3.21.3" # renovate: datasource=github-releases depName=k3d-io/k3d readonly K3D_VERSION="5.9.0" # renovate: datasource=github-releases depName=helmfile/helmfile -readonly HELMFILE_VERSION="1.7.0" +readonly HELMFILE_VERSION="1.7.1" # renovate: datasource=github-releases depName=derailed/k9s readonly K9S_VERSION="0.51.0" # renovate: datasource=github-releases depName=databus23/helm-diff readonly HELM_DIFF_VERSION="3.15.10" # renovate: datasource=github-releases depName=ollama/ollama -readonly OLLAMA_VERSION="0.31.2" +readonly OLLAMA_VERSION="0.32.5" # Must match internal/openclaw/OPENCLAW_VERSION (without "v" prefix). # Tested by TestOpenClawVersionConsistency. readonly OPENCLAW_VERSION="2026.4.21"