Bump kube-router to v2.6.3-k3s1
Some checks are pending
govulncheck / govulncheck (push) Waiting to run
Scorecard supply-chain security / Scorecard analysis (push) Waiting to run

New release is out, and the tag on our fork conflicted with upstream tag - our v2.6.2 should have been v2.6.2-k3s1 as it pointed at a different commit than the upstream tag

Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
This commit is contained in:
Brad Davidson 2025-12-10 08:27:10 +00:00 committed by Brad Davidson
parent 764e98cbb4
commit b4b33afbde
2 changed files with 3 additions and 3 deletions

2
go.mod
View file

@ -6,7 +6,7 @@ replace (
github.com/Microsoft/hcsshim => github.com/Microsoft/hcsshim v0.13.0
github.com/Mirantis/cri-dockerd => github.com/k3s-io/cri-dockerd v0.3.19-k3s3
github.com/cilium/ebpf => github.com/cilium/ebpf v0.12.3
github.com/cloudnativelabs/kube-router/v2 => github.com/k3s-io/kube-router/v2 v2.6.2
github.com/cloudnativelabs/kube-router/v2 => github.com/k3s-io/kube-router/v2 v2.6.3-k3s1
github.com/containerd/containerd/api => github.com/containerd/containerd/api v1.9.0
github.com/containerd/containerd/v2 => github.com/k3s-io/containerd/v2 v2.1.5-k3s1
github.com/containerd/imgcrypt => github.com/containerd/imgcrypt v1.1.11

4
go.sum
View file

@ -803,8 +803,8 @@ github.com/k3s-io/kine v0.14.8 h1:dx/RGWXFM/xuxDaBPMUyeX4DFIBIu6ZHKbBY2OuaaQg=
github.com/k3s-io/kine v0.14.8/go.mod h1:fa/AFMOBaNQuY4oRuxJdxwoQ3rESF/7tyCxP8jFWfaI=
github.com/k3s-io/klog/v2 v2.120.1-k3s1 h1:7twAHPFpZA21KdMnMNnj68STQMPldAxF2Zsaol57dxw=
github.com/k3s-io/klog/v2 v2.120.1-k3s1/go.mod h1:3Jpz1GvMt720eyJH1ckRHK1EDfpxISzJ7I9OYgaDtPE=
github.com/k3s-io/kube-router/v2 v2.6.2 h1:5U6T8s8QRbbuvMgfwrTOMkjqG7IeL077Ot2ZMyd/Hoc=
github.com/k3s-io/kube-router/v2 v2.6.2/go.mod h1:JQISxvjmJWno2LYGGbvKZmvVpsBcb6t1sPBqlmiHbHg=
github.com/k3s-io/kube-router/v2 v2.6.3-k3s1 h1:RZjUBIuitXCuYoCzm1aM6p5EgQFC5k3N72j4pBIc2j4=
github.com/k3s-io/kube-router/v2 v2.6.3-k3s1/go.mod h1:RaxDc+SBKB33+fjao+LeDue4CaUajk02eCHXVK/V4YE=
github.com/k3s-io/kubernetes v1.34.2-k3s1 h1:ncYDaSFoNtYP9TViNgSr1re4NoBBDQ8EzXsOwS/WEAg=
github.com/k3s-io/kubernetes v1.34.2-k3s1/go.mod h1:m6pZk6a179pRo2wsTiCPORJ86iOEQmfIzUvtyEF8BwA=
github.com/k3s-io/kubernetes/staging/src/k8s.io/api v1.34.2-k3s1 h1:vUqhnMMdJP29zuDHUT0g7BbQQ8yStFLmu2yqRWHCWcA=