Skip to content

Commit

Permalink
Bump version to 2.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jceb committed Jan 29, 2024
1 parent bbe2c26 commit 526b1b5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 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.3.3] - 2024-01-29

### Bug Fixes

- Pass only the read only token to the gateway script

## [2.3.2] - 2024-01-28

### Documentation
Expand Down
4 changes: 2 additions & 2 deletions examples/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@ terraform {
###########################

module "cluster" {
# source = "github.com/identiops/terraform-hcloud-k3s?ref=2.3.2"
# source = "github.com/identiops/terraform-hcloud-k3s?ref=2.3.3"
source = "identiops/k3s/hcloud"
version = "2.3.2"
version = "2.3.3"
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 526b1b5

Please sign in to comment.