Tim Ramlot

Results 83 issues of Tim Ramlot

Upgrade the yaml dep to version 3.

area/docs-generation

### 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....

release-note
needs-rebase
approved
kind/feature
size/XXL
dco-signoff: yes
area/deploy

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...

size/L
release-note-none
approved
kind/cleanup
dco-signoff: yes

### 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...

release-note-none
approved
area/api
size/XXL
area/acme
dco-signoff: yes
area/testing
area/acme/dns01
area/acme/http01
area/deploy
needs-kind

### 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 ```

release-note
approved
area/api
kind/feature
size/XXL
area/acme
dco-signoff: yes
area/testing
area/acme/http01
area/deploy

`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...

kind/feature
lifecycle/rotten

**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...

release-note
needs-rebase
approved
kind/feature
size/XXL
dco-signoff: yes
ok-to-test
area/deploy

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...

enhancement

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...