Chris Broglie
Chris Broglie
This is a breaking change as it changes the API to follow the idiomatic Go convention of returning errors. I don't expect it to be merged since the project does...
The client-go [informers](https://pkg.go.dev/k8s.io/client-go/informers) package provides utilities to subscribe to changes to k8s resources and keep an in-memory cache up to date. This avoids needing to ask the API server to...
**Is your feature request related to a problem? Please describe.** #4423 shows how a seemingly benign certificate spec can result in a renewal loop, due to the ability of the...
I'd like to be able to see the instantaneous value of a counter, but also monitor that value over time (an example use case would be tracking the number of...
Since the actual duration is unknown until a cert has been issued, providing an absolute duration for renewBefore can result in accidental renewal loops. The new renewBeforePercentage field computes the...
Providing metrics for the watched certificate not before/not after times would be helpful for alerts to ensure certificates are being renewed and reloaded by the application. This functionality could be...
**Describe the bug**: As initially discussed in https://github.com/jetstack/cert-manager/issues/3813, the Vault Issuer clamps `duration` according to its `max_ttl` value, which defaults to 30 days. It also backdates notBefore by 30 seconds...
cf: https://github.com/cert-manager/cert-manager/pull/6987
This fixes an issue in lettucemod's RedisURIBuilder helper in v4.2.0 by forking it into this repo. The issue is fixed in lettucemod v4.3.0, and the fork can be deleted when...
Attempting to use riot with a sentinel URI such as `redis-sentinel://host1:26379,host2:26380/?sentinelMasterId=foo` fails with the following error: ``` java.lang.IllegalStateException: Cannot build a RedisURI. One of the following must be provided Host,...