source-controller/internal
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
..
cache Build with Go 1.19 2022-09-28 15:35:26 +03:00
controller Update controller-runtime (v0.15) and K8s (v1.27) 2023-05-24 09:05:42 +02:00
digest digest: register SHA1 digest algorithm 2023-02-14 12:48:36 +01:00
error Introduce Generic error and error Config 2022-05-20 19:52:03 +05:30
features Disable caching of secrets and configmaps 2023-01-27 11:38:56 +00:00
fs test: use `T.TempDir` to create temporary test directory 2022-04-29 23:01:39 +08:00
helm api: Remove deprecated `Checksum` from `Artifact` 2023-03-24 11:56:12 +01:00
index controllers: use digest for Bucket revision 2023-02-14 12:48:36 +01:00
mock mock/gcs: strip /storage/v1 URI element 2022-03-16 11:16:47 +01:00
object Promote GitRepository API to v1 2023-03-23 23:17:23 +02:00
oci oci: sort remaining quirks in cosign verify logic 2023-05-22 11:08:16 +02:00
predicates [RFC 0002] Flux OCI support for Helm (#690) 2022-05-19 14:50:16 +02:00
reconcile Update controller-runtime (v0.15) and K8s (v1.27) 2023-05-24 09:05:42 +02:00
transport internal/helm/getter: remove transport reuse test 2022-06-14 09:25:52 +01:00
util Refactor internal OCI package 2022-09-20 18:34:02 +03:00