Skip to content

Commit

Permalink
Create 1.29 Version Release (#986)
Browse files Browse the repository at this point in the history
Create 1.29 Release Version

Co-authored-by: Cody Landstrom <[email protected]>
  • Loading branch information
codyjlandstrom and Cody Landstrom authored Feb 7, 2025
1 parent ca18060 commit 6102d42
Show file tree
Hide file tree
Showing 169 changed files with 11,596 additions and 5,855 deletions.
20 changes: 10 additions & 10 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -239,21 +239,26 @@ module.exports = {
editUrl: 'https://github.com/okteto/docs/edit/main',
breadcrumbs: false,
sidebarPath: require.resolve('./sidebars.js'),
lastVersion: '1.28',
lastVersion: '1.29',
versions: {
current: {
// aka unreleased version in development
// Remember to also update "unreleased" redirect if changing the value!
label: '1.29',
path: '1.29',
label: '1.30',
path: '1.30',
},
1.28: {
1.29: {
// aka latest/official version
// Remember to also update docs root redirect if changing the value!
label: '1.28',
label: '1.29',
path: '/',
banner: 'none',
},
1.28: {
label: '1.28',
path: '1.28',
banner: 'unmaintained',
},
1.27: {
label: '1.27',
path: '1.27',
Expand All @@ -274,11 +279,6 @@ module.exports = {
path: '1.24',
banner: 'unmaintained',
},
1.23: {
label: '1.23',
path: '1.23',
banner: 'unmaintained',
},
},
include: ['**/*.md', '**/*.mdx'],
},
Expand Down
10 changes: 8 additions & 2 deletions netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -631,14 +631,20 @@

# Redirect official version to docs root
[[redirects]]
from = "/docs/1.28/*"
from = "/docs/1.29/*"
to = "/docs/:splat"
status = 301

# Redirect unreleased to "current" version
[[redirects]]
from = "/docs/unreleased/*"
to = "/docs/1.29/:splat"
to = "/docs/1.30/:splat"
status = 302

# Redirect deprecated versions
[[redirects]]
from = "/docs/1.17/*"
to = "/docs/:splat"
status = 302

# Redirect deprecated versions
Expand Down
26 changes: 26 additions & 0 deletions src/content/archived-release-notes.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,32 @@ id: archived-release-notes

Here you can find the release notes for archived versions of Okteto.

## 1.17.0

23 January 2024

This version is compatible with Kubernetes versions 1.25 to 1.28.

### Features

- Enable search in namespace resources UI <!-- 7577 -->
- Enable admins to [transfer namespace ownership](core/namespaces.mdx#transfer-namespace-ownership) <!-- 7593 -->
- Add [Pod metrics to Okteto Insights](admin/okteto-insights.mdx#pod-metrics) <!-- 7594 -->

### Improvements

- Hoist Personal Access Tokens menu from Setup to Settings <!-- 7574 -->
- Rename Launch to Deploy in the Okteto UI <!-- 7576 -->
- Rename Secrets to Variables under both Settings and Admin sections. This rename is for consistency in the UI and delivers no change in functionality <!-- 7581 -->
- Support for multi-line secrets <!-- 7580 -->
- Improve buildkit cache reloading on helm upgrades. Please note this upgrade will imply a restart in the build cache <!-- 7615 -->

### Bug Fixes

- Surface buildkit errors through our ingress controller. Will result in better build error messages <!-- 7526 -->
- The Okteto Insights endpoint was not exposing build metrics when the Helm release name included the word "okteto" <!-- 7600 -->
- Fixed a scenario where the runtime of node containers could restart if the Okteto daemon pod were to be recreated, potentially impacting active 'okteto up' sessions <!-- 7625 -->

## 1.16.2

17 January 2024
Expand Down
28 changes: 1 addition & 27 deletions src/content/release-notes.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -673,30 +673,4 @@ This version is compatible with Kubernetes versions 1.25 to 1.28.
- Fix Scale to Zero Period showing wrong value in Previews UI <!-- 7725 -->
- Fix wrong "Waking Up" status when switching to a "Sleeping" namespace <!-- 7817 -->
- Properly render `code` nodes as inline elements inside a list item <!-- 7821 -->
- Fix BuildKit configuration behind our ingress-controller not working when BuildKit had more than 1 replica <!-- 7816 -->

## 1.17.0

23 January 2024

This version is compatible with Kubernetes versions 1.25 to 1.28.

### Features

- Enable search in namespace resources UI <!-- 7577 -->
- Enable admins to [transfer namespace ownership](core/namespaces.mdx#transfer-namespace-ownership) <!-- 7593 -->
- Add [Pod metrics to Okteto Insights](admin/okteto-insights.mdx#pod-metrics) <!-- 7594 -->

### Improvements

- Hoist Personal Access Tokens menu from Setup to Settings <!-- 7574 -->
- Rename Launch to Deploy in the Okteto UI <!-- 7576 -->
- Rename Secrets to Variables under both Settings and Admin sections. This rename is for consistency in the UI and delivers no change in functionality <!-- 7581 -->
- Support for multi-line secrets <!-- 7580 -->
- Improve buildkit cache reloading on helm upgrades. Please note this upgrade will imply a restart in the build cache <!-- 7615 -->

### Bug Fixes

- Surface buildkit errors through our ingress controller. Will result in better build error messages <!-- 7526 -->
- The Okteto Insights endpoint was not exposing build metrics when the Helm release name included the word "okteto" <!-- 7600 -->
- Fixed a scenario where the runtime of node containers could restart if the Okteto daemon pod were to be recreated, potentially impacting active 'okteto up' sessions <!-- 7625 -->
- Fix BuildKit configuration behind our ingress-controller not working when BuildKit had more than 1 replica <!-- 7816 -->
4 changes: 2 additions & 2 deletions src/pages/archives.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,15 @@ Here you can find the documentation for the current released version of Okteto.

| Version | Documentation | Release Notes |
| :------ | :----------------: | -------------------------------: |
| 1.28 | [Documentation](/) | [Release Notes](/release-notes/) |
| 1.29 | [Documentation](/) | [Release Notes](/release-notes/) |

## Previously released versions

Here you can find the documentation for previously released versions of Okteto.

| Version | Documentation | Release Notes |
| :------ | :--------------------: | ---------------------------------------------------: |
| 1.28 | [Documentation](/1.28) | [Release Notes](/1.28/release-notes/) |
| 1.27 | [Documentation](/1.27) | [Release Notes](/1.27/release-notes/) |
| 1.26 | [Documentation](/1.26) | [Release Notes](/1.26/release-notes/) |
| 1.25 | [Documentation](/1.25) | [Release Notes](/1.25/release-notes/) |
Expand All @@ -31,6 +32,5 @@ Here you can find the documentation for previously released versions of Okteto.
| 1.20 | [Documentation](/1.20) | [Release Notes](/1.20/release-notes/) |
| 1.19 | [Documentation](/1.19) | [Release Notes](/1.19/release-notes/) |
| 1.18 | [Documentation](/1.18) | [Release Notes](/1.18/release-notes/) |
| 1.17 | [Documentation](/1.17) | [Release Notes](/1.17/release-notes/) |

Release notes for previous versions can be found here: [Archived Release Notes](/archived-release-notes/)
93 changes: 0 additions & 93 deletions versioned_docs/version-1.17/admin/catalog.mdx

This file was deleted.

73 changes: 0 additions & 73 deletions versioned_docs/version-1.17/admin/cleanup.mdx

This file was deleted.

Loading

0 comments on commit 6102d42

Please sign in to comment.