Skip to content

Commit

Permalink
chore: Prepare v2.4.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
tibordp committed Nov 29, 2024
1 parent dca4160 commit 4857c28
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Create a simple Kubernetes cluster:
```hcl
module "cluster" {
source = "tibordp/dualstack-k8s/hcloud"
version = "2.3.0"
version = "2.4.0"
name = "k8s"
hcloud_ssh_key = hcloud_ssh_key.key.id
Expand All @@ -42,7 +42,7 @@ module "cluster" {
module "worker_nodes" {
source = "tibordp/dualstack-k8s/hcloud//modules/worker-node"
version = "2.3.0"
version = "2.4.0"
cluster = module.cluster
count = 2
Expand Down Expand Up @@ -141,7 +141,7 @@ First control plane node is special in that it is used by the provisioning proce
```hcl
module "k8s" {
source = "tibordp/dualstack-k8s/hcloud"
version = "2.3.0"
version = "2.4.0"
...
Expand Down

0 comments on commit 4857c28

Please sign in to comment.