Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion blog/2025-09-09-path-to-helm-v4.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ The beta period starts in October. At this point the focus is on stability in pr

Testers should file bugs as they encounter any issues.

Per [release schedule policy](https://helm.sh/docs/topics/release_policy/#major-releases), once the first beta version is available, the final 4.0.0 release date will be chosen and announced.
Per [release schedule policy](/community/release_policy#major-releases), once the first beta version is available, the final 4.0.0 release date will be chosen and announced.

## Release Candidates

Expand Down
1 change: 0 additions & 1 deletion community/release_checklist.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
---
title: Maintainer Release Checklist
description: Checklist for maintainers when releasing the next version of Helm.
sidebar_position: 3
---

# A Maintainer's Guide to Releasing Helm
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,11 @@ done once a month on the second Wednesday of each month.
A patch release to fix a high priority regression or security issue can be done
whenever needed.

A patch release will be cancelled for any of the following reasons:
A scheduled patch release will be cancelled for any of the following reasons:
- if there is no new content since the previous release
- if the patch release date falls within one week before the first release candidate (RC1) of an upcoming minor release
- if the patch release date falls within four weeks following a minor release
- if a major or minor release is scheduled for the same month

## Minor releases

Expand Down
2 changes: 1 addition & 1 deletion docs/topics/version_skew.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Versioning](https://semver.org/spec/v2.0.0.html) terminology.
The Helm project maintains a release branch for the most recent minor release.
Applicable fixes, including security fixes, are cherry-picked into the release
branch, depending on severity and feasibility. More details can be found in
[Helm's release policy](/topics/release_policy.md).
[Helm's release policy](/community/release_policy).

## Supported Version Skew

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ date: "2025-09-09"

Тестувальники повинні повідомляти про помилки, коли вони стикаються з будь-якими проблемами.

Відповідно до [політики випуску версій](/docs/topics/release_policy/#major-releases), після виходу першої бета-версії буде обрано та оголошено остаточну дату випуску версії 4.0.0.
Відповідно до [політики випуску версій](/community/release_policy#major-releases), після виходу першої бета-версії буде обрано та оголошено остаточну дату випуску версії 4.0.0.

## Претенденти на випуск {#release-candidates}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ description: Описує політику випуску патчів Helm, а

Версії Helm виражаються у форматі `x.y.z`, де `x` — це основна версія, `y` — це мінорна версія, а `z` — це версія патчу, відповідно до [семантичного версіювання](https://semver.org/lang/uk/spec/v2.0.0.html).

Проєкт Helm підтримує релізну гілку для останнього мінорного випуску. Застосовні виправлення, включаючи виправлення безпеки, додаються в релізну гілку залежно від їх серйозності та можливості впровадження. Більше деталей можна знайти в [політиці випусків Helm](/topics/release_policy.md).
Проєкт Helm підтримує релізну гілку для останнього мінорного випуску. Застосовні виправлення, включаючи виправлення безпеки, додаються в релізну гілку залежно від їх серйозності та можливості впровадження. Більше деталей можна знайти в [політиці випусків Helm](/community/release_policy).

## Підтримувана різниця версій {#supported-version-skew}

Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ sidebar_position: 15

Версії Helm виражаються у форматі `x.y.z`, де `x` — це основна версія, `y` — це мінорна версія, а `z` — це версія патчу, відповідно до [семантичного версіювання](https://semver.org/spec/v2.0.0.html).

Проєкт Helm підтримує релізну гілку для останнього мінорного випуску. Застосовні виправлення, включаючи виправлення безпеки, додаються в релізну гілку залежно від їх серйозності та можливості впровадження. Більше деталей можна знайти в [політиці випусків Helm](/topics/release_policy.md).
Проєкт Helm підтримує релізну гілку для останнього мінорного випуску. Застосовні виправлення, включаючи виправлення безпеки, додаються в релізну гілку залежно від їх серйозності та можливості впровадження. Більше деталей можна знайти в [політиці випусків Helm](/community/release_policy).

## Підтримувана різниця версій {#supported-version-skew}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Helm的版本用 `x.y.z` 描述,`x`是主版本,`y`是次版本,`z`是补
[语义化版本](https://semver.org/spec/v2.0.0.html) 术语。

Helm项目维护了一个针对最近次要版本的发布分支。适当的修复,包括安全修复、从发布分支中的cherry-pick,
视严重程度而定。更多细节请查看[Helm版本策略](https://helm.sh/zh/docs/topics/release_policy)。
视严重程度而定。更多细节请查看[Helm版本策略](/community/release_policy)。

## 可支持的版本偏差

Expand Down
36 changes: 36 additions & 0 deletions netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,43 @@ package = "./netlify-plugins/cache-docusaurus-dirs-file"

# END - Hugo frontmatter aliases redirects


# Moved to community section
[[redirects]]
from = "/docs/community/*"
to = "/community/:splat"
status = 302

# Community release policy
[[redirects]]
from = '/docs/topics/release_policy'
to = '/community/release_policy'
status = 302

[[redirects]]
from = '/docs/v3/topics/release_policy'
to = '/community/release_policy'
status = 302

# Community release policy (i18n/ko)
[[redirects]]
from = '/ko/docs/v3/topics/release_policy'
to = '/ko/community/release_policy'
status = 302

# Community release policy (i18n/uk)
[[redirects]]
from = '/uk/docs/topics/release_policy'
to = '/uk/community/release_policy'
status = 302

[[redirects]]
from = '/uk/docs/v3/topics/release_policy'
to = '/uk/community/release_policy'
status = 302

# Community release policy (i18n/zh)
[[redirects]]
from = '/zh/docs/v3/topics/release_policy'
to = '/zh/community/release_policy'
status = 302
57 changes: 0 additions & 57 deletions versioned_docs/version-3/topics/release_policy.md

This file was deleted.

2 changes: 1 addition & 1 deletion versioned_docs/version-3/topics/version_skew.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Versioning](https://semver.org/spec/v2.0.0.html) terminology.
The Helm project maintains a release branch for the most recent minor release.
Applicable fixes, including security fixes, are cherry-picked into the release
branch, depending on severity and feasibility. More details can be found in
[Helm's release policy](/topics/release_policy.md).
[Helm's release policy](/community/release_policy).

## Supported Version Skew

Expand Down