kubevirt / kubevirt-tekton-tasks

VM specific tasks for Tekton Pipelines
Apache License 2.0
31 stars 34 forks source link

chore(deps): Bump the production-dependencies group across 1 directory with 35 updates #510

Closed dependabot[bot] closed 3 months ago

dependabot[bot] commented 3 months ago

Bumps the production-dependencies group with 19 updates in the / directory:

Package From To
github.com/tektoncd/pipeline 0.61.1 0.62.2
k8s.io/apimachinery 0.30.3 0.31.0
kubevirt.io/api 1.3.0 1.3.1
kubevirt.io/client-go 1.3.0 1.3.1
kubevirt.io/containerized-data-importer 1.59.0 1.60.2
kubevirt.io/kubevirt 1.3.0 1.3.1
cloud.google.com/go/iam 1.1.11 1.2.0
github.com/docker/cli 27.1.1+incompatible 27.2.0+incompatible
github.com/go-jose/go-jose/v4 4.0.3 4.0.4
github.com/google/cel-go 0.20.1 0.21.0
github.com/google/go-containerregistry 0.20.1 0.20.2
github.com/grpc-ecosystem/grpc-gateway/v2 2.20.0 2.22.0
github.com/k8snetworkplumbingwg/network-attachment-definition-client 1.7.0 1.7.1
github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring 0.75.1 0.76.0
github.com/prometheus/client_golang 1.19.1 1.20.2
github.com/prometheus/common 0.55.0 0.56.0
github.com/prometheus/statsd_exporter 0.26.1 0.27.1
github.com/sigstore/sigstore 1.8.7 1.8.8
golang.org/x/tools 0.23.0 0.24.0

Updates github.com/tektoncd/pipeline from 0.61.1 to 0.62.2

Release notes

Sourced from github.com/tektoncd/pipeline's releases.

Tekton Pipeline release v0.62.2 "Birman HAL LTS"

-Docs @ v0.62.2 -Examples @ v0.62.2

Installation one-liner

kubectl apply -f https://storage.googleapis.com/tekton-releases/pipeline/previous/v0.62.2/release.yaml

Attestation

The Rekor UUID for this release is 108e9186e8c5677a6e62d0e6c909ccb98a5768c17110fecb8c493b0a3c670644a0e1d3cdf4a584b5

Obtain the attestation:

REKOR_UUID=108e9186e8c5677a6e62d0e6c909ccb98a5768c17110fecb8c493b0a3c670644a0e1d3cdf4a584b5
rekor-cli get --uuid $REKOR_UUID --format json | jq -r .Attestation | jq .

Verify that all container images in the attestation are in the release file:

RELEASE_FILE=https://storage.googleapis.com/tekton-releases/pipeline/previous/v0.62.2/release.yaml
REKOR_UUID=108e9186e8c5677a6e62d0e6c909ccb98a5768c17110fecb8c493b0a3c670644a0e1d3cdf4a584b5

Obtains the list of images with sha from the attestation

REKOR_ATTESTATION_IMAGES=$(rekor-cli get --uuid "$REKOR_UUID" --format json | jq -r .Attestation | jq -r '.subject[]|.name + ":v0.62.2@sha256:" + .digest.sha256')

Download the release file

curl "$RELEASE_FILE" > release.yaml

For each image in the attestation, match it to the release file

for image in $REKOR_ATTESTATION_IMAGES; do
printf $image; grep -q $image release.yaml && echo " ===> ok" || echo " ===> no match";
done

Changes

Features

... (truncated)

Commits
  • ecad3fa check namespace config for node throttle metric
  • 3429744 {taskrun,pipelinerun}metrics: make sure config is up-to-date
  • 9cf9672 pkg/taskrunmetrics/fake shouldn't be imported…
  • e58ca13 Refine check if the result is from a matrix task
  • 95fbf31 fix(pipelinerun): block pipelinerun spec updates once the pipelinerun has sta...
  • d6a2cdb fix(taskrun): block taskrun spec updates once the taskrun has started
  • 9ee73be Bump k8s.io/client-go in /test/custom-task-ctrls/wait-task-beta
  • d8bc914 Bump actions/upload-artifact from 4.3.3 to 4.3.4
  • 30c8a33 Bump step-security/harden-runner from 2.8.1 to 2.9.0
  • 689e2cd Bump github.com/containerd/containerd from 1.7.18 to 1.7.20
  • Additional commits viewable in compare view


