🌱 Tooling Update. No changes to Go Code (pre capi v1.11 (beta2))#1771
Merged
🌱 Tooling Update. No changes to Go Code (pre capi v1.11 (beta2))#1771
Conversation
moved files.
b905c46 to
0b2a3b9
Compare
Changes to tooling are in #1771
janiskemper
reviewed
Jan 23, 2026
| | Hetzner Provider `v1.0.0-beta.34-43` | ✅ | ❌ | | ||
| | Hetzner Provider `v1.0.0` | ✅ | ✅ | | ||
| | Hetzner Provider `v1.0.1` | ✅ | ✅ | | ||
| | CAPI Version | Hetzner Provider `v1.0.x` | Hetzner Provider `v1.1.x` | |
Contributor
There was a problem hiding this comment.
I have to admit that I don't know in detail when we support which version, but it sounds strange to me that we will stop supporting anything older than 1.10 suddenly when going for 1.1.x... why would that be the case?
Collaborator
Author
There was a problem hiding this comment.
@janiskemper thank you for pointing me at this. This was not correct. I updated it. Please look again. Especially: caph v1.0.x does not support capi v1.11. And I relaxed the thing about old versions. I use a question mark now.
|
|
||
| echo "# Created from $E2E_CONF_FILE_SOURCE by $0" >"$E2E_CONF_FILE" | ||
| $ENVSUBST <"$E2E_CONF_FILE_SOURCE" >>"$E2E_CONF_FILE" | ||
| $CLUSTERCLT generate yaml <"$E2E_CONF_FILE_SOURCE" >>"$E2E_CONF_FILE" |
Contributor
There was a problem hiding this comment.
CLUSTERCLT -> CLUSTERCTL I believe
janiskemper
approved these changes
Jan 26, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Tooling Update.
Changes to Go Code are in previous PR: #1772. Next PR: 🌱 Get e2e tests working again. #1783
Bumps local dev / CI tooling versions
Makefile, e.g. kustomize v4 → v5, kind 0.23 → 0.30, hcloud CLI 1.43 → 1.57, clusterctl 1.10.7 → 1.10.9, gotestsum 1.11 → 1.13, plus newer treemap tools.setup-envtesttool revision.Removes
envsubstfrom the toolchaingithub.com/drone/envsubstand removes it fromall-tools.envsubst(e.g. tilt-up, e2e conf generation, workload cluster creation).Refactors cluster creation flow into scripts
make create-workload-cluster-*targets stop doing inlinekubectl create secret + kustomize build + envsubst + applyand instead call a new helper script:./hack/create-workload-cluster.sh(including--robotvariants).add-ssh-pub-keyswitches from an inline curl call to./hack/ensure-ssh-key-in-hcloud.sh.Moves generated cluster templates output
cluster-templatestarget now writes outputs to agenerated/directory instead oftemplates/cluster-templates/*.yaml..gitignoreis updated accordingly (/generated/v1*).Tiltfile tweaks
clusterctl generate yamlinstead of piping through envsubst, and does some formatting/cleanup.Minor workflow file housekeeping