Skip to content

Commit

Permalink
Bump version to 2.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jceb committed Feb 8, 2024
1 parent bb3f068 commit 173dc37
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions examples/1Region_3ControlPlane_3Worker_Nodes/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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`

Expand Down
4 changes: 2 additions & 2 deletions examples/3Regions_3ControlPlane_3Worker_Nodes/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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`

Expand Down

0 comments on commit 173dc37

Please sign in to comment.