Updates k8s.io/apimachinery from 0.30.3 to 0.31.0

Commits
  • a8f449e Falls back to SPDY for gorilla/websocket https proxy error
  • 62791ec Merge pull request #125571 from liggitt/filter-auth-02-sar
  • cc2ba35 add field and label selectors to authorization attributes
  • ce76a8f generate
  • 35052c5 add subjectaccessreview field and label selectors
  • ab06869 Merge pull request #126105 from benluddy/cbor-framer
  • 429f4e4 Implement runtime.Framer for CBOR Sequences.
  • d7e1c53 Merge pull request #126018 from aroradaman/bump-k8s-utils
  • 07cb122 Merge pull request #125748 from benluddy/cbor-custom-marshalers
  • dd17456 bump k8s.io/utils
  • Additional commits viewable in compare view


Updates kubevirt.io/api from 1.3.0 to 1.3.1

Commits
  • 4eb2693 api update by KubeVirt Prow build 1826539953216032768
  • 9d6ee0e api update by KubeVirt Prow build 1826294852254437376
  • 0d0c046 api update by KubeVirt Prow build 1821543908778184704
  • 40aea84 api update by KubeVirt Prow build 1819295154511548416
  • 4c4d6b6 api update by KubeVirt Prow build 1818954032295710720
  • See full diff in compare view


Updates kubevirt.io/client-go from 1.3.0 to 1.3.1

Commits
  • 877704f client-go update by KubeVirt Prow build 1826539953216032768
  • f09898f client-go update by KubeVirt Prow build 1826294852254437376
  • adc25c2 client-go update by KubeVirt Prow build 1821543908778184704
  • 9af7fa4 client-go update by KubeVirt Prow build 1819295154511548416
  • 664135b client-go update by KubeVirt Prow build 1818954032295710720
  • See full diff in compare view


Updates kubevirt.io/containerized-data-importer from 1.59.0 to 1.60.2

Release notes

Sourced from kubevirt.io/containerized-data-importer's releases.

v1.60.2

This release follows v1.60.1 and consists of 2 changes, contributed by 2 people, leading to 5 files changed, 80 insertions(+), 20 deletions(-).

The source code and selected binaries are available for download at: https://github.com/kubevirt/containerized-data-importer/releases/tag/v1.60.2.

Pre-built CDI containers are published on Quay.io and can be viewed at: https://quay.io/repository/kubevirt/cdi-controller/ https://quay.io/repository/kubevirt/cdi-importer/ https://quay.io/repository/kubevirt/cdi-cloner/ https://quay.io/repository/kubevirt/cdi-uploadproxy/ https://quay.io/repository/kubevirt/cdi-apiserver/ https://quay.io/repository/kubevirt/cdi-uploadserver/ https://quay.io/repository/kubevirt/cdi-operator/

Notable changes

Enhancement: Add nbdkit command line parameters to improve reliability of multi-stage VDDK imports.

Contributors

2 people contributed to this release:

     1   Alex Kalenyuk <akalenyu@redhat.com>
     1  kubevirt-bot <kubevirtbot@redhat.com>

Additional Resources

v1.60.1

This release follows v1.59.0 and consists of 120 changes, contributed by 28 people, leading to 3579 files changed, 609903 insertions(+), 176669 deletions(-).

The source code and selected binaries are available for download at: https://github.com/kubevirt/containerized-data-importer/releases/tag/v1.60.1.

Pre-built CDI containers are published on Quay.io and can be viewed at: https://quay.io/repository/kubevirt/cdi-controller/ https://quay.io/repository/kubevirt/cdi-importer/

... (truncated)

Changelog

Sourced from kubevirt.io/containerized-data-importer's changelog.

v1.60.2 Enhancement: Add nbdkit command line parameters to improve reliability of multi-stage VDDK imports.

