-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 1.32 release docs for snap
- Loading branch information
Showing
6 changed files
with
124 additions
and
12 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 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,6 +1,6 @@ | ||
product: 'Canonical Kubernetes' | ||
version: '1.31' | ||
channel: '1.31/candidate' | ||
version: '1.32' | ||
channel: '1.32/stable' | ||
multi_line_example: |- | ||
*Multi-line* text | ||
that uses basic **markup**. |
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 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 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 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,111 @@ | ||
# 1.32 | ||
|
||
**{{product}} 1.32 - Release notes - 12 December 2024** | ||
|
||
Welcome to the latest 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 | ||
|
||
- **Kubernetes 1.32** - read more about the upstream release [here]. | ||
|
||
- **User provided certificate validation** - Now {{product}} can validate user | ||
provided certificates allowing greater control over the cluster. | ||
|
||
- **Additional CNIs** - By adding the annotation `cni.exclusive`, users can now | ||
configure their {{product}} cluster to add additional CNIs such as Multus | ||
providing greater networking possibilities. | ||
|
||
- **Configurable containerd installation** - This new feature allows the user to | ||
specify the installation path of containerd at bootstrap and node join with | ||
`--containerd-base-dir`. This means configurations files will not conflict with | ||
other containerd installations already on the host (for example from docker). | ||
|
||
## Also in this release | ||
|
||
- Update to CNI v1.6.0 | ||
- Update go v1.23 | ||
- Update How to use COS Lite tutorial to use k8s-operator charm | ||
- Update Dqlite to v1.17.1 LTS, go-dqlite to v2 and k8s-dqlite to v1.3.0 | ||
- Update Microcluster to v2.1.0 | ||
- Update lxd to v0.0.0-20241106165613-4aab50ec18c3 | ||
- Implement Vale spellcheck for documentation | ||
- Use rock for metallb FRR instead of upstream | ||
- Add review Kubernetes authentication token RPC | ||
- Make updating documentation easier by implementing literalinclude | ||
- Checks k8s-related port availability in PreInitChecks | ||
- Add download links for long files | ||
- Add patches for Kubernetes 1.32 | ||
- Minor SBOM improvements | ||
- Add proxy setting from /etc/environment to inspection report | ||
- Added test level tags | ||
|
||
## Deprecations and API changes | ||
|
||
- Upstream - For details of other deprecation notices and API changes for | ||
Kubernetes 1.32, please see the relevant sections of the | ||
[upstream release notes][upstream-changelog-1.32]. | ||
|
||
## Fixed bugs and issues | ||
|
||
- Fixed nightly tests ([#876]) | ||
- Fixed containerd pebble path ([#874]) | ||
- Fixed MicroK8s snap check ([#861]) | ||
- Set default k8s snap track for registry in integration tests ([#852]) | ||
- Fixed cilium ingress, refactor string literals ([#848]) | ||
- Removed hardened runner from CI ([#847]) | ||
- Increase integration test timeouts([#798]) | ||
- Changed BusyBox image registry in our integration tests to avoid rate limit | ||
errors ([#845]) | ||
|
||
## 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 | ||
[here]: https://kubernetes.io/blog/2024/12/11/kubernetes-v1-32-release/ | ||
[upstream-changelog-1.32]: https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG/CHANGELOG-1.32.md#deprecation | ||
|
||
<!-- PR --> | ||
[#876]: https://github.com/canonical/k8s-snap/commit/dd6b5e7075fe5d21df9698cd84eb2a369a446ae8 | ||
[#874]: https://github.com/canonical/k8s-snap/commit/a181d4c0a6be41efc5608c6140bdf3d41c7e4890 | ||
[#861]: https://github.com/canonical/k8s-snap/commit/bb70203feff748282b0ca337a6e9204ed04d2fd7 | ||
[#852]: https://github.com/canonical/k8s-snap/commit/cb4e4b1c78b413aace6656213f81549b9e2cd954 | ||
[#848]: https://github.com/canonical/k8s-snap/commit/b652f3d06c8fb9ffbafccfa6c9bb8ab6c61f5a69 | ||
[#847]: https://github.com/canonical/k8s-snap/commit/457c64021c70483ccb8bc022647269b53fa02b6b | ||
[#798]: https://github.com/canonical/k8s-snap/commit/1167d62d6a9ef41c4e06b350eb94ab19bcfc82ee | ||
[#845]: https://github.com/canonical/k8s-snap/commit/334d79e333dc7b49c021c5b66a6da6012b82236b | ||
|
||
<!-- 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 |