From 26c598103514efe756274545d89523bdadbab7c2 Mon Sep 17 00:00:00 2001 From: redhat-renovate-bot Date: Wed, 11 Feb 2026 22:16:48 +0000 Subject: [PATCH] chore(deps): update all dependencies Signed-off-by: redhat-renovate-bot --- .github/workflows/build-n-push.yaml | 2 +- .github/workflows/verify.yaml | 2 +- Containerfile.wasp | 4 ++-- .../sriov-components/manifests/multus/kustomization.yaml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build-n-push.yaml b/.github/workflows/build-n-push.yaml index 5ed368fe..750e4479 100644 --- a/.github/workflows/build-n-push.yaml +++ b/.github/workflows/build-n-push.yaml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - name: Build Image id: build-image diff --git a/.github/workflows/verify.yaml b/.github/workflows/verify.yaml index 2f4500cb..14102653 100644 --- a/.github/workflows/verify.yaml +++ b/.github/workflows/verify.yaml @@ -13,5 +13,5 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - run: bash -n contrib/* diff --git a/Containerfile.wasp b/Containerfile.wasp index 555633c6..dce6f560 100644 --- a/Containerfile.wasp +++ b/Containerfile.wasp @@ -1,5 +1,5 @@ # Builder stage -FROM fedora:38 as builder +FROM fedora:45 as builder # Install necessary tools for building RUN dnf update -y && dnf install -y \ @@ -22,7 +22,7 @@ WORKDIR /workdir/app RUN make wasp # Final stage -FROM fedora:38 +FROM fedora:45 # Copy the binary from the builder stage to the final image COPY --from=builder /workdir/app/wasp /app/wasp diff --git a/cluster-up/cluster/kind-sriov/sriov-components/manifests/multus/kustomization.yaml b/cluster-up/cluster/kind-sriov/sriov-components/manifests/multus/kustomization.yaml index 65706170..60922532 100644 --- a/cluster-up/cluster/kind-sriov/sriov-components/manifests/multus/kustomization.yaml +++ b/cluster-up/cluster/kind-sriov/sriov-components/manifests/multus/kustomization.yaml @@ -4,7 +4,7 @@ resources: - multus.yaml images: - name: ghcr.io/k8snetworkplumbingwg/multus-cni - newTag: v3.8 + newTag: v3.9 patchesJson6902: - path: patch-args.yaml target: