wso2 / wso2/open-cloud-datacenter
fix(bootstrap): update rke2_version default to v1.34.6+rke2r1
Open
Nobody has claimed this yet.
- Dominant language
- HCL
- Stars
- 19
- Forks
- 15
- Avg merge
- 2d 2h
- Merged PRs (30d)
- 4
Description
Summary
The default value for the rke2_version variable in modules/bootstrap/variables.tf is set to v1.34.7+rke2r1, which does not correspond to an official RKE2 release. The latest available v1.34 patch is v1.34.6+rke2r1.
Fix
Update the default value in modules/bootstrap/variables.tf:
variable "rke2_version" {
type = string
description = "RKE2 release to install (e.g. 'v1.32.4+rke2r1'). Pin this to a version that is compatible with the Rancher chart selected by rancher_version."
default = "v1.34.6+rke2r1"
}
References
- PR: https://github.com/wso2/open-cloud-datacenter/pull/84
- Review comment: https://github.com/wso2/open-cloud-datacenter/pull/84#discussion_r3167420928
/cc @HiranAdikari
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Open modules/bootstrap/variables.tf and inspect the rke2_version variable's default. Confirm the default is the requested official release v1.34.6+rke2r1, then verify the change against the referenced pull request and review comment.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- terraform
- Domain
- infrastructure
- Issue type
- Bug
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 25/100