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 sigs.k8s.io/controller-runtime from 0.4.0 to 0.5.0 #111

Merged

Conversation

dependabot-preview[bot]
Copy link
Contributor

@dependabot-preview dependabot-preview bot commented Feb 13, 2020

Bumps sigs.k8s.io/controller-runtime from 0.4.0 to 0.5.0.

Release notes

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

v0.5.0

⚠️ 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.

✨ New Features

  • APIServer defaults deduplication (#763)
  • Parameterize webhook key/cert name (#760)
  • update CRD if already present (#696)
  • Add Merge patch type and deprecate ConstantPatch in favor of RawPatch (#721)
  • client: Use dynamic RESTMapper by default (#737)
  • Define metrics.Registry as an interface (#713)
  • ErrorIfCRDPathMissing on Environment (#715)
  • CRD file path on CRDInstallOptions.Paths (#716)
  • Clean-up installed CRDs on Stop() (#697)
  • add 10% jitter to ResyncPeriod (#647)
  • envtest: surface merged crds (#706)
  • Add HasLabels helper option for List calls (#792)

🐛 Bug Fixes

  • When loading client config, check os/user.HomeDir if $HOME is unset (#753)
  • Integration test should close http body (#786)
  • Fix panic in call to processState.Stop() (#781)
  • wait for cache start before returning from WaitForCacheSync (#755)
  • Envtest: Allow creating objects with privileged container specs (#708)
  • Remove TotalRequests Prometheus metrics as it is not getting used (#719)
  • Fix SetControllerReference to consider multiple CRD versions (#707)
  • use semantic equality in CreateOrUpdate (#704)

Thanks to all our contributors!

Commits
  • 0fcf28e Merge pull request #753 from joelanford/home-client-config-fix
  • 703858f Merge pull request #793 from alenkacz/av/install-teardown
  • 5515e31 pkg/client/config/config.go: make loading thread safe
  • dd4f940 pkg/client/config: switch to setting RecommendedHomeFile directly
  • 880dd8f pkg/client/config: when loading config, check os/user.HomeDir if $HOME is unset
  • c38f59a Merge pull request #795 from vincepri/k8s-1.17
  • dfc6377 Merge pull request #792 from vincepri/selector-contains
  • 4bafdca 🏃 Update dependencies to k8s 1.17
  • 702a4a4 Merge pull request #786 from vincepri/fix-body-leak
  • 83924b4 Bigger teardown timeout for flaky test
  • 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)
  • @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:

  • 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)

@dependabot-preview dependabot-preview bot added the dependabot Pull requests that update a dependency file label Feb 13, 2020
@claassistantio
Copy link

claassistantio commented Feb 13, 2020

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

@codecov
Copy link

codecov bot commented Feb 13, 2020

Codecov Report

Merging #111 into master will not change coverage by %.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #111   +/-   ##
=======================================
  Coverage   43.39%   43.39%           
=======================================
  Files           8        8           
  Lines         553      553           
=======================================
  Hits          240      240           
  Misses        302      302           
  Partials       11       11           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update fe42d73...752ee43. Read the comment docs.

@dependabot-preview dependabot-preview bot force-pushed the dependabot/go_modules/sigs.k8s.io/controller-runtime-0.5.0 branch from 25b84bf to 75a839b Compare February 20, 2020 17:17
Bumps [sigs.k8s.io/controller-runtime](https://github.com/kubernetes-sigs/controller-runtime) from 0.4.0 to 0.5.0.
- [Release notes](https://github.com/kubernetes-sigs/controller-runtime/releases)
- [Commits](kubernetes-sigs/controller-runtime@v0.4.0...v0.5.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot force-pushed the dependabot/go_modules/sigs.k8s.io/controller-runtime-0.5.0 branch from 75a839b to 752ee43 Compare February 20, 2020 18:01
@sudermanjr sudermanjr merged commit be00e4b into master Feb 20, 2020
@delete-merged-branch delete-merged-branch bot deleted the dependabot/go_modules/sigs.k8s.io/controller-runtime-0.5.0 branch February 20, 2020 21:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependabot Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants