Skip to content

Commit

Permalink
fix: prepare release 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Vincent Dupain committed Nov 7, 2024
1 parent cf857b1 commit 713ba67
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion examples/0-demo-cluster/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ No providers.

| Name | Source | Version |
|------|--------|---------|
| <a name="module_talos-k8s-cluster"></a> [talos-k8s-cluster](#module\_talos-k8s-cluster) | vdupain/talos-k8s-cluster/proxmox | 1.0.0-rc8 |
| <a name="module_talos-k8s-cluster"></a> [talos-k8s-cluster](#module\_talos-k8s-cluster) | vdupain/talos-k8s-cluster/proxmox | 1.0.0 |

## Resources

Expand Down
2 changes: 1 addition & 1 deletion examples/0-demo-cluster/main.tf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module "talos-k8s-cluster" {
source = "vdupain/talos-k8s-cluster/proxmox"
version = "1.0.0-rc8"
version = "1.0.0"

cluster = {
name = "demo-cluster"
Expand Down
2 changes: 1 addition & 1 deletion examples/1-gpu-cluster/main.tf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module "talos-k8s-cluster" {
# source = "vdupain/talos-k8s-cluster/proxmox"
# version = "1.0.0-rc8"
# version = "1.0.0"
source = "../.."

cluster = {
Expand Down
2 changes: 1 addition & 1 deletion examples/2-bare-cluster/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ No providers.

| Name | Source | Version |
|------|--------|---------|
| <a name="module_talos-k8s-cluster"></a> [talos-k8s-cluster](#module\_talos-k8s-cluster) | vdupain/talos-k8s-cluster/proxmox | 1.0.0-rc8 |
| <a name="module_talos-k8s-cluster"></a> [talos-k8s-cluster](#module\_talos-k8s-cluster) | vdupain/talos-k8s-cluster/proxmox | 1.0.0 |

## Resources

Expand Down
2 changes: 1 addition & 1 deletion examples/2-bare-cluster/main.tf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module "talos-k8s-cluster" {
source = "vdupain/talos-k8s-cluster/proxmox"
version = "1.0.0-rc8"
version = "1.0.0"

cluster = {
name = "bare-cluster"
Expand Down
2 changes: 1 addition & 1 deletion examples/3-mini-cluster/main.tf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module "talos-k8s-cluster" {
source = "vdupain/talos-k8s-cluster/proxmox"
version = "1.0.0-rc8"
version = "1.0.0"

cluster = {
name = "mini-cluster"
Expand Down
2 changes: 1 addition & 1 deletion examples/4-dhcp-cluster/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ No providers.

| Name | Source | Version |
|------|--------|---------|
| <a name="module_talos-k8s-cluster"></a> [talos-k8s-cluster](#module\_talos-k8s-cluster) | vdupain/talos-k8s-cluster/proxmox | 1.0.0-rc8 |
| <a name="module_talos-k8s-cluster"></a> [talos-k8s-cluster](#module\_talos-k8s-cluster) | vdupain/talos-k8s-cluster/proxmox | 1.0.0 |

## Resources

Expand Down
2 changes: 1 addition & 1 deletion examples/4-dhcp-cluster/main.tf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module "talos-k8s-cluster" {
source = "vdupain/talos-k8s-cluster/proxmox"
version = "1.0.0-rc8"
version = "1.0.0"

cluster = {
name = "dhcp-cluster"
Expand Down
2 changes: 1 addition & 1 deletion examples/5-vars-from-envrc/main.tf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module "talos-k8s-cluster" {
#source = "vdupain/talos-k8s-cluster/proxmox"
#version = "1.0.0-rc8"
#version = "1.0.0"
source = "../.."

cluster = {
Expand Down

0 comments on commit 713ba67

Please sign in to comment.