From ed9ebf1b8ae3a458dc6042044249de0280939c04 Mon Sep 17 00:00:00 2001 From: Derek Nola Date: Wed, 27 Dec 2023 12:09:57 -0800 Subject: [PATCH] Add 1.29 minor Signed-off-by: Derek Nola --- docs/release-notes/v1.29.X.md | 50 ++++++++++++++++++++++++++++ scripts/collect-all-release-notes.sh | 2 +- 2 files changed, 51 insertions(+), 1 deletion(-) create mode 100644 docs/release-notes/v1.29.X.md diff --git a/docs/release-notes/v1.29.X.md b/docs/release-notes/v1.29.X.md new file mode 100644 index 000000000..e20e0d861 --- /dev/null +++ b/docs/release-notes/v1.29.X.md @@ -0,0 +1,50 @@ +--- +hide_table_of_contents: true +--- + +# v1.29.X + +:::warning Upgrade Notice +Before upgrading from earlier releases, be sure to read the Kubernetes [Urgent Upgrade Notes](https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG/CHANGELOG-1.29.md#urgent-upgrade-notes). +::: + +| Version | Release date | Kubernetes | Kine | SQLite | Etcd | Containerd | Runc | Flannel | Metrics-server | Traefik | CoreDNS | Helm-controller | Local-path-provisioner | +| ----- | ----- | ----- | ----- | ----- | ----- | ----- | ----- | ----- | ----- | ----- | ----- | ----- | ----- | +| [v1.29.0+k3s1](v1.29.X.md#release-v1290k3s1) | Dec 22 2023| [v1.29.0](https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG/CHANGELOG-1.29.md#v1290) | [v0.11.0](https://github.com/k3s-io/kine/releases/tag/v0.11.0) | [3.42.0](https://sqlite.org/releaselog/3_42_0.html) | [v3.5.9-k3s1](https://github.com/k3s-io/etcd/releases/tag/v3.5.9-k3s1) | [v1.7.11-k3s2](https://github.com/k3s-io/containerd/releases/tag/v1.7.11-k3s2) | [v1.1.10](https://github.com/opencontainers/runc/releases/tag/v1.1.10) | [v0.24.0](https://github.com/flannel-io/flannel/releases/tag/v0.24.0) | [v0.6.3](https://github.com/kubernetes-sigs/metrics-server/releases/tag/v0.6.3) | [v2.10.5](https://github.com/traefik/traefik/releases/tag/v2.10.5) | [v1.10.1](https://github.com/coredns/coredns/releases/tag/v1.10.1) | [v0.15.4](https://github.com/k3s-io/helm-controller/releases/tag/v0.15.4) | [v0.0.24](https://github.com/rancher/local-path-provisioner/releases/tag/v0.0.24) | + +
+ +## Release [v1.29.0+k3s1](https://github.com/k3s-io/k3s/releases/tag/v1.29.0+k3s1) + + +This release is K3S's first in the v1.29 line. This release updates Kubernetes to v1.29.0. + +Before upgrading from earlier releases, be sure to read the Kubernetes [Urgent Upgrade Notes](https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG/CHANGELOG-1.29.md#urgent-upgrade-notes). + +:::warning Important +This release removes the expiremental `rotate-keys` subcommand due to changes in Kubernetes upstream for [KMSv2](https://github.com/kubernetes/kubernetes/issues/117728), the subcommand should be added back in future releases. +::: + +:::warning Important +This release also removes the `multi-cluster-cidr` flag, since the support for this alpha feature has been removed completely from [Kubernetes upstream](https://groups.google.com/g/kubernetes-sig-network/c/nts1xEZ--gQ/m/2aTOUNFFAAAJ), this flag should be removed from the configuration before upgrade. +::: + + +### Changes since v1.28.4+k3s2: + +* Fix overlapping address range [(#8913)](https://github.com/k3s-io/k3s/pull/8913) +* Modify CONTRIBUTING.md guide [(#8954)](https://github.com/k3s-io/k3s/pull/8954) +* Nov 2023 stable channel update [(#9022)](https://github.com/k3s-io/k3s/pull/9022) +* Default runtime and runtime classes for wasm/nvidia/crun [(#8936)](https://github.com/k3s-io/k3s/pull/8936) + * Added runtime classes for wasm/nvidia/crun + * Added default runtime flag for containerd +* Bump containerd/runc to v1.7.10-k3s1/v1.1.10 [(#8962)](https://github.com/k3s-io/k3s/pull/8962) +* Allow setting default-runtime on servers [(#9027)](https://github.com/k3s-io/k3s/pull/9027) +* Bump containerd to v1.7.11 [(#9040)](https://github.com/k3s-io/k3s/pull/9040) +* Remove GA feature-gates [(#8970)](https://github.com/k3s-io/k3s/pull/8970) +* Only publish to code_cov on merged E2E builds [(#9051)](https://github.com/k3s-io/k3s/pull/9051) +* Update Kubernetes to v1.29.0+k3s1 [(#9052)](https://github.com/k3s-io/k3s/pull/9052) +* Update flannel to v0.24.0 and remove multiclustercidr flag [(#9075)](https://github.com/k3s-io/k3s/pull/9075) +* Remove rotate-keys subcommand [(#9079)](https://github.com/k3s-io/k3s/pull/9079) + +----- diff --git a/scripts/collect-all-release-notes.sh b/scripts/collect-all-release-notes.sh index 24539dd57..647304d38 100755 --- a/scripts/collect-all-release-notes.sh +++ b/scripts/collect-all-release-notes.sh @@ -5,7 +5,7 @@ function gen_md_link() echo "${release_link}" } -MINORS=${MINORS:-"v1.25 v1.26 v1.27 v1.28"} +MINORS=${MINORS:-"v1.26 v1.27 v1.28 v1.29"} for minor in $MINORS; do product=k3s