Skip to content

Commit 9c04d79

Browse files
chore: update dependency siderolabs/talos to v1
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 57fcce4 commit 9c04d79

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

aws/autoscaling-workers/autoscaling-workers.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ export CALICO_VERSION=v3.24.1
99
# renovate: datasource=github-releases extractVersion=^v(?<version>.*)$ depName=kubernetes/kubernetes
1010
export KUBERNETES_VERSION=1.21.0
1111
# renovate: datasource=github-releases extractVersion=^(?<version>v\d+\.\d+)\.\d+$ depName=siderolabs/talos
12-
export TALOS_VERSION=v0.10
12+
export TALOS_VERSION=v1.7
1313

1414
## Control plane vars
1515
export CONTROL_PLANE_MACHINE_COUNT=3

aws/multi-az/multi-az.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ export CALICO_VERSION=v3.24.1
1717
# renovate: datasource=github-releases extractVersion=^v(?<version>.*)$ depName=kubernetes/kubernetes
1818
export KUBERNETES_VERSION=1.21.0
1919
# renovate: datasource=github-releases extractVersion=^(?<version>v\d+\.\d+)\.\d+$ depName=siderolabs/talos
20-
export TALOS_VERSION=v0.10
20+
export TALOS_VERSION=v1.7
2121

2222
## Control plane vars
2323
export AWS_CONTROL_PLANE_LB_URL=xxyyzz.elb.us-east-1.amazonaws.com

aws/standard/standard.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ export CALICO_VERSION=v3.24.1
1010
# renovate: datasource=github-releases extractVersion=^v(?<version>.*)$ depName=kubernetes/kubernetes
1111
export KUBERNETES_VERSION=1.21.0
1212
# renovate: datasource=github-releases extractVersion=^(?<version>v\d+\.\d+)\.\d+$ depName=siderolabs/talos
13-
export TALOS_VERSION=v0.10
13+
export TALOS_VERSION=v1.7
1414

1515
## Control plane vars
1616
export CONTROL_PLANE_MACHINE_COUNT=3

gcp/standard/standard.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ export GCP_NETWORK=default
66
# renovate: datasource=github-releases extractVersion=^v(?<version>.*)$ depName=kubernetes/kubernetes
77
export KUBERNETES_VERSION=1.20.5
88
# renovate: datasource=github-releases extractVersion=^(?<version>v\d+\.\d+)\.\d+$ depName=siderolabs/talos
9-
export TALOS_VERSION=v0.13
9+
export TALOS_VERSION=v1.7
1010
export GCP_VM_SVC_ACCOUNT=[email protected]
1111

1212
## Control plane vars

0 commit comments

Comments
 (0)