Skip to content
This repository has been archived by the owner on Aug 12, 2024. It is now read-only.

Bump the k8s-dependencies group with 3 updates #936

Merged
merged 2 commits into from
Aug 12, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 29, 2024

Bumps the k8s-dependencies group with 3 updates: k8s.io/component-base, sigs.k8s.io/cli-utils and sigs.k8s.io/controller-runtime.

Updates k8s.io/component-base from 0.30.0 to 0.30.3

Commits

Updates sigs.k8s.io/cli-utils from 0.36.0 to 0.37.2

Release notes

Sourced from sigs.k8s.io/cli-utils's releases.

v0.37.2

Changelog

  • 2525731 Reduce minimum Go requirement to v1.22.0

v0.37.1

Changelog

  • 9ebe810 Update github actions

v0.37.0

Changelog

  • fe123cb Add status watch label & field selector filters
  • 7768584 Add WithStatusWatcherFilters to DestroyerBuilder
  • c2d5dec Update dependencies
Commits

Updates sigs.k8s.io/controller-runtime from 0.18.2 to 0.18.4

Release notes

Sourced from sigs.k8s.io/controller-runtime's releases.

v0.18.4

What's Changed

Full Changelog: kubernetes-sigs/controller-runtime@v0.18.3...v0.18.4

v0.18.3

What's Changed

Full Changelog: kubernetes-sigs/controller-runtime@v0.18.2...v0.18.3

Commits
  • 12cc8d5 Merge pull request #2848 from k8s-infra-cherrypick-robot/cherry-pick-2847-to-...
  • c0c229e controllerutil: allow configuring BlockOwnerDeletion when setting OwnerRefere...
  • be2f383 Merge pull request #2840 from sbueringer/pr-bump-k8s
  • 4720d17 Bump k8s.io/* to v0.30.1
  • aa9ed14 Merge pull request #2837 from sbueringer/pr-setup-envtest-ct-rel-0.18
  • 35d7bbd default --use-deprecated-gcs to true
  • ce4e4f5 some more deprecations
  • 56dcc14 setup-envtest: allow downloading envtest binaries from controller-tools
  • See full diff in compare view

Most Recent Ignore Conditions Applied to This Pull Request
Dependency Name Ignore Conditions
sigs.k8s.io/controller-runtime [> 0.14.4]

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.


Note: Dependabot was ignoring updates to this dependency, but since you've updated it yourself we've started tracking it for you again. 🤖

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 <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> 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 <dependency name> 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 <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

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jul 29, 2024
@dependabot dependabot bot requested a review from a team as a code owner July 29, 2024 12:31
@dependabot dependabot bot added the go Pull requests that update Go code label Jul 29, 2024
Bumps the k8s-dependencies group with 3 updates: [k8s.io/component-base](https://github.com/kubernetes/component-base), [sigs.k8s.io/cli-utils](https://github.com/kubernetes-sigs/cli-utils) and [sigs.k8s.io/controller-runtime](https://github.com/kubernetes-sigs/controller-runtime).


Updates `k8s.io/component-base` from 0.30.0 to 0.30.3
- [Commits](kubernetes/component-base@v0.30.0...v0.30.3)

Updates `sigs.k8s.io/cli-utils` from 0.36.0 to 0.37.2
- [Release notes](https://github.com/kubernetes-sigs/cli-utils/releases)
- [Commits](kubernetes-sigs/cli-utils@v0.36.0...v0.37.2)

Updates `sigs.k8s.io/controller-runtime` from 0.18.2 to 0.18.4
- [Release notes](https://github.com/kubernetes-sigs/controller-runtime/releases)
- [Changelog](https://github.com/kubernetes-sigs/controller-runtime/blob/main/RELEASE.md)
- [Commits](kubernetes-sigs/controller-runtime@v0.18.2...v0.18.4)

---
updated-dependencies:
- dependency-name: k8s.io/component-base
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: k8s-dependencies
- dependency-name: sigs.k8s.io/cli-utils
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: k8s-dependencies
- dependency-name: sigs.k8s.io/controller-runtime
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: k8s-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/go_modules/k8s-dependencies-be884a4914 branch from 61e3ff3 to 26e262f Compare August 1, 2024 01:19
Signed-off-by: Per Goncalves da Silva <pegoncal@redhat.com>
Copy link

codecov bot commented Aug 12, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 14.58%. Comparing base (0d5fca5) to head (098b673).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #936   +/-   ##
=======================================
  Coverage   14.58%   14.58%           
=======================================
  Files          41       41           
  Lines        2558     2558           
=======================================
  Hits          373      373           
  Misses       2130     2130           
  Partials       55       55           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@perdasilva
Copy link

/lgtm

@openshift-ci openshift-ci bot added the lgtm Indicates that a PR is ready to be merged. label Aug 12, 2024
perdasilva
perdasilva previously approved these changes Aug 12, 2024
Copy link

@perdasilva perdasilva left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

un-approving so we don't merge by mistake

@perdasilva perdasilva self-requested a review August 12, 2024 13:42
@perdasilva perdasilva dismissed their stale review August 12, 2024 13:42

don't want to merge by mistake - need another set of eyes on the manifests changes just to sanity check

Copy link

@perdasilva perdasilva left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

go offline approval from @joelanford

@perdasilva perdasilva added this pull request to the merge queue Aug 12, 2024
Merged via the queue into main with commit ecf0fcc Aug 12, 2024
9 checks passed
@dependabot dependabot bot deleted the dependabot/go_modules/k8s-dependencies-be884a4914 branch August 12, 2024 13:59
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file go Pull requests that update Go code lgtm Indicates that a PR is ready to be merged.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant