From 173dc37ad2f8ae79cf73ada0036de8779aa04b33 Mon Sep 17 00:00:00 2001 From: Jan Christoph Ebersbach Date: Thu, 8 Feb 2024 05:20:35 +0100 Subject: [PATCH] Bump version to 2.5.2 --- CHANGELOG.md | 6 ++++++ examples/1Region_3ControlPlane_3Worker_Nodes/main.tf | 4 ++-- examples/3Regions_3ControlPlane_3Worker_Nodes/main.tf | 4 ++-- 3 files changed, 10 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d8a986a..616c50d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. +## [2.5.2] - 2024-02-08 + +### Bug Fixes + +- Sequentially process examples to mitigate locking issues + ## [2.5.1] - 2024-02-08 ### Documentation diff --git a/examples/1Region_3ControlPlane_3Worker_Nodes/main.tf b/examples/1Region_3ControlPlane_3Worker_Nodes/main.tf index e3e712f..952bea7 100644 --- a/examples/1Region_3ControlPlane_3Worker_Nodes/main.tf +++ b/examples/1Region_3ControlPlane_3Worker_Nodes/main.tf @@ -40,9 +40,9 @@ terraform { ########################### module "cluster" { - # source = "github.com/identiops/terraform-hcloud-k3s?ref=2.5.1" + # source = "github.com/identiops/terraform-hcloud-k3s?ref=2.5.2" source = "identiops/k3s/hcloud" - version = "2.5.1" + version = "2.5.2" hcloud_token = var.hcloud_token # INFO: Set via `export TF_VAR_hcloud_token=xyz` hcloud_token_read_only = var.hcloud_token_read_only # INFO: Set via `export TF_VAR_hcloud_token_read_only=abc` diff --git a/examples/3Regions_3ControlPlane_3Worker_Nodes/main.tf b/examples/3Regions_3ControlPlane_3Worker_Nodes/main.tf index 68ee420..cd332b0 100644 --- a/examples/3Regions_3ControlPlane_3Worker_Nodes/main.tf +++ b/examples/3Regions_3ControlPlane_3Worker_Nodes/main.tf @@ -40,9 +40,9 @@ terraform { ########################### module "cluster" { - # source = "github.com/identiops/terraform-hcloud-k3s?ref=2.5.0" + # source = "github.com/identiops/terraform-hcloud-k3s?ref=2.5.2" source = "identiops/k3s/hcloud" - version = "2.5.0" + version = "2.5.2" hcloud_token = var.hcloud_token # INFO: Set via `export TF_VAR_hcloud_token=xyz` hcloud_token_read_only = var.hcloud_token_read_only # INFO: Set via `export TF_VAR_hcloud_token_read_only=abc`