Skip to content

Commit cdbfe9f

Browse files
committed
Release version 6.1.2
1 parent 0558854 commit cdbfe9f

File tree

3 files changed

+19
-4
lines changed

3 files changed

+19
-4
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,21 @@
22

33
All 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

examples/1Region_3ControlPlane_3Worker_Nodes/main.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@ terraform {
4141
###########################
4242

4343
module "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

examples/3Regions_3ControlPlane_3Worker_Nodes/main.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@ terraform {
4141
###########################
4242

4343
module "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

0 commit comments

Comments
 (0)