wso2 / wso2/open-cloud-datacenter

fix(bootstrap): update rke2_version default to v1.34.6+rke2r1

Open
#85 0 comments 0 reactions 0 assignees View on GitHub

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

/cc @HiranAdikari

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.