cloudfoundry-incubator / eirinix

Extensions Library for Cloud Foundry Eirini
Apache License 2.0
2 stars 5 forks source link

Bump sigs.k8s.io/controller-runtime from 0.2.0 to 0.5.2 #34

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 4 years ago

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

Release notes

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

v0.5.2

:sparkles: New Features

  • Add helpers to configure logger options via pflags (#767)

:bug: Bug Fixes

  • fix conservative delay in rate limiter (#859)
  • expose DefaultKubeAPIServerFlags in envtest (#846) -- fixes an accidental breaking change in envtest

Thanks to all our contributors!

v0.5.1

:sparkles: New Features

  • Add controllerutil.SetOwnerReference (#816, #844)
  • Take context when getting informer. (#663)
  • Support restconfig to target the control plane (#756)
  • Create a supported way of setting a cache on source.Kind (#794)
  • Webhook support in envtest (#787)
  • Enable webhook server set-up mTLS service to verify client's certificate (#802)
  • Make workqueue rate limiter configurable during controller creation (#731)

:bug: Bug Fixes

  • Fix testdata imports in pkg/webhook/conversion (#843)
  • Respect context in unstructured client (#812)
  • Fix informer cache creating pointers to pointers (#796)
  • Use GenerateName during fake client's Create method (#815)

Thanks to all our contributors!

v0.5.0

:warning: Breaking Changes

  • Update dependencies to k8s 1.17 (#795) -- impact: minimal -- minor change in fake leader election interface. If you were faking out leader election, you may need slight adjustment.

  • Bump to Go 1.13 (#606) -- impact: minimal -- soft bump to go 1.13 already occurred, new changes mean we now won't work properly on older versions (e.g. new "errors" package)

  • Envtest: Do not pull in ginkgo outside of _test.go files (#720) -- impact: larger. Test suite generated with kubebuilder will need an additional import for the ginkgo NewlineReporter. Folks not using the NewlineReporter should have zero impact

  • Remove defaulting for leader election ID (#446) -- impact: if you're using leader election, leaving the leader election ID field empty will now yield a runtime error

  • Add testenv support for CRDv1/CRDv1beta1 + update to k8s 1.16.4 (#752) -- impact: if you were populating the CRD field of envtest.Environment by hand (as opposed to loading files from disk), you'll have to change the type of the slice. If you were accessing this field, the type is now runtime.Object. Adjust accordingly.

  • Bring in testing framework (#749) -- impact: minimal -- if you were manually importing sigs.k8s.io/testing_frameworks, you'll have to update your import paths.

... (truncated)
Commits
  • 67ee49a Merge pull request #865 from DirectXMan12/release/v0.5.2
  • 2faccfc Merge branch 'master' into release-0.5
  • 29e923a Merge pull request #864 from DirectXMan12/infra/tolerate-extra-rel-notes-merges
  • 2ea8546 Tolerate (more) merge commits in release notes
  • 3ce25e2 Merge pull request #834 from vincepri/fetch-improve
  • 734df2a Merge pull request #862 from joelanford/joelanford-approver
  • d286bb5 Merge pull request #859 from alexeldeib/ace/limiter
  • 7ce02a0 Add joelanford to approvers
  • 843039b fix: conservative delay in rate limiter
  • edf7177 Merge pull request #846 from djzager/envtestAPIServer
  • 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.


Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking Bump now in your Dependabot dashboard.

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 use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@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 your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)
mudler commented 4 years ago

@dependabot rebase

dependabot-preview[bot] commented 4 years ago

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.