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.6.0 to 0.6.1 #153

Merged

Conversation

dependabot-preview[bot]
Copy link
Contributor

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

Release notes

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

v0.6.1

Changes since v0.6.0

✨ New Features

  • Add webhook total and in-flight metrics (#944)
  • Add Patch MergeFrom optimistic locking option (#969)
  • Migrate controllerutil AddFinalizer and RemoveFinalizer to controllerutil.Object and deprecate *WithError functions (#962)
  • Add ContainsFinalizer helper to the controllerutil (#922)
  • Introduce controllerutil.Object interface (#898)
  • Controller: Let sources sync even if they use a different cluster (#941)
  • Manager: Export defaultNewClient (#930)

🐛 Bug Fixes

  • Fix webhook example (#1016)
  • Always shutdown etcd when stopping envtest (#975)
  • fix(dependency) Use github.com/fsnotify/fsnotify (#968)
  • Fix scheme used by DeleteAllOf in fake client (#954)
  • Reset resource version if fake client Create call failed (#919)
  • cannot specify ControlPlane in envtest.Environment (#929)

📖 Documentation

  • Nit: improve doc string (#987)
  • provide example of client.Patch (#951)
  • Prevent errors to be logged multiple times in builtins example (#953)

🌱 Others

  • Update json-patch dependency to e83c0a1c26c8 (#985)
  • Clarify log line in apiutil.GVKForObject (#1008)
  • Cleanup controller internal logger (#1003)
  • Move pwittrock from emeritus approvers to approvers (#997)
  • Remove unused attributes from controller (#940)
  • Remove unsed Config attribute from controller (#938)
  • [0.6] Update go.mod dependencies patch versions (v0.18.4) (#1010)

Thanks to all our contributors! 😊

Commits
  • 5118ae5 Merge pull request #1042 from kubernetes-sigs/master
  • ea795f6 Merge pull request #1038 from tanjunchen/remove-master
  • 0438a9c feat:Remove master word from our codebase
  • 04f2831 Merge pull request #1037 from tanjunchen/remove-whitelisted
  • 6febc12 feat:remove the whitelist word from our codebase
  • add0b64 Merge pull request #1016 from msiebuhr/fix-webhook-example
  • 5db0b9d 🐛 Fix webhook example
  • 4836ec2 Merge pull request #985 from vincepri/updatejsonpatch5
  • 0534547 Merge pull request #1008 from vincepri/fix-log-gvk
  • 6954fa5 Update json-patch to e83c0a1c26c8
  • 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)

@dependabot-preview dependabot-preview bot requested a review from austince as a code owner July 13, 2020 10:32
@dependabot-preview dependabot-preview bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Jul 13, 2020
@austince austince merged commit f93b991 into master Jul 13, 2020
@austince austince deleted the dependabot/go_modules/sigs.k8s.io/controller-runtime-0.6.1 branch July 13, 2020 13:59
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.

1 participant