Skip to content

Commit

Permalink
chore: Prepare v2.1.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
tibordp committed Oct 28, 2023
1 parent 6d0044a commit 5013e94
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ jobs:
name: 'Terraform'
runs-on: ubuntu-latest

concurrency:
group: e2e-test # Ensure only one e2e test runs at a time

defaults:
run:
shell: bash
Expand Down
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.0.0"
version = "2.1.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.0.0"
version = "2.1.0"
cluster = module.cluster
count = 2
Expand Down Expand Up @@ -140,7 +140,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.0.0"
version = "2.1.0"
...
Expand Down

0 comments on commit 5013e94

Please sign in to comment.