Tim Ramlot
Tim Ramlot
fixes https://github.com/cert-manager/cert-manager/issues/7102 I think this issue was introduced in https://github.com/cert-manager/cert-manager/pull/6671, the v2 version of the aws sdk does now require a region to be provided for the sts client. We...
My previous PR was auto-closed: https://github.com/helmfile/helmfile/pull/1386 This PR updates all helm invocations, so the output is written to stderr via the logger only. Only when templating, we write directly to...
Upgrades go and go dependencies.
depends on #7242 Fixes remaining linter violations and enables the linters in `.golangci.yaml`. ### Kind /kind cleanup ### Release Note ```release-note NONE ```
See go 1.23 release notes (https://go.dev/doc/go1.23) which describes the new feature. This PR introduces some std-lib iterators where useful. ### Kind /kind cleanup ### Release Note ```release-note NONE ```
Currently, when using `helm push`, the creation time of the Helm tar file is used. This makes it impossible to push the same chart twice reproducibly. This PR introduces HELM_OCI_DATE_EPOCH...
We removed the deprecated cert-manager APIs from the cert-manager/cert-manager repo (see https://github.com/cert-manager/cert-manager/pull/7278). Now, we have to move them to this repo so we can keep using them in the convert...
The cert-manager config file APIs are currently on version `v1alpha1`: https://github.com/cert-manager/cert-manager/tree/master/pkg/apis/config/cainjector/v1alpha1 https://github.com/cert-manager/cert-manager/tree/master/pkg/apis/config/controller/v1alpha1 https://github.com/cert-manager/cert-manager/tree/master/pkg/apis/config/webhook/v1alpha1 We would like to graduate these versions to `v1` so users can use these config files with...
Moves validation functions to helper. This groups them with the other existing validation functions. ### Kind /kind cleanup ### Release Note ```release-note NONE ```