From 76e587720cab9d6d930b3988c9afcc8427982905 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 1 Aug 2026 23:18:32 +0000 Subject: [PATCH] chore(deps): update obolup.sh dependency updates --- obolup.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/obolup.sh b/obolup.sh index 6f64d8d2..ae05227b 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.2" # 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" +readonly HELM_DIFF_VERSION="3.15.11" # 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"