kubevirt / ssp-operator

Operator that deploys additional KubeVirt resources
Apache License 2.0
29 stars 47 forks source link

chore(deps): Bump the production-dependencies group with 3 updates #934

Closed dependabot[bot] closed 6 months ago

dependabot[bot] commented 6 months ago

Bumps the production-dependencies group with 3 updates: github.com/machadovilaca/operator-observability, github.com/tektoncd/pipeline and google.golang.org/genproto/googleapis/api.

Updates github.com/machadovilaca/operator-observability from 0.0.16 to 0.0.17

Release notes

Sourced from github.com/machadovilaca/operator-observability's releases.

Release 0.0.17

What's Changed

Full Changelog: https://github.com/machadovilaca/operator-observability/compare/v0.0.16...v0.0.17

Commits
  • 2656097 Merge pull request #7 from machadovilaca/add-const-labels-to-recording-rules
  • 5d8710a Add const labels to recording rules
  • See full diff in compare view


Updates github.com/tektoncd/pipeline from 0.57.0 to 0.58.0

Release notes

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

Tekton Pipeline release v0.58.0 "Bombay Robbie"

🎉 displayName in childReferences and dynamic specifications of secrets and configmaps in workspaces 🎉

-Docs @ v0.58.0 -Examples @ v0.58.0

Installation one-liner

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

Attestation

The Rekor UUID for this release is 24296fb24b8ad77ad32de0077ddf3d746f9072f2d536cec99e2add11d56d964943ea86f5265aec54

Obtain the attestation:

REKOR_UUID=24296fb24b8ad77ad32de0077ddf3d746f9072f2d536cec99e2add11d56d964943ea86f5265aec54
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.58.0/release.yaml
REKOR_UUID=24296fb24b8ad77ad32de0077ddf3d746f9072f2d536cec99e2add11d56d964943ea86f5265aec54

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.58.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: TEP-0147: introduce feature flag to guard artifacts feature (#7705)

Introduces a feature flag enable-artifacts.

... (truncated)

Commits
  • f0a1d64 chore(deps): bump google.golang.org/grpc from 1.62.0 to 1.62.1
  • 59c241e chore(deps): bump github.com/containerd/containerd from 1.7.13 to 1.7.14
  • 7566aac chore(deps): bump google.golang.org/protobuf from 1.32.0 to 1.33.0
  • 6cec516 chore(deps): bump github.com/stretchr/testify from 1.8.4 to 1.9.0
  • 29bafa4 chore(deps): bump actions/checkout from 4.1.1 to 4.1.2
  • da12202 fix: pipeline execution status test case index error
  • 81ea62d chore(deps): bump tj-actions/changed-files from 42.1.0 to 43.0.0
  • 7b13f60 chore(deps): bump github/codeql-action from 3.24.6 to 3.24.8
  • 3123946 chore(deps): bump k8s.io/api in /test/custom-task-ctrls/wait-task-beta
  • 1991e81 chore(deps): bump tj-actions/changed-files from 42.0.5 to 42.1.0
  • Additional commits viewable in compare view


Updates google.golang.org/genproto/googleapis/api from 0.0.0-20240125205218-1f4bbc51befe to 0.0.0-20240205150955-31a09d347014

Commits


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 rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore major version` will 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 minor version` will 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 ` 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 ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
sonarcloud[bot] commented 6 months ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarCloud

akrejcir commented 6 months ago

/lgtm /approve

kubevirt-bot commented 6 months ago

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: akrejcir

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

The pull request process is described here

Needs approval from an approver in each of these files: - ~~[OWNERS](https://github.com/kubevirt/ssp-operator/blob/main/OWNERS)~~ [akrejcir] Approvers can indicate their approval by writing `/approve` in a comment Approvers can cancel approval by writing `/approve cancel` in a comment