hcloud-talos / terraform-hcloud-talos

This repository contains a Terraform module for creating a Kubernetes cluster with Talos in the Hetzner Cloud.
https://registry.terraform.io/modules/hcloud-talos/talos
MIT License
28 stars 7 forks source link

feat: Allows specifying the Kubernetes version #19

Closed mpepping closed 1 month ago

mpepping commented 1 month ago

The var.kubernetes_version variable allows specifying the Kubernetes version to use. The version can be specified as string in formats as 1.29.5 or v1.30.1. Input is validated by the siderolabs/talos module on apply. By default (unset) the latest Kubernetes version supported by Talos is used.

mrclrchtr commented 1 month ago

I have to fix the pipeline. Pls ignore it.

mrclrchtr commented 1 month ago

Thank you very much

github-actions[bot] commented 1 month ago

Terraform-Check: ✅

🖌 Terraform Format: ✅ ``` # Outputs: # Errors: ```
⚙️ Terraform Init: ✅ ``` # Outputs: Initializing the backend... Initializing provider plugins... - Finding hashicorp/http versions matching ">= 3.4.2"... - Finding hashicorp/helm versions matching ">= 2.12.1"... - Finding gavinbunney/kubectl versions matching ">= 1.14.0"... - Finding hashicorp/tls versions matching ">= 4.0.5"... - Finding hetznercloud/hcloud versions matching ">= 1.45.0"... - Finding siderolabs/talos versions matching ">= 0.4.0"... - Installing hashicorp/tls v4.0.5... - Installed hashicorp/tls v4.0.5 (signed by HashiCorp) - Installing hetznercloud/hcloud v1.47.0... - Installed hetznercloud/hcloud v1.47.0 (signed by a HashiCorp partner, key ID 5219EACB3A77198B) - Installing siderolabs/talos v0.5.0... - Installed siderolabs/talos v0.5.0 (signed by a HashiCorp partner, key ID AF0815C7E2EC16A8) - Installing hashicorp/http v3.4.2... - Installed hashicorp/http v3.4.2 (signed by HashiCorp) - Installing hashicorp/helm v2.13.2... - Installed hashicorp/helm v2.13.2 (signed by HashiCorp) - Installing gavinbunney/kubectl v1.14.0... - Installed gavinbunney/kubectl v1.14.0 (self-signed, key ID AD64217B5ADD572F) Partner and community providers are signed by their developers. If you'd like to know more about provider signing, you can read about it here: https://www.terraform.io/docs/cli/plugins/signing.html Terraform has created a lock file .terraform.lock.hcl to record the provider selections it made above. Include this file in your version control repository so that Terraform can guarantee to make the same selections by default when you run "terraform init" in the future. Terraform has been successfully initialized! You may now begin working with Terraform. Try running "terraform plan" to see any changes that are required for your infrastructure. All Terraform commands should now work. If you ever set or change modules or backend configuration for Terraform, rerun this command to reinitialize your working directory. If you forget, other commands will detect it and remind you to do so if necessary. # Errors: ```
🤖 Terraform Validate: ✅ ``` # Outputs: Success! The configuration is valid. # Errors: ```
mrclrchtr commented 1 month ago

:tada: This PR is included in version 2.2.0 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket: