Matt Boersma
Matt Boersma
Syncs up maintainers with the [OWNERS_ALIASES](https://github.com/kubernetes-sigs/cluster-api-addon-provider-helm/blob/main/OWNERS_ALIASES) in CAAPH. Specifically, @mboersma moves to maintainer from reviewer. /assign @Jont828
**What this PR does / why we need it**: Updates CAPI to [v1.7.1](https://github.com/kubernetes-sigs/cluster-api/releases/tag/v1.7.1) and all that entails. ~~This PR is for testing and isn't intended to be merged yet. We...
**What steps did you take and what happened:** I naively ran `make test-e2e-local` and it failed with an error that took a bit of investigation to fix: ``` DOCKER_BUILDKIT=1 docker...
This change updates the `az capi` CLI extension used in e2e tests. In progress: First I'm trying to ensure the Windows tests are compatible with the latest v0.1.6 release. After...
#### What type of PR is this? /kind cleanup #### What this PR does / why we need it: Updates the cloud-provider-azure Helm chart to handle Kubernetes v1.30.x. Also updates...
**Description of the bug** I've been trying to build the examples and managed to get my macOS box configured and building the C examples (maybe?), but `make run-c` fails. ```shell...
`deis routing` isn't yet working with the new experimental native ingress feature.
`deis domains` isn't yet working with the new experimental native ingress feature.
The change in #838 intends only to log SQL queries if `DEIS_DEBUG` was true, but it appears this flag is ignored when Django executes its initial DB management tasks: ```...
/kind cleanup **What this PR does / why we need it**: Groups the weekly updates to GitHub Actions into a single PR, instead of one per changed action. This should...