Tim Ramlot
Tim Ramlot
Upgrade the yaml dep to version 3.
### Pull Request Motivation Currently, the Helm values.yaml file is not validated, often causing configuration errors. This PR uses CUE to define what configurations are supported in the values.yaml file....
Currently, the output of `git describe --tags --match='v*' --abbrev=14` is used directly as version number for pre-release images. This PR instead uses the `./hack/build/version.sh` script that was already present to...
### Pull Request Motivation Upgrade all Golang deps. "github.com/pavel-v-chernykh/keystore-go/v4" was renamed to "github.com/pavlo-v-chernykh/keystore-go/v4" (Ukrainian variant of name) `x-kubernetes-map-type: atomic` values were added upstream to `"k8s.io/api/core/v1".Affinity`, since this value is embedded...
### Pull Request Motivation Gateway API released [v0.5.0](https://github.com/kubernetes-sigs/gateway-api/releases/tag/v0.5.0). ### Kind /kind feature ### Release Note ```release-note Upgraded Gateway API to v0.5.0 ```
`kubectl cert-manager uninstall` and `kubectl cert-manager upgrade` are missing from the ctl binary. Ideally, uninstall should: - detect a Helm install & uninstall without removing CRDs - if no Helm...
**What this PR does / why we need it**: Alternative implementation for solving #4199. It uses a tool called [`tem`](https://github.com/amurant/tem), that I created. `tem` combines the functionality of kubepack.dev/chart-doc-gen and...
Add myself to the Jetstack cert-manager team
To prevent unwanted blocking on requests, a go context can be passed to a http request. Passing a context to each http request can be considered best-practice, but is not...
Currently, some of the errors returned from VaaS are ignored by the vcert client. This PR tries to unify the code style for all error handling and improves error handling...