From 1ff33c831b46629c1777b475b63c3cc1ed560b67 Mon Sep 17 00:00:00 2001 From: "octo-sts[bot]" <157150467+octo-sts[bot]@users.noreply.github.com> Date: Thu, 16 Jan 2025 21:04:37 +0000 Subject: [PATCH] vcluster/0.22.2 package update (#39763)

Signed-off-by: wolfi-bot <121097084+wolfi-bot@users.noreply.github.com> Co-authored-by: wolfi-bot <121097084+wolfi-bot@users.noreply.github.com> --- vcluster.yaml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/vcluster.yaml b/vcluster.yaml index aec1cf95fc7..b54299e4e1b 100644 --- a/vcluster.yaml +++ b/vcluster.yaml @@ -1,6 +1,6 @@ package: name: vcluster - version: 0.22.1 + version: "0.22.2" epoch: 0 description: Create fully functional virtual Kubernetes clusters copyright: @@ -20,11 +20,14 @@ pipeline: with: repository: https://github.com/loft-sh/vcluster tag: v${{package.version}} - expected-commit: 63e5b8aa6146a5121cf4f578a4364a45b004a7fb + expected-commit: 360c19759bee6f0e6558c3ae674bf05835c24a51 - uses: go/bump with: - deps: github.com/docker/docker@v26.1.5 golang.org/x/crypto@v0.31.0 golang.org/x/net@v0.33.0 + deps: |- + github.com/docker/docker@v26.1.5 + golang.org/x/crypto@v0.31.0 + golang.org/x/net@v0.33.0 - runs: | export RELEASE_VERSION=${{package.version}}