File tree Expand file tree Collapse file tree 3 files changed +19
-4
lines changed
1Region_3ControlPlane_3Worker_Nodes
3Regions_3ControlPlane_3Worker_Nodes Expand file tree Collapse file tree 3 files changed +19
-4
lines changed Original file line number Diff line number Diff line change 22
33All notable changes to this project will be documented in this file.
44
5+ ## [ 6.1.2] - 2025-05-26
6+
7+ ### Added Features
8+
9+ - [ 85001a7] ( https://github.com/identiops/terraform-hcloud-k3s/commit/85001a73b90ef4aa28d48e92e8bb83703d6841b2 ) Enable sysctl configuration via sysctl_settings variable
10+
11+ ### Bug Fixes
12+
13+ - [ d4b3485] ( https://github.com/identiops/terraform-hcloud-k3s/commit/d4b348505c691c80ae25b1866d03cbeb3081a654 ) Correct regex to match server types #35
14+ - [ 0558854] ( https://github.com/identiops/terraform-hcloud-k3s/commit/05588548bd8f8df65e3e9ff7680842c3ebc8c0b5 ) Correct computation of nodes
15+
16+ ### Miscellaneous Tasks
17+
18+ - [ be55d87] ( https://github.com/identiops/terraform-hcloud-k3s/commit/be55d87d9e36cf131eed592f0d64d7a03df665d3 ) Update chart versions
19+
520## [ 6.1.1] - 2025-04-09
621
722### Bug Fixes
Original file line number Diff line number Diff line change @@ -41,9 +41,9 @@ terraform {
4141# ##########################
4242
4343module "cluster" {
44- # source = "github.com/identiops/terraform-hcloud-k3s?ref=6.1.1 "
44+ # source = "github.com/identiops/terraform-hcloud-k3s?ref=6.1.2 "
4545 source = " identiops/k3s/hcloud"
46- version = " 6.1.1 "
46+ version = " 6.1.2 "
4747 hcloud_token = var. hcloud_token # INFO: Set via `export TF_VAR_hcloud_token=xyz`
4848 hcloud_token_read_only = var. hcloud_token_read_only # INFO: Set via `export TF_VAR_hcloud_token_read_only=abc`
4949
Original file line number Diff line number Diff line change @@ -41,9 +41,9 @@ terraform {
4141# ##########################
4242
4343module "cluster" {
44- # source = "github.com/identiops/terraform-hcloud-k3s?ref=6.1.1 "
44+ # source = "github.com/identiops/terraform-hcloud-k3s?ref=6.1.2 "
4545 source = " identiops/k3s/hcloud"
46- version = " 6.1.1 "
46+ version = " 6.1.2 "
4747 hcloud_token = var. hcloud_token # INFO: Set via `export TF_VAR_hcloud_token=xyz`
4848 hcloud_token_read_only = var. hcloud_token_read_only # INFO: Set via `export TF_VAR_hcloud_token_read_only=abc`
4949
You can’t perform that action at this time.
0 commit comments