Stefan Büringer
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...
cert-manager v1.9.x has been released. I would suggest to bump the cert-manger version in CAPI main accordingly. /kind feature
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...
**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)....
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...
**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...
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...
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...