kubevirt-tekton-tasks
kubevirt-tekton-tasks copied to clipboard
chore(deps): Bump the production-dependencies group across 1 directory with 8 updates
Bumps the production-dependencies group with 6 updates in the / directory:
| Package | From | To |
|---|---|---|
| github.com/tektoncd/pipeline | 0.61.1 |
0.62.0 |
| cloud.google.com/go/iam | 1.1.11 |
1.1.12 |
| cloud.google.com/go/kms | 1.18.3 |
1.18.4 |
| github.com/go-jose/go-jose/v4 | 4.0.3 |
4.0.4 |
| github.com/grpc-ecosystem/grpc-gateway/v2 | 2.20.0 |
2.21.0 |
| github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring | 0.75.1 |
0.75.2 |
Updates github.com/tektoncd/pipeline from 0.61.1 to 0.62.0
Release notes
Sourced from github.com/tektoncd/pipeline's releases.
Tekton Pipeline release v0.62.0 "Birman HAL LTS"
🎉 Ignore Task Failure Promoted and native sidecars adopted with k8s 1.29 🎉
-Docs @ v0.62.0 -Examples @ v0.62.0
Installation one-liner
kubectl apply -f https://storage.googleapis.com/tekton-releases/pipeline/previous/v0.62.0/release.yamlAttestation
The Rekor UUID for this release is
24296fb24b8ad77adbcee63512553d756997c4c7efad2e1163023bda8bd9ddecafde859fcb4ebb11Obtain the attestation:
REKOR_UUID=24296fb24b8ad77adbcee63512553d756997c4c7efad2e1163023bda8bd9ddecafde859fcb4ebb11 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.0/release.yaml REKOR_UUID=24296fb24b8ad77adbcee63512553d756997c4c7efad2e1163023bda8bd9ddecafde859fcb4ebb11Obtains 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.0@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
- :sparkles: access taskRun reason in addition to status in finally task (#8127)
Access reason in addition to the status using $(tasks.taskName.reason)
... (truncated)
Commits
95fbf31fix(pipelinerun): block pipelinerun spec updates once the pipelinerun has sta...d6a2cdbfix(taskrun): block taskrun spec updates once the taskrun has started9ee73beBump k8s.io/client-go in /test/custom-task-ctrls/wait-task-betad8bc914Bump actions/upload-artifact from 4.3.3 to 4.3.430c8a33Bump step-security/harden-runner from 2.8.1 to 2.9.0689e2cdBump github.com/containerd/containerd from 1.7.18 to 1.7.20c9eb0f3Bump k8s.io/code-generator from 0.29.6 to 0.29.7fcafa46Bump github/codeql-action from 3.25.12 to 3.25.13a43d632Bump the all group in /tekton with 2 updatesdb4ac21Add isBuildArtifact field to Artifacts- Additional commits viewable in compare view
Updates cloud.google.com/go/iam from 1.1.11 to 1.1.12
Release notes
Sourced from cloud.google.com/go/iam's releases.
iam: v1.1.12
1.1.12 (2024-07-24)
Bug Fixes
- iam: Update dependencies (257c40b)
Commits
cec4f45chore: release main (#10537)34996fachore(main): release firestore 1.16.0 (#9572)8d8f5bechore(main): release logging 1.11.0 (#10196)913c113chore(firestore): minor tweaks and doc for vector search (#10583)86888f8chore(main): release bigtable 1.26.0 (#10461)ddbc02bdocs(container): minor updates to reference documentation (#10579)5c8b73cvertexai: add NewUserContent helper function (#10570)ba82942genai: make bucket-referencing test more resilient (#10571)58ffd42Revert "feat(bigtable): support update column family's value type to non-aggr...b1284bfchore(main): release ai 0.8.2 (#10573)- Additional commits viewable in compare view
Updates cloud.google.com/go/kms from 1.18.3 to 1.18.4
Release notes
Sourced from cloud.google.com/go/kms's releases.
kms: v1.18.4
1.18.4 (2024-07-24)
Bug Fixes
- kms: Update dependencies (257c40b)
Commits
cec4f45chore: release main (#10537)34996fachore(main): release firestore 1.16.0 (#9572)8d8f5bechore(main): release logging 1.11.0 (#10196)913c113chore(firestore): minor tweaks and doc for vector search (#10583)86888f8chore(main): release bigtable 1.26.0 (#10461)ddbc02bdocs(container): minor updates to reference documentation (#10579)5c8b73cvertexai: add NewUserContent helper function (#10570)ba82942genai: make bucket-referencing test more resilient (#10571)58ffd42Revert "feat(bigtable): support update column family's value type to non-aggr...b1284bfchore(main): release ai 0.8.2 (#10573)- Additional commits viewable in compare view
Updates github.com/go-jose/go-jose/v4 from 4.0.3 to 4.0.4
Commits
Updates github.com/grpc-ecosystem/grpc-gateway/v2 from 2.20.0 to 2.21.0
Release notes
Sourced from github.com/grpc-ecosystem/grpc-gateway/v2's releases.
v2.21.0
What's Changed
- feat: Use version info from runtime/debug:BuildInfo when installed by go build by
@MakDonin grpc-ecosystem/grpc-gateway#4359- feat: add mux middlewares and inject http pattern by
@nikitaksvin grpc-ecosystem/grpc-gateway#4290- Fixes #3917: Add package openapi naming strategy. by
@jgilesin grpc-ecosystem/grpc-gateway#4372- feat: use buildInfo.Main.Version as version when installed by go install by
@MakDonin grpc-ecosystem/grpc-gateway#4390- Add support for method's deprecated option by
@vajexalin grpc-ecosystem/grpc-gateway#4373- adding gRPC gateway generator script by
@akoserwalin grpc-ecosystem/grpc-gateway#4426- fix url gen-grpc-gateway-api by
@akoserwalin grpc-ecosystem/grpc-gateway#4434- ci: upgrade to goreleaser v2 by
@johanbrandhorstin grpc-ecosystem/grpc-gateway#4437- docs: add grpc-starter transcoding to related projects by
@DanielLiu1123in grpc-ecosystem/grpc-gateway#4456- Fix build on 32bit systems by
@gibmatin grpc-ecosystem/grpc-gateway#4557New Contributors
@nikitaksvmade their first contribution in grpc-ecosystem/grpc-gateway#4290@vajexalmade their first contribution in grpc-ecosystem/grpc-gateway#4373@akoserwalmade their first contribution in grpc-ecosystem/grpc-gateway#4426@DanielLiu1123made their first contribution in grpc-ecosystem/grpc-gateway#4456@gibmatmade their first contribution in grpc-ecosystem/grpc-gateway#4557Full Changelog: https://github.com/grpc-ecosystem/grpc-gateway/compare/v2.20.0...v2.21.0
Commits
f41fd20Fix build on 32bit systems (#4557)db9cebdchore(deps): update googleapis digest to 3f4e29a22c97cdchore(deps): update googleapis digest to 68d815439b04b7chore(deps): update googleapis digest to a91d1a30c2a928chore(deps): update googleapis digest to 6cabb8b6811367chore(deps): update googleapis digest to ec69fcc8508633fix(deps): update google.golang.org/genproto/googleapis/rpc digest to e6d459c92fd444chore(deps): update googleapis digest to 6f084356266c42fix(deps): update google.golang.org/genproto/googleapis/api digest to e6d459c1507807chore(deps): update googleapis digest to 51d7fa8- Additional commits viewable in compare view
Updates github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring from 0.75.1 to 0.75.2
Release notes
Sourced from github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring's releases.
0.75.2 / 2024-07-23
- [BUGFIX] Avoid invalid alerting config with TLS. #6765
Changelog
Sourced from github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring's changelog.
0.75.2 / 2024-07-23
- [BUGFIX] Avoid invalid alerting config with TLS. #6765
Commits
Updates google.golang.org/genproto/googleapis/api from 0.0.0-20240701130421-f6361c86f094 to 0.0.0-20240723171418-e6d459c13d2a
Commits
- See full diff in compare view
Updates google.golang.org/genproto/googleapis/rpc from 0.0.0-20240722135656-d784300faade to 0.0.0-20240723171418-e6d459c13d2a
Commits
- See full diff in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions
[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.
Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment
[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.
Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment
@dependabot[bot]: The following test 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/e2e-tests | 9609ab1a08ec63f2876f6f24a22ec0efc6fe30d4 | link | true | /test e2e-tests |
Full PR test history. Your PR dashboard.
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here.
Looks like these dependencies are updatable in another way, so this is no longer needed.