Skip to content

Commit

Permalink
Bump version to 3.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
jceb committed Mar 18, 2024
1 parent 46bdd5f commit 819985c
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 4 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

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

## [3.0.6] - 2024-03-18

### Documentation

- Add reference to kube-hetzner

### Features

- Make ICMP and kubernetes configurable in firewall

## [3.0.5] - 2024-02-19

### 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.5"
# source = "github.com/identiops/terraform-hcloud-k3s?ref=3.0.6"
source = "identiops/k3s/hcloud"
version = "3.0.5"
version = "3.0.6"
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.5"
# source = "github.com/identiops/terraform-hcloud-k3s?ref=3.0.6"
source = "identiops/k3s/hcloud"
version = "3.0.5"
version = "3.0.6"
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 819985c

Please sign in to comment.