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

Bump github.com/vmware-labs/reconciler-runtime from 0.12.0 to 0.13.0 #311

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 8, 2023

Bumps github.com/vmware-labs/reconciler-runtime from 0.12.0 to 0.13.0.

Release notes

Sourced from github.com/vmware-labs/reconciler-runtime's releases.

v0.13.0

No new breaking changes or deprecations.

Highlights

ChildSetReconciler allows for zero-to-many child resources to be managed from a single reconciler. Under the hood, it dynamically composes a ChildReconciler for each desired and actual child resource, correlated by a stable identifier.

What's Changed

New Contributors

Full Changelog: vmware-labs/reconciler-runtime@v0.12.0...v0.13.0

Commits
  • 4dff503 Bump golang.org/x/net from 0.13.0 to 0.14.0 (#400)
  • 324a429 Bump sigs.k8s.io/controller-runtime from 0.15.0 to 0.15.1 (#401)
  • 5cb87d6 Decompose reconcilers.go (#399)
  • 04cfbf5 Respect child desired controlling owner reference (#397)
  • b13a740 Bump golang.org/x/net from 0.12.0 to 0.13.0 (#398)
  • 632ae60 ChildSetReconciler as a dynamic composition of ChildReconcilers (#396)
  • a1db4b6 polishing
  • ad96ae3 Bump k8s.io/client-go from 0.27.3 to 0.27.4 (#395)
  • 12e15b7 Bump sigs.k8s.io/controller-tools from 0.12.0 to 0.12.1 in /hack (#392)
  • 690a049 Bump golang.org/x/net from 0.11.0 to 0.12.0 (#391)
  • Additional commits viewable 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)

Bumps [github.com/vmware-labs/reconciler-runtime](https://github.com/vmware-labs/reconciler-runtime) from 0.12.0 to 0.13.0.
- [Release notes](https://github.com/vmware-labs/reconciler-runtime/releases)
- [Commits](vmware-labs/reconciler-runtime@v0.12.0...v0.13.0)

---
updated-dependencies:
- dependency-name: github.com/vmware-labs/reconciler-runtime
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Aug 8, 2023
@dependabot dependabot bot requested a review from a team August 8, 2023 14:24
@codecov-commenter
Copy link

Codecov Report

Patch and project coverage have no change.

Comparison is base (c273ae2) 81.53% compared to head (9a34fb3) 81.53%.

❗ Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #311   +/-   ##
=======================================
  Coverage   81.53%   81.53%           
=======================================
  Files          15       15           
  Lines        1446     1446           
=======================================
  Hits         1179     1179           
  Misses        219      219           
  Partials       48       48           

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

@scothis scothis merged commit 9da8933 into main Aug 8, 2023
12 checks passed
@scothis scothis deleted the dependabot/go_modules/github.com/vmware-labs/reconciler-runtime-0.13.0 branch August 8, 2023 18:41
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.

2 participants