Skip to content

Commit 6b764f4

Browse files
committed
Release version 6.2.1
1 parent 9d9316d commit 6b764f4

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

CHANGELOG.md

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

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

5+
## [6.2.1] - 2025-06-27
6+
7+
### Documentation
8+
9+
- [9d9316d](https://github.com/identiops/terraform-hcloud-k3s/commit/9d9316dfacdb21663afc6adb5ff9a091e86ca2af) Update toc
10+
511
## [6.2.0] - 2025-06-27
612

713
### Added Features

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