Skip to content

Commit 13b7b7c

Browse files
committed
chore: Bump version to v2.7.0
1 parent 362cacd commit 13b7b7c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Create a simple Kubernetes cluster:
3232
```hcl
3333
module "cluster" {
3434
source = "tibordp/dualstack-k8s/hcloud"
35-
version = "2.6.1"
35+
version = "2.7.0"
3636
3737
name = "k8s"
3838
hcloud_ssh_key = hcloud_ssh_key.key.id
@@ -42,7 +42,7 @@ module "cluster" {
4242
4343
module "worker_nodes" {
4444
source = "tibordp/dualstack-k8s/hcloud//modules/worker-node"
45-
version = "2.6.1"
45+
version = "2.7.0"
4646
4747
cluster = module.cluster
4848
count = 2
@@ -138,7 +138,7 @@ First control plane node is special in that it is used by the provisioning proce
138138
```hcl
139139
module "k8s" {
140140
source = "tibordp/dualstack-k8s/hcloud"
141-
version = "2.6.1"
141+
version = "2.7.0"
142142
143143
...
144144

0 commit comments

Comments
 (0)