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.3.0 to 0.4.0 #93

Merged

Conversation

dependabot-preview[bot]
Copy link
Contributor

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

Release notes

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

v0.4.0

⚠️ Breaking Changes

  • Soft-bump to Go 1.13 (#685) -- this will not break anyone at the moment, but Go 1.13 features (particularly errors) may be adopted in a future feature release.
  • Bump to kube-1.16.0 (#618) -- this is breaking due to a change in metav1.ObjectMeta. It's the removal of a deprecated field, and thus unlikely to affect many people, but technically shows up in our API

✨ New Features

  • envtest set service-cluster-ip-range if user not set (#659)
  • Add helpers for remaining Zap options (#639)
  • fakeClient: bump ResourceVersion on write (#620)
  • Update sigs.k8s.io/testing_frameworks to v0.1.2 (#672)
  • Add support for multi-value KUBECONFIG (#642)
  • Improve webhook loggings (#439)
  • implement helpers for add/remove finalizer (#545)
  • Add helpers for common Zap options (#646)
  • added health probes (#419)
  • handle unstructured objects correctly in fake client (#682)

🐛 Bug Fixes

  • InformerCache: Do not require leader lease (#678)
  • cross-namespace owner references should be disallowed (#675)
  • Fix delete example not setting metadata properly for CRDs (#674)
  • go.mod,go.sum: revert prometheus/client_golang to v0.9.x (#679)
  • pkg/metrics/workqueue.go: remove deprecated metrics (#662)
  • Allow kube-apiserver to start without a default route (#670)
  • pkg/log/zap: use enabled in UseDevMode, add tests (#653)
  • prevent controller.New and manager's errChan from leaking goroutines (#651)
  • Fix comments for option in zap (#643)

Thanks to all our contributors!

Commits
  • 198197f Merge pull request #685 from DirectXMan12/feature/soft-1.13
  • e74902c ⚠️ Soft-bump to Go 1.13
  • ffd3f25 Merge pull request #659 from Dingshujie/master
  • 6d6e9c1 Merge pull request #678 from alvaroaleman/cache-no-leader-election
  • 1fbc224 Merge pull request #675 from boylee1111/disallow_cross_namespace_refs
  • 5e29d83 Merge pull request #674 from vadasambar/patch-1
  • 59dbdbb Merge pull request #679 from joelanford/revert-prom-1.0.0
  • 15b5243 Merge pull request #683 from mengqiy/fakeclient
  • cd4d24b 👻add apiversion handling to fake client
  • 2f2e975 Merge pull request #682 from mengqiy/fakeclient
  • 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)

Bumps [sigs.k8s.io/controller-runtime](https://github.com/kubernetes-sigs/controller-runtime) from 0.3.0 to 0.4.0.
- [Release notes](https://github.com/kubernetes-sigs/controller-runtime/releases)
- [Commits](kubernetes-sigs/controller-runtime@v0.3.0...v0.4.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot added the dependabot Pull requests that update a dependency file label Nov 18, 2019
@codecov
Copy link

codecov bot commented Nov 18, 2019

Codecov Report

Merging #93 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #93   +/-   ##
=======================================
  Coverage   42.77%   42.77%           
=======================================
  Files           8        8           
  Lines         547      547           
=======================================
  Hits          234      234           
  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 5d55612...8ac1cf3. Read the comment docs.

@sudermanjr sudermanjr merged commit e0f1ff4 into master Nov 18, 2019
@delete-merged-branch delete-merged-branch bot deleted the dependabot/go_modules/sigs.k8s.io/controller-runtime-0.4.0 branch November 18, 2019 17:13
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.

None yet

1 participant