Skip to content

Commit

Permalink
Bump version to 2.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jceb committed Feb 7, 2024
1 parent 5625c58 commit 9a2f267
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 2 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,24 @@

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

## [2.5.0] - 2024-02-07

### Documentation

- Correct typos
- Quote ansible variable contents

### Features

- Add support for multi-region deployments
- Support image configuration per node pool
- Make network zone configurable

### Miscellaneous Tasks

- Ignore ansible inventory
- Update version constraints

## [2.4.0] - 2024-02-02

### Bug Fixes
Expand Down
4 changes: 2 additions & 2 deletions examples/2ControlPlane_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.4.0"
# source = "github.com/identiops/terraform-hcloud-k3s?ref=2.5.0"
source = "identiops/k3s/hcloud"
version = "2.4.0"
version = "2.5.0"
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 9a2f267

Please sign in to comment.