From 2b32cd949357f1cdef03de813462824089b8b0bb Mon Sep 17 00:00:00 2001 From: Cody J Landstrom Date: Fri, 6 Sep 2024 16:42:07 -0700 Subject: [PATCH] add 1.24 release notes (#818) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * add 1.24 release notes * add note about developer quickstart guide * start to address PR feedback * Add network.mode configuration option for buildkit service (#819) * feat: Add network.mode configuration option for buildkit service Signed-off-by: Javier Lopez * add explaination on bridge mode * fix details on bridge mode --------- Signed-off-by: Javier Lopez Co-authored-by: Cody Landstrom * add 1.24 release notes * add note about developer quickstart guide * start to address PR feedback * addressing more pr feedback * additional PR feedback * clean up last pr feedback --------- Signed-off-by: Javier Lopez Co-authored-by: Cody Landstrom Co-authored-by: Javier López Barba --- src/content/release-notes.mdx | 37 +++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) diff --git a/src/content/release-notes.mdx b/src/content/release-notes.mdx index ab87798cc..a9754ab49 100644 --- a/src/content/release-notes.mdx +++ b/src/content/release-notes.mdx @@ -5,6 +5,43 @@ sidebar_label: Release notes id: release-notes --- +## 1.24 + +9 September 2024 + +This versions is compatible with Kubernetes versions 1.27 to 1.30 + +### New Features + +- Enable [multi-user token authentication](self-hosted/install/auth/token.mdx) +- Added support for [BuildKit Bridge Mode](self-hosted/helm-configuration.mdx#buildkit) to avoid port collisions on parallel builds + +### Improvements + +- Added new [Developer Quickstart Guide to the documentation](get-started/dev-quickstart.mdx) +- Upgraded [ingress-nginx to v1.11.2](https://github.com/kubernetes/ingress-nginx/releases/tag/controller-v1.11.2) adding support for [gRPC timeout settings via annotations](https://github.com/kubernetes/ingress-nginx/pull/11258). This update may introduce a breaking change related to an [uncommon edge case](https://github.com/kubernetes/ingress-nginx/issues/11866) +- Updated the "Want to know more" links in an empty namespace +- Added [tolerations for EventsExporter StatefulSet](self-hosted/helm-configuration.mdx#insights) +- Updated pipeline-runner image to v1.0.5 to update cue to 0.9.2 +- [Okteto CLI 2.31.0 Upgrade Notice](https://github.com/okteto/okteto/releases/tag/2.31.0): To upgrade to new ECDSA keys, all active development containers will be recreated on the first okteto up after upgrading to 2.31.0 +- [Okteto CLI 2.31.0](https://github.com/okteto/okteto/releases/tag/2.31.0): Replaced RSA with ECDSA for SSH keys. This allows the use of debuggers on Visual Studio with Development Containers +- [Okteto CLI 2.31.0](https://github.com/okteto/okteto/releases/tag/2.31.0): Prevent Syncthing from restarting and activating [relay](https://docs.syncthing.net/users/relaying.html) if the Synching configuration is lost + +### Bug Fixes + +- Trimmed .git suffix when extracting repository data +- Fixed Development Environment UI collapse when a nested item is deleted +- Added OKTETO_TOKEN as a [reserved variable name](core/credentials/environment-variables.mdx) in the UI +- Fixed git url parsing for URLs with a trailing slash +- Fixed an overflow issue with long variable values +- Private endpoint cookies now delete upon logout +- Fixed duplicated endpoints in the UI if they're shared by more than one resource +- Fixed GitHub integration configuration issue in Settings view + +### Removal Notice + +- Support for Kubernetes [1.26](https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG/CHANGELOG-1.26.md) has been removed in this release. + ## 1.23.2 16 August 2024