Skip to content

Commit

Permalink
Bump version to 2.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jceb committed Jan 28, 2024
1 parent 4edf739 commit df6df6a
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.1] - 2024-01-28

### Bug Fixes

- Correct null error when retrieving gateway labels

## [2.3.0] - 2024-01-28

### Features
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.0"
# source = "github.com/identiops/terraform-hcloud-k3s?ref=2.3.1"
source = "identiops/k3s/hcloud"
version = "2.3.0"
version = "2.3.1"
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 df6df6a

Please sign in to comment.