source-controller/config/crd/bases
Hidde Beydals eeef91a4b9
Update controller-runtime (v0.15) and K8s (v1.27)
This deals with various breaking changes in controller-runtime, as
documented in the release notes:
https://github.com/kubernetes-sigs/controller-runtime/releases/tag/v0.15.0

In short:

- `Watches` now use a `client.Object` instead of a `source.Kind`.
- `handler.MapFunc` signature accepts a Go context, which is used to
  log any errors, instead of silently ignoring them and/or panicking.
- Fake clients used in tests are now configured using
  `WithStatusSubresource` to enable the correct behavior for status
  updates and patches.
- Max concurrent reconciles is configured on the manager, instead of
  configuring them per reconciler instance.
- Various manager configuration options have been moved to new
  structures and/or fields.

In addition to this, all other dependencies which had updates are
updated to their latest (compatible) versions as well.

Signed-off-by: Hidde Beydals <hidde@hhh.computer>
2023-05-24 09:05:42 +02:00
..
source.toolkit.fluxcd.io_buckets.yaml Update controller-runtime (v0.15) and K8s (v1.27) 2023-05-24 09:05:42 +02:00
source.toolkit.fluxcd.io_gitrepositories.yaml Update controller-runtime (v0.15) and K8s (v1.27) 2023-05-24 09:05:42 +02:00
source.toolkit.fluxcd.io_helmcharts.yaml Update controller-runtime (v0.15) and K8s (v1.27) 2023-05-24 09:05:42 +02:00
source.toolkit.fluxcd.io_helmrepositories.yaml Update controller-runtime (v0.15) and K8s (v1.27) 2023-05-24 09:05:42 +02:00
source.toolkit.fluxcd.io_ocirepositories.yaml Update controller-runtime (v0.15) and K8s (v1.27) 2023-05-24 09:05:42 +02:00