Skip to content

Commit

Permalink
Create 1.27 version release (#946)
Browse files Browse the repository at this point in the history
create 1.27 version release

Co-authored-by: Cody Landstrom <[email protected]>
  • Loading branch information
codyjlandstrom and Cody Landstrom authored Dec 12, 2024
1 parent cbbd8c8 commit 241b6bb
Show file tree
Hide file tree
Showing 189 changed files with 11,910 additions and 6,888 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.26',
lastVersion: '1.27',
versions: {
current: {
// aka unreleased version in development
// Remember to also update "unreleased" redirect if changing the value!
label: '1.27',
path: '1.27',
label: '1.28',
path: '1.28',
},
1.26: {
1.27: {
// aka latest/official version
// Remember to also update docs root redirect if changing the value!
label: '1.26',
label: '1.27',
path: '/',
banner: 'none',
},
1.26: {
label: '1.26',
path: '1.26',
banner: 'unmaintained',
},
1.25: {
label: '1.25',
path: '1.25',
Expand All @@ -274,11 +279,6 @@ module.exports = {
path: '1.22',
banner: 'unmaintained',
},
1.21: {
label: '1.21',
path: '1.21',
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.26/*"
from = "/docs/1.27/*"
to = "/docs/:splat"
status = 301

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

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

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

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

## 1.15.1

1 December 2023

This version is compatible with Kubernetes versions 1.25 to 1.27.

### Bugfixes

- Fix okteto daemon restart when AWS ECR private registry credentials are defined

## 1.15.0

22 November 2023

This version is compatible with Kubernetes versions 1.25 to 1.27.

### Removal Notice

Kubernetes 1.24 is no longer supported

### Improvements

- Upgrade ingress-nginx to [1.9.4](https://github.com/kubernetes/ingress-nginx/releases/tag/controller-v1.9.4) (Helm chart version 4.8.3) <!-- 7386 -->
- Enabled [chroot mode](https://kubernetes.io/blog/2022/04/28/ingress-nginx-1-2-0/) by default in both ingress-nginx controllers managed by Okteto.
- `okteto up` sessions are now garbage collected if no files have been synced for an hour <!-- 7424 -->

### Bug Fixes

- Fallback to default branch for destroy installer jobs <!-- 7382 -->
- Smart builds work on repositories using `.gitmodules` containing submodules cloned via ssh key
- Fix wrong "Scale to Zero Period" value in the UI of Admin Namespaces

### Features

- The Okteto CLI used for Pipeline installation has been upgraded to version [2.22.3](https://github.com/okteto/okteto/releases/tag/2.22.3)

## 1.14.3

1 December 2023
Expand Down
38 changes: 1 addition & 37 deletions src/content/release-notes.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -632,40 +632,4 @@ This version is compatible with Kubernetes versions 1.25 to 1.28.
- Okteto Daemon now update kubelet docker config.json file in nodes reactively when the static docker config secret changes. Bumps okteto/daemon to 0.5.1
- Fix network policies configuration to limit buildkit access to the nginx controller <!-- 7505 -->
- Add Okteto Insights Token to the Admin UI <!-- 7473 -->
- Updated documentation structure to make content easier to navigate and find. Release notes can now be found at [https://www.okteto.com/docs/release-notes](release-notes.mdx), and chart values reference can be found at [https://www.okteto.com/docs/reference/helm-chart-values/](self-hosted/helm-configuration.mdx). All documentation changes are listed [here](https://github.com/okteto/docs/pulls?q=is%3Apr+label%3Adoc-restructure+).

## 1.15.1

1 December 2023

This version is compatible with Kubernetes versions 1.25 to 1.27.

### Bugfixes

- Fix okteto daemon restart when AWS ECR private registry credentials are defined

## 1.15.0

22 November 2023

This version is compatible with Kubernetes versions 1.25 to 1.27.

### Removal Notice

Kubernetes 1.24 is no longer supported

### Improvements

- Upgrade ingress-nginx to [1.9.4](https://github.com/kubernetes/ingress-nginx/releases/tag/controller-v1.9.4) (Helm chart version 4.8.3) <!-- 7386 -->
- Enabled [chroot mode](https://kubernetes.io/blog/2022/04/28/ingress-nginx-1-2-0/) by default in both ingress-nginx controllers managed by Okteto.
- `okteto up` sessions are now garbage collected if no files have been synced for an hour <!-- 7424 -->

### Bug Fixes

- Fallback to default branch for destroy installer jobs <!-- 7382 -->
- Smart builds work on repositories using `.gitmodules` containing submodules cloned via ssh key
- Fix wrong "Scale to Zero Period" value in the UI of Admin Namespaces

### Features

- The Okteto CLI used for Pipeline installation has been upgraded to version [2.22.3](https://github.com/okteto/okteto/releases/tag/2.22.3)
- Updated documentation structure to make content easier to navigate and find. Release notes can now be found at [https://www.okteto.com/docs/release-notes](release-notes.mdx), and chart values reference can be found at [https://www.okteto.com/docs/reference/helm-chart-values/](self-hosted/helm-configuration.mdx). All documentation changes are listed [here](https://github.com/okteto/docs/pulls?q=is%3Apr+label%3Adoc-restructure+).
4 changes: 2 additions & 2 deletions src/content/variables.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"kubernetesMinVersion": "1.27",
"kubernetesMaxVersion": "1.30",
"cliVersion": "3.1.0",
"chartVersion": "1.26.0",
"cliVersion": "3.2.1",
"chartVersion": "1.27.0",
"nginxVersion": "v1.11.2",
"reloaderVersion": "v1.0.119",
"redisVersion": "7.4.0-debian-12-r1"
Expand Down
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.26 | [Documentation](/) | [Release Notes](/release-notes/) |
| 1.27 | [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.26 | [Documentation](/1.26) | [Release Notes](/1.26/release-notes/) |
| 1.25 | [Documentation](/1.25) | [Release Notes](/1.25/release-notes/) |
| 1.24 | [Documentation](/1.24) | [Release Notes](/1.24/release-notes/) |
| 1.23 | [Documentation](/1.23) | [Release Notes](/1.23/release-notes/) |
Expand All @@ -31,6 +32,5 @@ Here you can find the documentation for previously released versions of Okteto.
| 1.18 | [Documentation](/1.18) | [Release Notes](/1.18/release-notes/) |
| 1.17 | [Documentation](/1.17) | [Release Notes](/1.17/release-notes/) |
| 1.16 | [Documentation](/1.16) | [Release Notes](/1.16/release-notes/) |
| 1.15 | [Documentation](/1.15) | [Release Notes](/1.15/self-hosted/install/releases/) |

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.15/administration/catalog.mdx

This file was deleted.

73 changes: 0 additions & 73 deletions versioned_docs/version-1.15/administration/cleanup.mdx

This file was deleted.

Loading

0 comments on commit 241b6bb

Please sign in to comment.