Skip to content

Commit 205f4be

Browse files
committed
release(v0.4.0-alpha.0): prepare release
This is the official v0.4.0-alpha.0 release. Signed-off-by: Artem Chernyshev <[email protected]>
1 parent b8db449 commit 205f4be

File tree

2 files changed

+87
-9
lines changed

2 files changed

+87
-9
lines changed

CHANGELOG.md

Lines changed: 72 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,75 @@
1+
## [CAPI Control Plane Provider Talos 0.4.0-alpha.0](https://github.com/talos-systems/cluster-api-control-plane-provider-talos/releases/tag/v0.4.0-alpha.0) (2021-11-10)
2+
3+
Welcome to the v0.4.0-alpha.0 release of CAPI Control Plane Provider Talos!
4+
*This is a pre-release of CAPI Control Plane Provider Talos*
5+
6+
7+
8+
Please try out the release binaries and report any issues at
9+
https://github.com/talos-systems/cluster-api-control-plane-provider-talos/issues.
10+
11+
### CAPI v1beta1
12+
13+
This release of CACPPT brings compatibility with CAPI v1beta1.
14+
15+
16+
### Contributors
17+
18+
* Artem Chernyshev
19+
* Andrey Smirnov
20+
* Spencer Smith
21+
22+
### Changes
23+
<details><summary>3 commits</summary>
24+
<p>
25+
26+
* [`bbe8822`](https://github.com/talos-systems/cluster-api-control-plane-provider-talos/commit/bbe88224359300a829aae84cd842d0be5ab7d372) release(v0.4.0-alpha.0): prepare release
27+
* [`b8db449`](https://github.com/talos-systems/cluster-api-control-plane-provider-talos/commit/b8db4492d55f910e8a7d2a3b69ab08740963683e) fix: properly pick talos client configuration
28+
* [`61fb582`](https://github.com/talos-systems/cluster-api-control-plane-provider-talos/commit/61fb5826391e4434b64619f0590683f7fa7b82b6) feat: support clusterapi v1beta1
29+
</p>
30+
</details>
31+
32+
### Changes from talos-systems/capi-utils
33+
<details><summary>5 commits</summary>
34+
<p>
35+
36+
* [`144451c`](https://github.com/talos-systems/capi-utils/commit/144451cdef39bf6aed0cf1395ff69f9ce0496243) feat: switch to CAPI v1beta1
37+
* [`151aac2`](https://github.com/talos-systems/capi-utils/commit/151aac243655ecf5ac82fde99db1d11795f4c14c) fix: properly define calico version
38+
* [`658f48a`](https://github.com/talos-systems/capi-utils/commit/658f48a2034f991278ba7eeebccb3519dc1ee30a) feat: support getting cluster template files by http urls
39+
* [`e0cadf5`](https://github.com/talos-systems/capi-utils/commit/e0cadf51e3dec7f7af7acfc533233365e01860a1) feat: add method to fetch a k8s client
40+
* [`b018ea2`](https://github.com/talos-systems/capi-utils/commit/b018ea29c13a09ae2fdb2a071c5b7c8bd626bb50) feat: add ability to pass custom `Proxy` implementation in clusterapi
41+
</p>
42+
</details>
43+
44+
### Changes from talos-systems/cluster-api-bootstrap-provider-talos
45+
<details><summary>6 commits</summary>
46+
<p>
47+
48+
* [`2a4115f`](https://github.com/talos-systems/cluster-api-bootstrap-provider-talos/commit/2a4115f1211a20e5058a7b0430c4dc4081acfcfe) release(v0.5.0-alpha.0): prepare release
49+
* [`d124c07`](https://github.com/talos-systems/cluster-api-bootstrap-provider-talos/commit/d124c072c9db8d402b353a73646d2d197bae76a4) docs: update README with usage and compatibility matrix
50+
* [`20792f3`](https://github.com/talos-systems/cluster-api-bootstrap-provider-talos/commit/20792f345b7ff3c8ffa9d65c9ca8dcab1932f49e) feat: generate talosconfig as a secret with proper endpoints
51+
* [`abd206f`](https://github.com/talos-systems/cluster-api-bootstrap-provider-talos/commit/abd206fd8a98f5478f8ffd0f8686e32be3b7defe) feat: update to CAPI v1.0.x contract (v1beta1)
52+
* [`b7faf9e`](https://github.com/talos-systems/cluster-api-bootstrap-provider-talos/commit/b7faf9e730b7c9f50ffa94be194ddcf908708a2c) feat: update Talos machinery to 0.13.0
53+
* [`04742b9`](https://github.com/talos-systems/cluster-api-bootstrap-provider-talos/commit/04742b96bf757413c88d0f15bee91679644f0337) feat: import fixes/updates from kubeadm bootstrap provider
54+
</p>
55+
</details>
56+
57+
### Dependency Changes
58+
59+
* **github.com/onsi/gomega** v1.15.0 -> v1.16.0
60+
* **github.com/talos-systems/capi-utils** b2f8f83d3df6 -> 144451cdef39
61+
* **github.com/talos-systems/cluster-api-bootstrap-provider-talos** v0.4.0-alpha.0 -> v0.5.0-alpha.0
62+
* **google.golang.org/grpc** v1.40.0 -> v1.41.0
63+
* **k8s.io/api** v0.22.1 -> v0.22.2
64+
* **k8s.io/apimachinery** v0.22.1 -> v0.22.2
65+
* **k8s.io/apiserver** v0.22.1 -> v0.22.2
66+
* **k8s.io/client-go** v0.22.1 -> v0.22.2
67+
* **k8s.io/utils** bdf08cb9a70a -> cb0fa318a74b
68+
* **sigs.k8s.io/cluster-api** v0.4.3 -> v1.0.0
69+
* **sigs.k8s.io/controller-runtime** v0.9.7 -> v0.10.2
70+
71+
Previous release can be found at [v0.3.0](https://github.com/talos-systems/cluster-api-control-plane-provider-talos/releases/tag/v0.3.0)
72+
173
## [CAPI Control Plane Provider Talos 0.3.0-alpha.0](https://github.com/talos-systems/cluster-api-control-plane-provider-talos/releases/tag/v0.3.0-alpha.0) (2021-10-01)
274

375
Welcome to the v0.3.0-alpha.0 release of CAPI Control Plane Provider Talos!

hack/test/e2e-aws.sh

Lines changed: 15 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -34,17 +34,18 @@ TALOSCTL_PATH="${TMP}/talosctl"
3434
TALOSCTL="${TALOSCTL_PATH} --talosconfig=${TMP}/talosconfig"
3535
KUSTOMIZE="${TMP}/kustomize"
3636
TEARDOWN_CLUSTER=${TEARDOWN_CLUSTER:-true}
37+
KUBECTL="${TMP}/kubectl"
38+
39+
curl -Lo ${KUBECTL} "https://dl.k8s.io/release/$(curl -L -s https://dl.k8s.io/release/stable.txt)/bin/${PLATFORM}/amd64/kubectl"
40+
chmod +x ${KUBECTL}
3741

3842
cleanup() {
3943
if [ "$1" != "0" ]; then
4044
# gather container logs
4145
if [[ ! -z ${KUBECONFIG} ]]; then
42-
curl -Lo kubectl "https://dl.k8s.io/release/$(curl -L -s https://dl.k8s.io/release/stable.txt)/bin/${PLATFORM}/amd64/kubectl"
43-
chmod +x kubectl
44-
45-
./kubectl delete cluster --all || true
46-
./kubectl logs -n capa-system deployment/capa-controller-manager manager || true
47-
./kubectl logs -n cacppt-system deployment/cacppt-controller-manager || true
46+
${KUBECTL} delete cluster --all || true
47+
${KUBECTL} logs -n capa-system deployment/capa-controller-manager manager || true
48+
${KUBECTL} logs -n cacppt-system deployment/cacppt-controller-manager || true
4849
fi
4950
fi
5051

@@ -101,16 +102,21 @@ function cluster {
101102

102103
chmod +x ${TALOSCTL_PATH}
103104

104-
CREATED_CLUSTER="cacppt-test"
105+
CREATED_CLUSTER="cacppt-test-$(echo $RANDOM | md5sum | head -c 10)"
105106

106107
if [[ ! -f "${TMP}/kubeconfig" ]]; then
108+
echo "creating cluster ${CREATED_CLUSTER}"
107109
TAG="${TALOS_VERSION}" ${TALOSCTL} cluster create \
108110
--name=${CREATED_CLUSTER} \
109111
--kubernetes-version=${K8S_VERSION} \
110112
${REGISTRY_MIRROR_FLAGS} \
111-
--crashdump
113+
--crashdump \
114+
--cidr 172.27.0.0/24 \
115+
--workers=0
116+
117+
${KUBECTL} taint node ${CREATED_CLUSTER}-master-1 node-role.kubernetes.io/master=:NoSchedule-
112118

113-
${TALOSCTL} config nodes 10.5.0.2
119+
${TALOSCTL} config nodes 172.27.0.2
114120
${TALOSCTL} kubeconfig -f ${TMP}/kubeconfig
115121
fi
116122

0 commit comments

Comments
 (0)