Skip to content

Commit

Permalink
chore: bump CAPI to 1.0.4
Browse files Browse the repository at this point in the history
This release contains cert-manager download fix.

Signed-off-by: Andrey Smirnov <andrey.smirnov@talos-systems.com>
(cherry picked from commit e47387e)
  • Loading branch information
smira committed Feb 11, 2022
1 parent bdcbf9b commit 8023d99
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ TALOSCTL_DEFAULT_TARGET := talosctl-$(OPERATING_SYSTEM)
INTEGRATION_TEST_DEFAULT_TARGET := integration-test-$(OPERATING_SYSTEM)
INTEGRATION_TEST_PROVISION_DEFAULT_TARGET := integration-test-provision-$(OPERATING_SYSTEM)
KUBECTL_URL ?= https://storage.googleapis.com/kubernetes-release/release/v1.23.1/bin/$(OPERATING_SYSTEM)/amd64/kubectl
CLUSTERCTL_VERSION ?= 0.4.3
CLUSTERCTL_VERSION ?= 0.4.7
CLUSTERCTL_URL ?= https://github.com/kubernetes-sigs/cluster-api/releases/download/v$(CLUSTERCTL_VERSION)/clusterctl-$(OPERATING_SYSTEM)-amd64
TESTPKGS ?= github.com/talos-systems/talos/...
RELEASES ?= v0.13.4 v0.14.0-alpha.2
Expand Down
2 changes: 1 addition & 1 deletion hack/test/e2e-capi.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set -eou pipefail

source ./hack/test/e2e.sh

export CAPI_VERSION="${CAPI_VERSION:-0.4.4}"
export CAPI_VERSION="${CAPI_VERSION:-0.4.7}"
export CABPT_VERSION="${CABPT_VERSION:-0.4.2}"
export CACPPT_VERSION="${CACPPT_VERSION:-0.3.1}"
export CAPA_VERSION="${CAPA_VERSION:-0.7.2}"
Expand Down

0 comments on commit 8023d99

Please sign in to comment.