Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add 1.24 release notes #818

Merged
merged 11 commits into from
Sep 6, 2024
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
codyjlandstrom marked this conversation as resolved.
Show resolved Hide resolved

### Breaking Changes

- Upgraded [ingress-nginx to v1.11.2](https://github.com/kubernetes/ingress-nginx/releases/tag/controller-v1.11.2) <!-- 8460 -->
codyjlandstrom marked this conversation as resolved.
Show resolved Hide resolved

### New Features
codyjlandstrom marked this conversation as resolved.
Show resolved Hide resolved

- Enable [multi-user token authentication](self-hosted/install/auth/token.mdx) <!-- https://github.com/okteto/app/pull/8481 -->
codyjlandstrom marked this conversation as resolved.
Show resolved Hide resolved
- Announcing Okteto CLI 3.0 [Will link to blog post]
codyjlandstrom marked this conversation as resolved.
Show resolved Hide resolved

### Improvements
codyjlandstrom marked this conversation as resolved.
Show resolved Hide resolved

- Added new Developer Quickstart Guide to the documentation <!-- to add link on version upgrade -->
- Updated the "Want to know more" links in an empty namespace <!-- 8415 -->
- Added tolerations for EventsExporter StatefulSet <!-- 8446 -->
codyjlandstrom marked this conversation as resolved.
Show resolved Hide resolved
- Updated pipeline-runner image to v1.0.5 to update cue to 0.9.2 to fix vulnerabilities <!-- 8482 -->
codyjlandstrom marked this conversation as resolved.
Show resolved Hide resolved

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