Skip to content

Commit

Permalink
chore: Prepare v2.2.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
tibordp committed Mar 14, 2024
1 parent f872d99 commit 039c0e1
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 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.1.0"
version = "2.2.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.1.0"
version = "2.2.0"
cluster = module.cluster
count = 2
Expand Down Expand Up @@ -83,6 +83,7 @@ The module should work on most major RPM and DEB distros. It been tested on thes
- Centos Stream 9 (`centos-stream-9`)
- Rocky Linux 9 (`rocky-9`)
- Fedora 38 (`fedora-38`)
- Fedora 39 (`fedora-39`)

Others may work as well, but have not been tested.

Expand Down Expand Up @@ -140,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.1.0"
version = "2.2.0"
...
Expand Down

0 comments on commit 039c0e1

Please sign in to comment.