From 5b7adb1191ff6f40cc456b1f3bb7db77ce264bfe Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 31 Jul 2026 12:42:12 +0000 Subject: [PATCH 1/2] Update Helm release netclab to v0.5.11 --- scripts/kind-up.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/kind-up.sh b/scripts/kind-up.sh index 1031269..ceefe80 100755 --- a/scripts/kind-up.sh +++ b/scripts/kind-up.sh @@ -48,7 +48,7 @@ MULTUS=${MULTUS:-v4.3.0} # same transport AVD renders. On 0.5.8 the bootstrap was http/6021, which the # first pushed config replaced -- taking eAPI with it. # renovate: datasource=helm depName=netclab registryUrl=https://netclab.github.io/netclab-chart -NETCLAB_CHART=${NETCLAB_CHART:-0.5.9} +NETCLAB_CHART=${NETCLAB_CHART:-0.5.11} # v1.0.14 is a floor too: the config push composes a *namespaced* Request # (http.m.crossplane.io), which older provider-http releases do not serve. # renovate: datasource=docker depName=xpkg.upbound.io/crossplane-contrib/provider-http From a1eda46dbc8ffd5cd3476cb638b6e3b9b4d9e5f1 Mon Sep 17 00:00:00 2001 From: mbakalarski <64490638+mbakalarski@users.noreply.github.com> Date: Fri, 31 Jul 2026 12:57:09 +0000 Subject: [PATCH 2/2] Keep the floor comment honest about which version is required The bump alone leaves the comment saying 0.5.9 is the floor while the value reads 0.5.11. 0.5.9 really is the floor -- it is where eAPI moved to https/443, the transport AVD renders -- and 0.5.11's fixes are to RESTCONF, which this lab does not use. Say both, so a later reader does not take 0.5.11 for a requirement and does not take the tracking for an accident. Co-Authored-By: Claude Opus 5 --- scripts/kind-up.sh | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/scripts/kind-up.sh b/scripts/kind-up.sh index ceefe80..5674f16 100755 --- a/scripts/kind-up.sh +++ b/scripts/kind-up.sh @@ -44,9 +44,13 @@ CNI_PLUGINS=${CNI_PLUGINS:-v1.9.1} # netclab-chart's README points at master; pinned here # renovate: datasource=github-releases depName=k8snetworkplumbingwg/multus-cni MULTUS=${MULTUS:-v4.3.0} -# 0.5.9 is a floor, not a preference: it bootstraps cEOS eAPI on https/443, the -# same transport AVD renders. On 0.5.8 the bootstrap was http/6021, which the -# first pushed config replaced -- taking eAPI with it. +# 0.5.9 is the real floor: it bootstraps cEOS eAPI on https/443, the same +# transport AVD renders. On 0.5.8 the bootstrap was http/6021, which the first +# pushed config replaced -- taking eAPI with it. +# +# Tracking 0.5.11 anyway, though nothing here needs it: its fixes are to +# RESTCONF, which this lab does not use. Staying current is cheaper than +# discovering the gap the day something does. # renovate: datasource=helm depName=netclab registryUrl=https://netclab.github.io/netclab-chart NETCLAB_CHART=${NETCLAB_CHART:-0.5.11} # v1.0.14 is a floor too: the config push composes a *namespaced* Request