Skip to content

Commit

Permalink
Bump version to 3.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jceb committed Feb 17, 2024
1 parent a1293c0 commit 046088b
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.

## [3.0.2] - 2024-02-17

### Documentation

- Add k9s screenshot

## [3.0.1] - 2024-02-17

### 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=3.0.1"
# source = "github.com/identiops/terraform-hcloud-k3s?ref=3.0.2"
source = "identiops/k3s/hcloud"
version = "3.0.1"
version = "3.0.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=3.0.1"
# source = "github.com/identiops/terraform-hcloud-k3s?ref=3.0.2"
source = "identiops/k3s/hcloud"
version = "3.0.1"
version = "3.0.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 046088b

Please sign in to comment.