Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump sigs.k8s.io/controller-runtime from 0.14.2 to 0.14.4 #546

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 7, 2023

Bumps sigs.k8s.io/controller-runtime from 0.14.2 to 0.14.4.

Release notes

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

v0.14.4

What's Changed

Full Changelog: kubernetes-sigs/controller-runtime@v0.14.3...v0.14.4

v0.14.3

What's Changed

Full Changelog: kubernetes-sigs/controller-runtime@v0.14.2...v0.14.3

Commits
  • b9940ed ✨ Provide a truly lazy restmapper (#2179)
  • 5055a52 Merge pull request #2165 from vincepri/deprecate-component-config
  • 63e5fef [0.14] Deprecate component configuration package
  • b718c5d Merge pull request #2154 from k8s-infra-cherrypick-robot/cherry-pick-2126-to-...
  • 849d99b Merge pull request #2152 from k8s-infra-cherrypick-robot/cherry-pick-2151-to-...
  • ece809b 🌱 Bump kubebuilder-release-tools to v0.3.0
  • 8ad99d8 ✨ Add additional SubResource* functions for FieldOwner (#2153)
  • b55cd2a Update golanci-lint script
  • See full diff in compare view

Dependabot compatibility score

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 ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot requested review from a team and shaneutt as code owners February 7, 2023 15:05
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Feb 7, 2023
@pmalek pmalek enabled auto-merge (squash) February 7, 2023 15:05
@codecov-commenter
Copy link

codecov-commenter commented Feb 7, 2023

Codecov Report

Base: 53.73% // Head: 16.06% // Decreases project coverage by -37.68% ⚠️

Coverage data is based on head (e0e22fa) compared to base (5e7d22e).
Patch has no changes to coverable lines.

Additional details and impacted files
@@             Coverage Diff             @@
##             main     #546       +/-   ##
===========================================
- Coverage   53.73%   16.06%   -37.68%     
===========================================
  Files          50       50               
  Lines        3904     3904               
===========================================
- Hits         2098      627     -1471     
- Misses       1546     3201     +1655     
+ Partials      260       76      -184     
Flag Coverage Δ
integration-test 14.98% <ø> (-43.72%) ⬇️
unit-test 3.27% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
pkg/utils/kubernetes/generators/jobs.go 0.00% <0.00%> (-100.00%) ⬇️
pkg/utils/kubernetes/generators/services.go 0.00% <0.00%> (-96.78%) ⬇️
pkg/clusters/addons/kong/builder.go 0.00% <0.00%> (-90.33%) ⬇️
pkg/clusters/addons/istio/builder.go 0.00% <0.00%> (-89.66%) ⬇️
pkg/clusters/addons/registry/builder.go 0.00% <0.00%> (-81.25%) ⬇️
pkg/utils/networking/http.go 0.00% <0.00%> (-75.00%) ⬇️
pkg/clusters/addons/kuma/builder.go 0.00% <0.00%> (-75.00%) ⬇️
internal/retry/command.go 0.00% <0.00%> (-66.67%) ⬇️
pkg/clusters/addons/knative/knative.go 0.00% <0.00%> (-66.42%) ⬇️
pkg/clusters/addons/registry/addon.go 0.00% <0.00%> (-65.27%) ⬇️
... and 22 more

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@czeslavo
Copy link
Contributor

czeslavo commented Feb 7, 2023

@dependabot rebase

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 7, 2023

Looks like this PR has been edited by someone other than Dependabot. That means Dependabot can't rebase it - sorry!

If you're happy for Dependabot to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.

@czeslavo
Copy link
Contributor

czeslavo commented Feb 7, 2023

@dependabot recreate.

Bumps [sigs.k8s.io/controller-runtime](https://github.com/kubernetes-sigs/controller-runtime) from 0.14.2 to 0.14.4.
- [Release notes](https://github.com/kubernetes-sigs/controller-runtime/releases)
- [Changelog](https://github.com/kubernetes-sigs/controller-runtime/blob/master/RELEASE.md)
- [Commits](kubernetes-sigs/controller-runtime@v0.14.2...v0.14.4)

---
updated-dependencies:
- dependency-name: sigs.k8s.io/controller-runtime
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/go_modules/sigs.k8s.io/controller-runtime-0.14.4 branch from 1a0ba6b to 72ef983 Compare February 7, 2023 16:49
@czeslavo czeslavo closed this Feb 7, 2023
auto-merge was automatically disabled February 7, 2023 16:54

Pull request was closed

@dependabot dependabot bot deleted the dependabot/go_modules/sigs.k8s.io/controller-runtime-0.14.4 branch February 7, 2023 16:54
@czeslavo czeslavo restored the dependabot/go_modules/sigs.k8s.io/controller-runtime-0.14.4 branch February 7, 2023 18:15
@czeslavo czeslavo reopened this Feb 7, 2023
@czeslavo czeslavo temporarily deployed to gcloud February 7, 2023 18:15 — with GitHub Actions Inactive
@Kong Kong deleted a comment from dependabot bot Feb 7, 2023
@czeslavo czeslavo enabled auto-merge (squash) February 7, 2023 18:39
@czeslavo czeslavo merged commit 3d35ae6 into main Feb 7, 2023
@czeslavo czeslavo deleted the dependabot/go_modules/sigs.k8s.io/controller-runtime-0.14.4 branch February 7, 2023 18:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file go Pull requests that update Go code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants