Skip to content

Commit

Permalink
Update Release Notes May 2024 (k3s-io#282)
Browse files Browse the repository at this point in the history
* update release-notes/k3s-*.md

Signed-off-by: GitHub <[email protected]>

* Add 1.30 release notes

Signed-off-by: Derek Nola <[email protected]>

* codespell

Signed-off-by: Derek Nola <[email protected]>

---------

Signed-off-by: GitHub <[email protected]>
Signed-off-by: Derek Nola <[email protected]>
Co-authored-by: dereknola <[email protected]>
Co-authored-by: Derek Nola <[email protected]>
  • Loading branch information
3 people authored May 17, 2024
1 parent e8a5599 commit 662e231
Show file tree
Hide file tree
Showing 10 changed files with 547 additions and 201 deletions.
2 changes: 1 addition & 1 deletion .codespellrc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[codespell]
skip = .git,./src,./node_modules,*.js,*.json,./build,./.github,yarn.lock,./scripts
check-filenames = true
ignore-words-list = aks,ec2,eks,gce,gcp,ro,shouldnot,pullrequest,readd
ignore-words-list = aks,ec2,eks,gce,gcp,ro,shouldnot,pullrequest,readd,reenable
2 changes: 1 addition & 1 deletion .github/workflows/release-notes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on:
workflow_dispatch

env:
MINORS: "v1.26 v1.27 v1.28 v1.29"
MINORS: "v1.27 v1.28 v1.29 v1.30"
permissions:
contents: write
pull-requests: write
Expand Down
2 changes: 1 addition & 1 deletion docs/release-notes/v1.24.X.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
hide_table_of_contents: true
sidebar_position: 6
sidebar_position: 7
---

# v1.24.X
Expand Down
2 changes: 1 addition & 1 deletion docs/release-notes/v1.25.X.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
hide_table_of_contents: true
sidebar_position: 5
sidebar_position: 6
---

# v1.25.X
Expand Down
174 changes: 105 additions & 69 deletions docs/release-notes/v1.26.X.md

Large diffs are not rendered by default.

187 changes: 133 additions & 54 deletions docs/release-notes/v1.27.X.md

Large diffs are not rendered by default.

168 changes: 124 additions & 44 deletions docs/release-notes/v1.28.X.md

Large diffs are not rendered by default.

173 changes: 144 additions & 29 deletions docs/release-notes/v1.29.X.md

Large diffs are not rendered by default.

36 changes: 36 additions & 0 deletions docs/release-notes/v1.30.X.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
---
hide_table_of_contents: true
sidebar_position: 1
---

# v1.30.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.30.md#urgent-upgrade-notes).
:::

| Version | Release date | Kubernetes | Kine | SQLite | Etcd | Containerd | Runc | Flannel | Metrics-server | Traefik | CoreDNS | Helm-controller | Local-path-provisioner |
| ----- | ----- | ----- | ----- | ----- | ----- | ----- | ----- | ----- | ----- | ----- | ----- | ----- | ----- |
| [v1.30.0+k3s1](v1.30.X.md#release-v1300k3s1) | May 10 2024| [v1.30.0](https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG/CHANGELOG-1.30.md#v1300) | [v0.11.8](https://github.com/k3s-io/kine/releases/tag/v0.11.7) | [3.44.0](https://sqlite.org/releaselog/3_44_0.html) | [v3.5.9-k3s1](https://github.com/k3s-io/etcd/releases/tag/v3.5.9-k3s1) | [v1.7.15-k3s1](https://github.com/k3s-io/containerd/releases/tag/v1.7.15-k3s1) | [v1.1.12](https://github.com/opencontainers/runc/releases/tag/v1.1.12) | [v0.24.2](https://github.com/flannel-io/flannel/releases/tag/v0.24.2) | [v0.7.0](https://github.com/kubernetes-sigs/metrics-server/releases/tag/v0.7.0) | [v2.10.7](https://github.com/traefik/traefik/releases/tag/v2.10.7) | [v1.10.1](https://github.com/coredns/coredns/releases/tag/v1.10.1) | [v0.16.1](https://github.com/k3s-io/helm-controller/releases/tag/v0.15.9) | [v0.0.26](https://github.com/rancher/local-path-provisioner/releases/tag/v0.0.26) |

<br />

## Release [v1.30.0+k3s1](https://github.com/k3s-io/k3s/releases/tag/v1.30.0+k3s1)
<!-- v1.30.0+k3s1 -->


This release is K3S's first in the v1.30 line. This release updates Kubernetes to v1.30.0.

For more details on what's new, see the [Kubernetes release notes](https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG/CHANGELOG-1.30.md#changelog-since-v1290).

### Changes since v1.29.4+k3s1:

* Kubernetes V1.30.0-k3s1 [(#10063)](https://github.com/k3s-io/k3s/pull/10063)
* Update stable channel to v1.29.4+k3s1 [(#10031)](https://github.com/k3s-io/k3s/pull/10031)
* Add E2E Split Server to Drone, support parallel testing in Drone [(#9940)](https://github.com/k3s-io/k3s/pull/9940)
* Bump E2E opensuse leap to 15.6, fix btrfs test [(#10057)](https://github.com/k3s-io/k3s/pull/10057)
* Remove deprecated `pod-infra-container-image` kubelet flag [(#7409)](https://github.com/k3s-io/k3s/pull/7409)
* Fix e2e tests [(#10061)](https://github.com/k3s-io/k3s/pull/10061)


-----
2 changes: 1 addition & 1 deletion scripts/collect-all-release-notes.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ function gen_md_link()
echo "${release_link}"
}

MINORS=${MINORS:-"v1.26 v1.27 v1.28 v1.29"}
MINORS=${MINORS:-"v1.27 v1.28 v1.29 v1.30"}

for minor in $MINORS; do
product=k3s
Expand Down

0 comments on commit 662e231

Please sign in to comment.