Skip to content

Commit

Permalink
chore: update releases
Browse files Browse the repository at this point in the history
Signed-off-by: Renovate Bot <[email protected]>
  • Loading branch information
renovate[bot] authored Oct 13, 2022
1 parent 55f0ea6 commit 9d9b405
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions aws/autoscaling-workers/autoscaling-workers.env
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ export AWS_SUBNET=subnet-xxyyzz
# renovate: datasource=github-releases depName=projectcalico/calico
export CALICO_VERSION=v3.24.1
# renovate: datasource=github-releases extractVersion=^v(?<version>.*)$ depName=kubernetes/kubernetes
export KUBERNETES_VERSION=1.21.0
export KUBERNETES_VERSION=1.25.3
# 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 aws/multi-az/multi-az.env
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ export AWS_VPC_ID=vpc-xxyyyzz
# renovate: datasource=github-releases depName=projectcalico/calico
export CALICO_VERSION=v3.24.1
# renovate: datasource=github-releases extractVersion=^v(?<version>.*)$ depName=kubernetes/kubernetes
export KUBERNETES_VERSION=1.21.0
export KUBERNETES_VERSION=1.25.3
# 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
4 changes: 2 additions & 2 deletions aws/standard/standard.env
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ export AWS_SUBNET_AZ=${AWS_SSH_KEY_NAME}a
# renovate: datasource=github-releases depName=projectcalico/calico
export CALICO_VERSION=v3.24.1
# renovate: datasource=github-releases extractVersion=^v(?<version>.*)$ depName=kubernetes/kubernetes
export KUBERNETES_VERSION=1.21.0
export KUBERNETES_VERSION=1.25.3
# 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.25.3
# 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 9d9b405

Please sign in to comment.