Stefan Büringer

Results 142 issues of Stefan Büringer

I've tried to use `json-iterator/go` instead of `encoding/json` and found the following incompatibility. When a custom `UnmarshalJSON` returns an error the error is propagated 1:1 to the caller of `encoding/json.Unmarshal`...

I've tried to use `json-iterator/go` instead of `encoding/json` and found the following incompatibility. When using a custom `MarshalJSON` func which returns non-compacted JSON `encoding/json` compacts the output and `json-iterator/go` does...

Disclaimer: We are not sure if this deadlock is actually possible. It could be possible, we can either wait until it was actually observed or investigate controller-runtime if it is...

kind/bug
triage/needs-information
area/runtime-sdk

cert-manager v1.9.x has been released. I would suggest to bump the cert-manger version in CAPI main accordingly. /kind feature

kind/feature
needs-triage

This issue is tracking the list of tasks that should be implemented when Kubernetes v1.24 is released. **Currently, we are waiting for the Kubernetes release** For prior art please see...

lifecycle/frozen
triage/accepted

**User Story** As a developer I would like to have an easily consumable way to find out the latest stable release of a CAPI release series (e.g. v0.3.x or v0.4.x)....

kind/feature
lifecycle/frozen
priority/important-longterm
area/testing
triage/accepted

It looks like we have a gap in our fuzz testing. We had an issue today which should have been covered by the test: #6142 Our current theory is that...

kind/feature
lifecycle/frozen
area/testing
triage/accepted

**User Story** As a developer I would like to be able to customize the args of providers deployed in e2e tests via the e2e config. **Detailed Description** The only way...

kind/feature
lifecycle/frozen
area/testing
triage/accepted

Looks like our homebrew action does not work / probably never worked before. It seems to depend on a personal access token which we don't really want to use. For...

kind/bug
area/release
area/clusterctl
triage/accepted

Our RuntimeSDK e2e test tests external patching by calling a test extension. Initially we only moved one patch from the ClusterClass to the test extension Goal of this issue is...

kind/cleanup
triage/accepted
area/runtime-sdk