Skip to content

Commit

Permalink
add 1.24 release notes (#818)
Browse files Browse the repository at this point in the history
* 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 <[email protected]>

* add explaination on bridge mode

* fix details on bridge mode

---------

Signed-off-by: Javier Lopez <[email protected]>
Co-authored-by: Cody Landstrom <[email protected]>

* 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 <[email protected]>
Co-authored-by: Cody Landstrom <[email protected]>
Co-authored-by: Javier López Barba <[email protected]>
  • Loading branch information
3 people committed Sep 6, 2024
1 parent aa386c5 commit 2b32cd9
Showing 1 changed file with 37 additions and 0 deletions.
37 changes: 37 additions & 0 deletions src/content/release-notes.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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) <!-- 8481 -->
- 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) <!-- to add link on version upgrade -->
- 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) <!-- 8460 -->
- Updated the "Want to know more" links in an empty namespace <!-- 8415 -->
- Added [tolerations for EventsExporter StatefulSet](self-hosted/helm-configuration.mdx#insights) <!-- 8446 -->
- Updated pipeline-runner image to v1.0.5 to update cue to 0.9.2 <!-- 8482 -->
- [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 <!-- 8423 -->
- Fixed Development Environment UI collapse when a nested item is deleted <!-- 8340 -->
- Added OKTETO_TOKEN as a [reserved variable name](core/credentials/environment-variables.mdx) in the UI <!-- 8427 -->
- Fixed git url parsing for URLs with a trailing slash <!-- 8447 -->
- Fixed an overflow issue with long variable values <!-- 8455 -->
- Private endpoint cookies now delete upon logout <!-- 8451 -->
- Fixed duplicated endpoints in the UI if they're shared by more than one resource <!-- 8459 -->
- Fixed GitHub integration configuration issue in Settings view <!-- 8462 -->

### 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
Expand Down

0 comments on commit 2b32cd9

Please sign in to comment.