ververica-platform-k8s-operator
ververica-platform-k8s-operator copied to clipboard
build(deps): bump sigs.k8s.io/controller-runtime from 0.6.4 to 0.8.3
Bumps sigs.k8s.io/controller-runtime from 0.6.4 to 0.8.3.
Release notes
Sourced from sigs.k8s.io/controller-runtime's releases.
v0.8.3
changes since v0.8.2
:sparkles: New Features
- Add client.StrategicMergeFrom (#1413)
:bug: Bug Fixes
- Manager leader election: Don't reset restcfg UserAgent (#1402)
- Revert injection deprecation logging (#1415)
Thanks to all our contributors!
v0.8.2
Changes since v0.8.1
:warning: Breaking Changes
- Fix some more races in the delegating logger (#1361)
:bug: Bug Fixes
- Fix a race condition between leader election and recorder (#1381)
- Don't hotloop on channel source closure (#1362)
Thanks to all our contributors! 😊
v0.8.1
Changes since v0.8.0
:sparkles: New Features
- Allow panic as an option to -zap-stacktrace-level" (#1348)
- Manager: Start all caches before other Runnables (#1327)
- Bump Kubernetes dependencies to 1.20.2 (#1335)
:bug: Bug Fixes
- Manager.Elected() should be closed after runnables are started (#1354)
- Prevent source.Channel from shutting down immediately (#1345)
- Fix a race in the delegating logger (#1339)
- Fix DestWritter var name typo (#1340)
- Fix context.TODO() in the example (#1355)
Thanks to all our contributors! 😊
v0.8.0
Changes since v0.7.1
:warning: Breaking changes
- Fakeclient: Set ResourceVersion when adding objects to the tracker (#1306)
... (truncated)
Commits
0d84ce4Merge pull request #1415 from kevindelgado/revert-injection-deprecation-logging9c5263eRevert #1322 until comprehensive removal of injection codec7e9da4Merge pull request #1413 from timebertt/enh/strategic-merge-patch-0.8f5c6519:sparkles: Add client.StrategicMergeFrom12660d4Merge pull request #1402 from alvaroaleman/release-0.8-dont-resete2f5e2b:bug: Manager leader election: Don't reset restcfg UserAgenta8c19c4Merge pull request #1381 from vincepri/backport1379faecdc7Only cancel leader election if the runnables have shutdownfa1ed34:bug: Fix a race condition between leader election and recordera763c9aMerge pull request #1362 from DirectXMan12/bug/channel-source- Additional commits viewable in compare view
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 rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) -
@dependabot badge mewill 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)