-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
--------- Co-authored-by: Niamh Hennigan <[email protected]>
- Loading branch information
Showing
6 changed files
with
104 additions
and
53 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,7 +22,6 @@ proxy | |
troubleshooting | ||
architecture | ||
Community <community> | ||
roadmap | ||
``` | ||
|
||
## Other documentation types | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,39 +1,24 @@ | ||
# Release notes | ||
|
||
## Rolling preview release | ||
This is an index page for all the available releases of {{product}}. Each entry | ||
will take you to version specific information including new features, bug fixes | ||
and backwards-incompatible changes. | ||
|
||
In advance of a GA release of {{product}}, you can still install and | ||
try out the newest distribution of Kubernetes. | ||
## Releases | ||
|
||
You need two commands to get a single node cluster, one for installation and | ||
another for cluster bootstrap. You can try it out now on your console by | ||
installing the k8s snap from the beta channel: | ||
|
||
```{toctree} | ||
:titlesonly: | ||
:maxdepth: 2 | ||
/src/snap/reference/versions/1.31 | ||
``` | ||
sudo snap install k8s --channel=1.30-classic/beta --classic | ||
sudo k8s bootstrap | ||
``` | ||
|
||
Currently {{product}} is working towards general availability, but you | ||
can install it now to try: | ||
|
||
- **Clustering** - need high availability or just an army of worker nodes? | ||
{{product}} is eminently scalable, see the [tutorial on adding | ||
more nodes][nodes]. | ||
- **Networking** - Our built-in network component allows cluster administrators | ||
to automatically scale and secure network policies across the cluster. Find | ||
out more in our [how-to guides][networking]. | ||
- **Observability** - {{product}} ships with [COS Lite], so you never | ||
need to wonder what your cluster is actually doing. See the [observability | ||
documentation] for more details. | ||
|
||
Follow along with the [tutorial] to get started! | ||
## Release policy and schedule | ||
|
||
Our release cadence and support window for all Kubernetes-related products are | ||
available on the main Ubuntu website, on the [release cycle page][]. | ||
|
||
<!-- LINKS --> | ||
|
||
[tutorial]: ../tutorial/getting-started | ||
[nodes]: ../tutorial/add-remove-nodes | ||
[COS Lite]: https://charmhub.io/cos-lite | ||
[networking]: ../howto/networking/index | ||
[observability documentation]: ../../charm/howto/cos-lite | ||
[release cycle page]: https://ubuntu.com/about/release-cycle#canonical-kubernetes-release-cycle |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,91 @@ | ||
# 1.31 | ||
|
||
**{{product}} 1.31 - Release notes - XX November 2024** | ||
|
||
Welcome to the initial release of {{product}}! | ||
These release notes cover the highlights of this release. | ||
|
||
## Requirements and compatibility | ||
|
||
{{product}} can be installed on a variety of operating systems using several | ||
methods. For specific requirements, see the [Installation guides]. | ||
|
||
## What’s new | ||
|
||
- **Clustering** - need high availability or just an army of worker nodes? | ||
{{product}} is eminently scalable, see the [tutorial on adding | ||
more nodes][nodes]. | ||
- **Networking** - Our built-in network component allows cluster administrators | ||
to automatically scale and secure network policies across the cluster. Find | ||
out more in our [how-to guides][networking]. | ||
- **Observability** - {{product}} ships with [COS Lite], so you never | ||
need to wonder what your cluster is actually doing. See the [observability | ||
documentation] for more details. | ||
- **\[Kubernetes\] AppArmor** - AppArmor support is now stable in Kubernetes | ||
1.31. Protect your containers using AppArmor by setting the | ||
`appArmorProfile.type` field in the container's `securityContext`. See the | ||
upstream docs [AppArmor tutorial][]. | ||
|
||
## Also in this release | ||
|
||
- Make use of AWS native storage ([see guide][]). | ||
- Customise cluster bootstrap arguments ([see bootstrap configuration][]). | ||
|
||
## Deprecated features | ||
|
||
- **\[Kubernetes\] SHA-1 signature support** - See the | ||
[upstream note][SHA-1] regarding SHA-1 signatures. | ||
|
||
## Fixed bugs and issues | ||
|
||
- [k8sd false positive error message](https://github.com/canonical/k8s-snap/issues/777) | ||
|
||
## Known issues | ||
|
||
- [] | ||
|
||
## Contributors | ||
|
||
Many thanks to [@neoaggelos], [@bschimke95], [@evilnick], | ||
[@eaudetcobello], [@louiseschmidtgen], [@mateoflorido], [@berkayoz], | ||
[@addyess], [@HomayoonAlimohammadi], [@ktsakalozos], [@kwmonroe], [@maci3jka], | ||
[@petrutlucian94], [@nhennigan], [@claudiubelu], [@aznashwan], [@YanisaHS], | ||
[@hemanthnakkina], [@dulmandakh], [@perk]. | ||
|
||
<!-- LINKS --> | ||
|
||
[Installation guides]: ../../howto/install/index | ||
[tutorial]: ../../tutorial/getting-started | ||
[nodes]: ../../tutorial/add-remove-nodes | ||
[COS Lite]: https://charmhub.io/cos-lite | ||
[networking]: ../../howto/networking/index | ||
[observability documentation]: ../../../charm/howto/cos-lite | ||
[release cycle page]: https://ubuntu.com/about/release-cycle#canonical-kubernetes-release-cycle | ||
[AppArmor tutorial]: https://kubernetes.io/docs/tutorials/security/apparmor/ | ||
[SHA-1]: https://kubernetes.io/blog/2024/08/13/kubernetes-v1-31-release/#a-note-about-sha-1-signature-support | ||
[see guide]: ../../howto/storage/cloud/ | ||
[see bootstrap configuration]:../bootstrap-config-reference.md | ||
|
||
<!-- CONTRIBUTORS --> | ||
[@perk]: https://github.com/perk | ||
[@neoaggelos]: https://github.com/neoaggelos | ||
[@bschimke95]: https://github.com/bschimke95 | ||
[@evilnick]: https://github.com/evilnick | ||
[@eaudetcobello]: https://github.com/eaudetcobello | ||
[@louiseschmidtgen]: https://github.com/louiseschmidtgen | ||
[@mateoflorido]: https://github.com/mateoflorido | ||
[@berkayoz]: https://github.com/berkayoz | ||
[@addyess]: https://github.com/addyess | ||
[@HomayoonAlimohammadi]: https://github.com/HomayoonAlimohammadi | ||
[@ktsakalozos]: https://github.com/ktsakalozos | ||
[@kwmonroe]: https://github.com/kwmonroe | ||
[@maci3jka]: https://github.com/maci3jka | ||
[@petrutlucian94]: https://github.com/petrutlucian94 | ||
[@nhennigan]: https://github.com/nhennigan | ||
[@claudiubelu]: https://github.com/claudiubelu | ||
[@aznashwan]: https://github.com/aznashwan | ||
[@YanisaHS]: https://github.com/YanisaHS | ||
[@hemanthnakkina]: https://github.com/hemanthnakkina | ||
[@dulmandakh]: https://github.com/dulmandakh | ||
|
||
|