Skip to content

Commit

Permalink
chore: update releases
Browse files Browse the repository at this point in the history
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Apr 17, 2024
1 parent 57fcce4 commit 994f5e3
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
6 changes: 3 additions & 3 deletions aws/autoscaling-workers/autoscaling-workers.env
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ export AWS_SSH_KEY_NAME=talos-ssh
export AWS_VPC_ID=vpc-xxyyyzz
export AWS_SUBNET=subnet-xxyyzz
# renovate: datasource=github-releases depName=projectcalico/calico
export CALICO_VERSION=v3.24.1
export CALICO_VERSION=v3.27.3
# renovate: datasource=github-releases extractVersion=^v(?<version>.*)$ depName=kubernetes/kubernetes
export KUBERNETES_VERSION=1.21.0
export KUBERNETES_VERSION=1.29.4
# renovate: datasource=github-releases extractVersion=^(?<version>v\d+\.\d+)\.\d+$ depName=siderolabs/talos
export TALOS_VERSION=v0.10
export TALOS_VERSION=v0.14

## Control plane vars
export CONTROL_PLANE_MACHINE_COUNT=3
Expand Down
6 changes: 3 additions & 3 deletions aws/multi-az/multi-az.env
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ export AWS_REGION=us-east-1
export AWS_SSH_KEY_NAME=talos-ssh
export AWS_VPC_ID=vpc-xxyyyzz
# renovate: datasource=github-releases depName=projectcalico/calico
export CALICO_VERSION=v3.24.1
export CALICO_VERSION=v3.27.3
# renovate: datasource=github-releases extractVersion=^v(?<version>.*)$ depName=kubernetes/kubernetes
export KUBERNETES_VERSION=1.21.0
export KUBERNETES_VERSION=1.29.4
# renovate: datasource=github-releases extractVersion=^(?<version>v\d+\.\d+)\.\d+$ depName=siderolabs/talos
export TALOS_VERSION=v0.10
export TALOS_VERSION=v0.14

## Control plane vars
export AWS_CONTROL_PLANE_LB_URL=xxyyzz.elb.us-east-1.amazonaws.com
Expand Down
6 changes: 3 additions & 3 deletions aws/standard/standard.env
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ export AWS_VPC_ID=vpc-xxyyyzz
export AWS_SUBNET=subnet-xxyyzz
export AWS_SUBNET_AZ=${AWS_SSH_KEY_NAME}a
# renovate: datasource=github-releases depName=projectcalico/calico
export CALICO_VERSION=v3.24.1
export CALICO_VERSION=v3.27.3
# renovate: datasource=github-releases extractVersion=^v(?<version>.*)$ depName=kubernetes/kubernetes
export KUBERNETES_VERSION=1.21.0
export KUBERNETES_VERSION=1.29.4
# renovate: datasource=github-releases extractVersion=^(?<version>v\d+\.\d+)\.\d+$ depName=siderolabs/talos
export TALOS_VERSION=v0.10
export TALOS_VERSION=v0.14

## Control plane vars
export CONTROL_PLANE_MACHINE_COUNT=3
Expand Down
4 changes: 2 additions & 2 deletions gcp/standard/standard.env
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ export GCP_PROJECT=my-testbed
export GCP_REGION=us-central1
export GCP_NETWORK=default
# renovate: datasource=github-releases extractVersion=^v(?<version>.*)$ depName=kubernetes/kubernetes
export KUBERNETES_VERSION=1.20.5
export KUBERNETES_VERSION=1.29.4
# renovate: datasource=github-releases extractVersion=^(?<version>v\d+\.\d+)\.\d+$ depName=siderolabs/talos
export TALOS_VERSION=v0.13
export TALOS_VERSION=v0.14
export GCP_VM_SVC_ACCOUNT=[email protected]

## Control plane vars
Expand Down

0 comments on commit 994f5e3

Please sign in to comment.