IBM / starter-kit-operator

🚧🛠️ IBM Cloud Starter Kit Operator for OpenShift
Apache License 2.0
2 stars 6 forks source link

build(deps): bump sigs.k8s.io/controller-runtime from 0.10.2 to 0.11.0 #44

Open dependabot[bot] opened 2 years ago

dependabot[bot] commented 2 years ago

Bumps sigs.k8s.io/controller-runtime from 0.10.2 to 0.11.0.

Release notes

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

v0.11.0

Changes since v0.10.3

:warning: Breaking Changes

  • Update k8s.io/* dependencies to v0.23.0 (#1738, #1709, #1741)
  • Refactor manager to avoid race conditions and provide clean shutdown (#1695)
  • Avoid shallow copies of webhooks and CRDs in testenv (#1667)

:sparkles: New Features

  • Allow configuring a default cache selector (#1710)
  • Fix SetupSignalHandler godoc (#1716)
  • Bump to Go 1.17, k8s.io v1.23-alpha4, gomega v1.17.0, bump setup-envtest deps (#1731, #1714)
  • Improve startup logs (#1687)
  • Allow webhooks to register custom validators/defaulter types (#1676)
  • Switch from rsa to ecdsa in tinyca (#1674)

:bug: Bug Fixes

  • Correctly pass cache options on (#1743)
  • Avoid panic in envtest by checking before dereferencing (#1724)
  • Fix the internal cache object selector (#1703)
  • client/config: use filepath.Join for loadingRules.Precedence (#1677)

:seedling: Others

  • Bump golang.org/x/text to v0.3.7 (#1736)
  • Allow Specification of the Log Timestamp Format (#1688)
  • Fake Client: extend builder with an option to set a RESTMapper (#1683)
  • Source should retry to get informers until timeout expires (#1678)

:book: Additionally, there have been 2 contributions to our documentation and book. (#1722, #1698)

Thanks to all our contributors! 😊

v0.11.0-beta.0

🚨 This is a BETA RELEASE. Use it only for testing purposes, if you find any bugs file an issue.

v0.10.3

Changes since v0.10.2

:bug: Bug Fixes

  • Start web hooks first (#1690)

:seedling: Others

  • Improve startup logs (#1692)
  • fake-client: extend builder with an option to set a RESTMapper (#1686)

Thanks to all our contributors! 😊

Commits
  • f236f03 Merge pull request #1743 from alvaroaleman/fix-passing
  • 558ef2e :bug: Correctly pass cache options on
  • 5a24475 Merge pull request #1722 from hs0210/work
  • 0f4890a Merge pull request #1741 from sbueringer/pr-kubernetes-1.23
  • 1f06556 Upgrade to Kubernetes v1.23
  • 688c0de Fix a small typo
  • 3ffc700 Merge pull request #1738 from hakman/k8s-1.23.0-rc.0
  • 59a1a4f Update k8s.io/* dependencies to v0.23.0-rc.1
  • e3773b6 Merge pull request #1736 from pjbgf/bump-text
  • c1b5ceb Bump golang.org/x/text to v0.3.7
  • 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)