Skip to content

Commit 644cf35

Browse files
committed
Release version 6.2.7
1 parent f964957 commit 644cf35

File tree

3 files changed

+14
-4
lines changed

3 files changed

+14
-4
lines changed

CHANGELOG.md

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

33
All notable changes to this project will be documented in this file.
44

5+
## [6.2.7] - 2026-02-10
6+
7+
### Bug Fixes
8+
9+
- [ebe69e2](https://github.com/identiops/terraform-hcloud-k3s/commit/ebe69e25692119e3bb357151f9907a2be8109700) Remove default storage class from hcloud-volumes-delete
10+
11+
### Miscellaneous Tasks
12+
13+
- [f964957](https://github.com/identiops/terraform-hcloud-k3s/commit/f964957e7f3e1ae19fc5927695a595b0268a0ccf) Update hcloud server types
14+
515
## [6.2.6] - 2026-02-05
616

717
### Miscellaneous Tasks

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.2.6"
44+
# source = "github.com/identiops/terraform-hcloud-k3s?ref=6.2.7"
4545
source = "identiops/k3s/hcloud"
46-
version = "6.2.6"
46+
version = "6.2.7"
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.2.6"
44+
# source = "github.com/identiops/terraform-hcloud-k3s?ref=6.2.7"
4545
source = "identiops/k3s/hcloud"
46-
version = "6.2.6"
46+
version = "6.2.7"
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)