contentful-labs / kube-secret-syncer

A Kubernetes operator to sync secrets from AWS Secrets Manager
Apache License 2.0
197 stars 9 forks source link

Bump controller-runtime #147

Closed juliabiro closed 9 months ago

juliabiro commented 9 months ago

What is changing and why?

In order to extend logging to other parts of the code, we need to bump the logr package, which then requires bumping the klog package, which ten in turn requires a newer controller-runtime. And the newer runtime has some interface changes, which is here followed.

This update requires changes in the kubernetes permissions for leader election.