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

build(deps): bump sigs.k8s.io/controller-runtime from 0.5.2 to 0.6.0 #124

Merged

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps sigs.k8s.io/controller-runtime from 0.5.2 to 0.6.0.

Release notes

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

v0.6.0

⚠️ Breaking Changes

  • Update Informers interface to accept context (#830) — Impact: if you're using Informers methods directly, you'll need to pass a context.Context as first argument.
  • Add predicates as variadic args for Owns, For, and Watches func (#799) — Impact: The methods signature have changed, now allow to pass in Options as variadic arguments.
  • Envtest: Do not disable admission plugins by default (#848) — Impact: Tests using envtest might fail if an admission plugin rejects the action, users might need to change tests accordingly.
  • Fakeclient: Reject Update with outdated ResourceVersion (#832) — Impact: Tests using an outdated ResourceVersion when using Update will now fail; this is expected behavior.
  • Fakeclient: Reject Create and Update if Name isn't provided (#886) — Impact: Tests issuing Create/Update calls without a Name will now fail; this is expected behavior.
  • log/zap options Level and StacktraceLevel type (#906)

✨ New Features

  • Add DryRunClient wrapper (#839)
  • Allow controllers to be started and stopped separately from the manager (#863)
  • Expose metrics http server for extra endpoints (#824)

🐛 Bug Fixes

  • controllerutil.RemoveFinalizer can occurs slice bounds out of range exception (#917)
  • Fix swapped constant value in webhook envtest (#913)
  • Ensure KUBECONFIG is unset when testing GetConfigWithContext (#909)
  • Fix CRD filtering in envtest package (#902)
  • KubeAwareEncoder should handle unstructured object correctly (#881)
  • Return original error from GetConfig (#888)
  • MatchingLabels: Make sure requests with invalid labels fail (#882)
  • Fix version check when reading webhooks from file (#861)

Thanks to all our contributors!

Commits
  • 1c83ff6 Merge pull request #925 from alexeldeib/ace/18
  • 3416df0 ⚒️ bump dependencies to v0.18.2
  • 00a674b Merge pull request #883 from vanou/correct_wrong_package_identifier_in_events...
  • 670b77d Merge pull request #917 from dmvolod/fix-remove-finalizer
  • a457e27 Merge pull request #863 from negz/stop
  • 01dbf9d 🐛 Fix controllerutil.RemoveFinalizer for slice bounds out of range exception
  • f779bdd Merge pull request #1 from alexeldeib/ace/stop
  • 32aaa1c ⚒️ add additional controller tests
  • 6501aeb Merge pull request #824 from hypnoglow/extra-endpoints
  • 6a16ca0 Test that Elected is closed when the manager is elected
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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 badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in the .dependabot/config.yml file in this repo:

  • Update frequency
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Bumps [sigs.k8s.io/controller-runtime](https://github.com/kubernetes-sigs/controller-runtime) from 0.5.2 to 0.6.0.
- [Release notes](https://github.com/kubernetes-sigs/controller-runtime/releases)
- [Commits](kubernetes-sigs/controller-runtime@v0.5.2...v0.6.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Apr 27, 2020
@austince austince merged commit 11c8e32 into master Apr 27, 2020
@austince austince deleted the dependabot/go_modules/sigs.k8s.io/controller-runtime-0.6.0 branch April 27, 2020 13:21
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
Development

Successfully merging this pull request may close these issues.

None yet

1 participant