Commits
  • f5138c8 v1.60.2 release notes
  • fc6f48e [release-v1.60] VDDK: pass snapshot ID through to nbdkit. (#3400)
  • c186264 fix post submit issue in order to release properly
  • b375def v1.60.0 release notes
  • d68f59e remove gradle dep when running gen-swagger-docs.sh (#3390)
  • 6269010 apidocs: remove gradle dep (#3389)
  • 79e6b97 Retry pulling builder image (#3387)
  • 2d9c82e Setup ginkgo cli build properly to avoid double dep (#3378)
  • f357368 feat: Copy labels from source to DataSource (#3377)
  • c15ad1d nbdkit: Use password=+filename to send passwords securely (#3363)
  • Additional commits viewable in compare view


Updates kubevirt.io/containerized-data-importer-api from 1.59.0 to 1.60.2

Release notes

Sourced from kubevirt.io/containerized-data-importer-api's releases.

v1.60.2

This release follows v1.60.1 and consists of 2 changes, contributed by 2 people, leading to 5 files changed, 80 insertions(+), 20 deletions(-).

The source code and selected binaries are available for download at: https://github.com/kubevirt/containerized-data-importer/releases/tag/v1.60.2.

Pre-built CDI containers are published on Quay.io and can be viewed at: https://quay.io/repository/kubevirt/cdi-controller/ https://quay.io/repository/kubevirt/cdi-importer/ https://quay.io/repository/kubevirt/cdi-cloner/ https://quay.io/repository/kubevirt/cdi-uploadproxy/ https://quay.io/repository/kubevirt/cdi-apiserver/ https://quay.io/repository/kubevirt/cdi-uploadserver/ https://quay.io/repository/kubevirt/cdi-operator/

Notable changes

Enhancement: Add nbdkit command line parameters to improve reliability of multi-stage VDDK imports.

Contributors

2 people contributed to this release:

     1   Alex Kalenyuk <akalenyu@redhat.com>
     1  kubevirt-bot <kubevirtbot@redhat.com>

Additional Resources

v1.60.1

This release follows v1.59.0 and consists of 120 changes, contributed by 28 people, leading to 3579 files changed, 609903 insertions(+), 176669 deletions(-).

The source code and selected binaries are available for download at: https://github.com/kubevirt/containerized-data-importer/releases/tag/v1.60.1.

Pre-built CDI containers are published on Quay.io and can be viewed at: https://quay.io/repository/kubevirt/cdi-controller/ https://quay.io/repository/kubevirt/cdi-importer/

... (truncated)

Changelog

Sourced from kubevirt.io/containerized-data-importer-api's changelog.

v1.60.2 Enhancement: Add nbdkit command line parameters to improve reliability of multi-stage VDDK imports.

Commits
  • f5138c8 v1.60.2 release notes
  • fc6f48e [release-v1.60] VDDK: pass snapshot ID through to nbdkit. (#3400)
  • c186264 fix post submit issue in order to release properly
  • b375def v1.60.0 release notes
  • d68f59e remove gradle dep when running gen-swagger-docs.sh (#3390)
  • 6269010 apidocs: remove gradle dep (#3389)
  • 79e6b97 Retry pulling builder image (#3387)
  • 2d9c82e Setup ginkgo cli build properly to avoid double dep (#3378)
  • f357368 feat: Copy labels from source to DataSource (#3377)
  • c15ad1d nbdkit: Use password=+filename to send passwords securely (#3363)
  • Additional commits viewable in compare view


Updates kubevirt.io/kubevirt from 1.3.0 to 1.3.1

Release notes

Sourced from kubevirt.io/kubevirt's releases.

v1.3.1

tag v1.3.1 Tagger: Antonio Cardace acardace@redhat.com

This release follows v1.3.0 and consists of 80 changes, contributed by 17 people, leading to 144 files changed, 24248 insertions(+), 479 deletions(-).

The source code and selected binaries are available for download at: https://github.com/kubevirt/kubevirt/releases/tag/v1.3.1.

The primary release artifact of KubeVirt is the git tree. The release tag is signed and can be verified using git tag -v v1.3.1.

Pre-built containers are published on Quay and can be viewed at: https://quay.io/kubevirt/.

Notable changes

  • [PR #12646][kubevirt-bot] BugFix: "Cannot allocate memory" warnings for containerdisk VMs
  • [PR #12555][kubevirt-bot] VM supports kubevirt.io/immediate-data-volume-creation: "false" which delays creating DataVolumeTemplates until VM is started
  • [PR #12549][kubevirt-bot] Updated common-instancetypes bundles to v1.1.0
  • [PR #12495][fossedihelm] Fix: eviction requests to completed virt-launcher pods cannot trigger a live migration
  • [PR #12409][kubevirt-bot] Use optional interface at passt binding sidecar
  • [PR #12319][Sreeja1725] Add v1.3.0 perf and scale benchmarks data
  • [PR #12330][kubevirt-bot] Fix wrong KubeVirtVMIExcessiveMigrations alert calculation in an upgrade scenario.
  • [PR #12328][acardace] enable only for VMs with memory >= 1Gi
  • [PR #12272][Sreeja1725] Add unit tests to check for API backward compatibility

Contributors

17 people contributed to this release:

6 Alice Frosi afrosi@redhat.com 5 Alvaro Romero alromero@redhat.com 5 Lee Yarwood lyarwood@redhat.com 4 Antonio Cardace acardace@redhat.com 4 Assaf Admi aadmi@redhat.com 4 Michael Henriksen mhenriks@redhat.com 3 Alex Kalenyuk akalenyu@redhat.com 3 Brian Carey bcarey@redhat.com 3 Luboslav Pivarc lpivarc@redhat.com 3 fossedihelm ffossemo@redhat.com 3 svarnam svarnam@nvidia.com 1 Enrique Llorente ellorent@redhat.com 1 Felix Matouschek fmatouschek@redhat.com 1 Igor Bezukh ibezukh@redhat.com 1 Oren Cohen ocohen@redhat.com

Additional Resources

... (truncated)

Commits
  • ed1e7ae Merge pull request #12646 from kubevirt-bot/cherry-pick-12638-to-release-1.3
  • 50997e2 Merge pull request #12555 from kubevirt-bot/cherry-pick-12194-to-release-1.3
  • 41c2b6a Remove handler cgroup pkg dep in virt-chroot
  • 44b73d3 Merge pull request #12626 from kubevirt-bot/cherry-pick-12580-to-release-1.3
  • 12a90fe Merge pull request #12604 from brianmcarey/backport-1.3-12552
  • d7454cc Merge pull request #12576 from kubevirt-bot/cherry-pick-12507-to-release-1.3
  • 2463706 volume migration tests: adjust workdir path to absolute
  • c3a2b58 build: Add updated builder image with gradle removed
  • 1f8c489 apidocs: remove gradle build and properties files
  • 2c3ccbc apidocs: Switch to using swaggermarkup-cli and remove gradle dependency
  • Additional commits viewable in compare view


Updates cloud.google.com/go/iam from 1.1.11 to 1.2.0

Release notes

Sourced from cloud.google.com/go/iam's releases.

iam: v1.2.0

1.2.0 (2024-08-20)

Features

  • iam: Add support for Go 1.23 iterators (84461c0)

securesourcemanager: v1.2.0

1.2.0 (2024-08-20)

Features

  • securesourcemanager: Add support for Go 1.23 iterators (84461c0)
Changelog

Sourced from cloud.google.com/go/iam's changelog.

1.2.0 (2022-02-11)

Features

  • documentai: add file for tracking version (17b36ea)
  • documentai: add question_id field in ReviewDocumentOperationMetadata (2fae584)

1.1.0 (2022-02-03)

Features

  • documentai: add question_id field in ReviewDocumentOperationMetadata (6e56077)

1.0.1 (2022-01-13)

Bug Fixes

  • documentai: add ancillary service bindings to service_yaml (3bbe8c0)

1.0.0

Stabilize GA surface.

v0.1.0

This is the first tag to carve out documentai as its own module. See Add a module to a multi-module repository.

Commits


Updates cloud.google.com/go/kms from 1.18.3 to 1.18.4

Commits


Updates github.com/docker/cli from 27.1.1+incompatible to 27.2.0+incompatible

Commits
  • 3ab4256 Merge pull request #5374 from vvoland/vendor-docker
  • 88a49df vendor: github.com/docker/docker 3ab5c7d0036c (v27.2.0-dev)
  • 5d17c29 Merge pull request #5372 from thaJeztah/27.x_backport_fix_linting_issues
  • 64b9e4c cli: rename args that collided with builtins (predeclard)
  • 4b71d0d e2e/global: fix n-constant format string in call (govet)
  • 002cfcd cli/command: fix n-constant format string in call (govet)
  • d8af781 cli/command/system: remove redundant nil-check (gosimple)
  • f042ddb Merge pull request #5371 from vvoland/vendor-docker
  • 8e94ed1 vendor: github.com/docker/docker b27de4ef1634 (v27.2.0-dev)
  • 7a82aee Merge pull request #5368 from dvdksn/27x_5360
  • Additional commits viewable in compare view


Updates github.com/go-jose/go-jose/v4 from 4.0.3 to 4.0.4

Release notes

Sourced from github.com/go-jose/go-jose/v4's releases.

Version 4.0.4

Fixed

  • Reverted "Allow unmarshalling JSONWebKeySets with unsupported key types" as a breaking change. See #136 / #137.
Changelog

Sourced from github.com/go-jose/go-jose/v4's changelog.

v4.0.4

Fixed

  • Reverted "Allow unmarshalling JSONWebKeySets with unsupported key types" as a breaking change. See #136 / #137.
Commits


Updates github.com/google/cel-go from 0.20.1 to 0.21.0

Release notes

Sourced from github.com/google/cel-go's releases.

Release v0.21.0

Features

  • Math extensions update to include bitwise ops and floating point helpers #923
  • Better support custom types with custom type registries #931
  • repl: implement %parse #933
  • Fixed partial variables extended bug and split PartialVarsEnvExtended test into two #955
  • Added partial evaluations example #959
  • Enable conformance tests for extensions #930
  • Update cel-spec and enable optional_type conformance tests #919
  • Improve token representation in AST #932
  • Add function accessor to Env #978

CEL Policy Compiler

Policies which use CEL often evolve to express complex logic using multiple statements and decision criteria. The CEL Policy Compiler provides an extensible format for parsing, compiling, and composing expression graphs. Below is a simple example which can easily be compiled to a single CEL expression.

name: "my-policy"
rule:
  variables:
    - name: greeting
      expression: "'%s, %s!'"
    - name: people
      expression: >
       ['Tristan', 'Calla', 'Antoine', 'Jonathan', 'Sokwhan', 'Rebecca']
  match:
    - condition: "request.user in variables.people"
      output: "variables.greeting.format(['hello', request.user])"
    - output: "variables.greeting.format(['goodbye', 'stranger'])"
  • Simple Policy Compiler #924
  • Introduce protobuf message testing to policies #961
  • Generate policy explanations during compilation #977
  • Variable and nested rule limits #989
  • Improved support for nested rules #991]

Fixes

  • Delete dangling source info from macro expansion #934
  • Do not re-use ID twice in exists_one macro #935
  • Avoid iterating over the source multiple times during parse #936
  • Fix for working with byte arrays by #958
  • Stabilize macro id generation during optimization #962
  • String formatting panic fix for non-literal format strings #987
  • Add nil checking for wrapperspb's types #960

... (truncated)

Commits
  • 3545aac Improved support for nested rules (#991)
  • 5bcdb8b Check for output type agreement during the compile phase (#992)
  • 1f51886 Use bytes interface value for zero native type struct fields instead of dynam...
  • c9164bc Variable and nested rule limits (#989)
  • 5cbef66 Prevent self-append for Issues (#988)
  • 25457de Add nil checking for wrapperspb's types (#960)
  • badfce0 Fix panic in formatting string for non-literal formats (#987)
  • 9e64eb7 Decompose the compile and compose methods (#986)
  • 37d5b96 Add a function to return a policy whose output is the explanation. (#977)
  • bc96f3b Fix math.bitShiftRight for negative int (#983)
  • Additional commits viewable in compare view


Updates github.com/google/go-containerregistry from 0.20.1 to 0.20.2

Release notes

Sourced from github.com/google/go-containerregistry's releases.

v0.20.2

What's Changed

Full Changelog: https://github.com/google/go-containerregistry/compare/v0.20.1...v0.20.2

Commits


Updates github.com/google/pprof from 0.0.0-20240424215950-a892ee059fd6 to 0.0.0-20240525223248-4bfdf5a9a2af

Commits


Updates github.com/grpc-ecosystem/grpc-gateway/v2 from 2.20.0 to 2.22.0

Release notes

Sourced from github.com/grpc-ecosystem/grpc-gateway/v2's releases.

v2.22.0

What's Changed

New Contributors

Full Changelog: https://github.com/grpc-ecosystem/grpc-gateway/compare/v2.21.0...v2.22.0

v2.21.0

What's Changed

New Contributors

Full Changelog: https://github.com/grpc-ecosystem/grpc-gateway/compare/v2.20.0...v2.21.0

Commits
  • 0b14a81 chore(deps): update googleapis digest to 611b36b
  • a1b0988 feat: Add WithForwardResponseRewriter to allow easier/more useful response co...
  • 169370b fix(deps): update google.golang.org/genproto/googleapis/rpc digest to ddb44da
  • 1d33c43 chore(deps): update googleapis digest to 21b26c5
  • 992f84c fix(deps): update google.golang.org/genproto/googleapis/api digest to ddb44da
  • 30432b7 ci: update go versions supported (#4634)
  • b36529e chore(deps): update golang docker tag to v1.23.0
  • 78cec49 chore(deps): update googleapis digest to fe00da8
  • 218b078 all: fix test lint warnings (#4632)
  • f9c311f chore(deps): update googleapis digest to 96facec
  • Additional commits viewable in compare view


Updates github.com/k8snetworkplumbingwg/network-attachment-definition-client from 1.7.0 to 1.7.1

Release notes

Sourced from github.com/k8snetworkplumbingwg/network-attachment-definition-client's releases.

v1.7.1

Adds the CreateNetworkStatuses method to properly set the network-status annotation when a CNI result includes multiple interfaces in the return.

For details of the before/after, see this gist: https://gist.github.com/dougbtv/1eb8ac2d61d494b56d65a6b236a86e61

For the related suggested update to the NPWG net-attach-def specification (for clarity only), see this proposal @ https://docs.google.com/document/d/1DUTV-o6E6zlRTKZkxeDhAeyGrmq03qPgPbU580Rm7-g/edit

Commits
  • ec02fb3 Merge pull request #68 from dougbtv/networkstatus-multiple-interface-result
  • 38ceddc Adds CreateNetworkStatuses method which will handle CNI results with multiple...
  • e1583b6 Merge pull request #66 from k8snetworkplumbingwg/dependabot/go_modules/golang...
  • 5492daa Bump golang.org/x/net from 0.17.0 to 0.23.0
  • See full diff in compare view


Updates github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring from 0.75.1 to 0.76.0

Release notes

Sourced from github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring's releases.

v0.76.0

0.76.0 / 2025-08-08

  • [CHANGE] Enhanced secret management in Prometheus and PrometheusAgent CRDs by switching the secrets field from atomic to listType: set, allowing independent handling of entries by different managers to prevent conflicts and improve deployment stability. #6762
  • [CHANGE] Add API-level validations to Kubernetes SD in the ScrapeConfig CRD. #6678
  • [FEATURE] Add TLS and Proxy settings to OAuth2 configuration for Prometheus and PrometheusAgent CRDs. #6735
  • [FEATURE] Add support for OAuth2 in the ScrapeConfig CRD. #6814
  • [FEATURE] Add scale subresource to the Alertmanger CRD. #6728
  • [FEATURE] Add Scaleway service discovery to the ScrapeConfig CRD. #6711
  • [FEATURE] Add serviceDiscoveryRole field to the Promet... _Description has been truncated_
kubevirt-bot commented 3 months ago

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: Once this PR has been reviewed and has the lgtm label, please assign ksimon1 for approval. For more information see the Kubernetes Code Review Process.

The full list of commands accepted by this bot can be found here.

Needs approval from an approver in each of these files: - **[OWNERS](https://github.com/kubevirt/kubevirt-tekton-tasks/blob/main/OWNERS)** Approvers can indicate their approval by writing `/approve` in a comment Approvers can cancel approval by writing `/approve cancel` in a comment
openshift-ci[bot] commented 3 months ago

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: dependabot[bot] Once this PR has been reviewed and has the lgtm label, please assign ksimon1 for approval. For more information see the Kubernetes Code Review Process.

The full list of commands accepted by this bot can be found here.

Needs approval from an approver in each of these files: - **[OWNERS](https://github.com/kubevirt/kubevirt-tekton-tasks/blob/main/OWNERS)** Approvers can indicate their approval by writing `/approve` in a comment Approvers can cancel approval by writing `/approve cancel` in a comment
openshift-ci[bot] commented 3 months ago

@dependabot[bot]: The following tests failed, say /retest to rerun all failed tests or /retest-required to rerun all mandatory failed tests:

Test name Commit Details Required Rerun command
ci/prow/images 08a30c25126ef9a6fcbaa2a724aefb0b1a7bc859 link true /test images
ci/prow/e2e-tests 08a30c25126ef9a6fcbaa2a724aefb0b1a7bc859 link true /test e2e-tests

Full PR test history. Your PR dashboard.

Instructions for interacting with me using PR comments are available [here](https://git.k8s.io/community/contributors/guide/pull-requests.md). If you have questions or suggestions related to my behavior, please file an issue against the [kubernetes-sigs/prow](https://github.com/kubernetes-sigs/prow/issues/new?title=Prow%20issue:) repository. I understand the commands that are listed [here](https://go.k8s.io/bot-commands).
dependabot[bot] commented 3 months ago

Looks like these dependencies are updatable in another way, so this is no longer needed.