From 08d13e72151c86e9d893af8242a13fd668710dbb Mon Sep 17 00:00:00 2001 From: Dalton Hubble Date: Thu, 20 Oct 2022 08:30:30 -0700 Subject: [PATCH] Improve release notes slightly with links --- CHANGES.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index b3bc89ac..51e25d99 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -5,8 +5,8 @@ Notable changes between versions. ## Latest * Kubernetes [v1.25.3](https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG/CHANGELOG-1.25.md#v1253) -* Switch Kubernetes registry from `k8s.gcr.io` to `registry.k8s.io` for addons -* Update Cilium from v1.12.2 to [v1.12.3](https://github.com/cilium/cilium/releases/tag/v1.12.3) +* Switch Kubernetes registry from `k8s.gcr.io` to `registry.k8s.io` for addons ([#1246](https://github.com/poseidon/typhoon/pull/1246)) +* Update Cilium from v1.12.2 to [v1.12.3](https://github.com/cilium/cilium/releases/tag/v1.12.3) ([#1253](https://github.com/poseidon/typhoon/pull/1253)) ### Azure @@ -22,6 +22,11 @@ Notable changes between versions. * Switch from Azure Hypervisor gen1 to gen2 (**action required**) ([#1248](https://github.com/poseidon/typhoon/pull/1248)) * Run `az vm image terms accept --publish kinvolk --offer flatcar-container-linux-free --plan stable-gen2` +### Docs + +* Remove old docs note about not supporting ARM64 with Calico + * Typhoon supports ARM64 with `cilium`, `calico`, and `flannel` + ### Addons * Update Prometheus from v2.38.0 to [v2.39.1](https://github.com/prometheus/prometheus/releases/tag/v2.39.1)