Skip to content

Commit 7ed368d

Browse files
committed
Clean up /releases
1 parent 9f89239 commit 7ed368d

File tree

5 files changed

+100
-46
lines changed

5 files changed

+100
-46
lines changed

content/en/releases/_index.md

+9-4
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,17 @@ title: Releases
44
type: docs
55
---
66

7-
87
<!-- overview -->
98

10-
The Kubernetes project maintains release branches for the most recent three minor releases ({{< skew latestVersion >}}, {{< skew prevMinorVersion >}}, {{< skew oldestMinorVersion >}}). Kubernetes 1.19 and newer receive [approximately 1 year of patch support](/releases/patch-releases/#support-period). Kubernetes 1.18 and older received approximately 9 months of patch support.
9+
The Kubernetes project maintains release branches for the most recent three minor releases
10+
({{< skew latestVersion >}}, {{< skew prevMinorVersion >}}, {{< skew oldestMinorVersion >}}).
11+
Kubernetes 1.19 and newer receive
12+
[approximately 1 year of patch support](/releases/patch-releases/#support-period).
13+
Kubernetes 1.18 and older received approximately 9 months of patch support.
1114

1215
Kubernetes versions are expressed as **x.y.z**,
13-
where **x** is the major version, **y** is the minor version, and **z** is the patch version, following [Semantic Versioning](https://semver.org/) terminology.
16+
where **x** is the major version, **y** is the minor version, and **z** is the patch version,
17+
following [Semantic Versioning](https://semver.org/) terminology.
1418

1519
More information in the [version skew policy](/releases/version-skew-policy/) document.
1620

@@ -22,6 +26,7 @@ More information in the [version skew policy](/releases/version-skew-policy/) do
2226

2327
## Upcoming Release
2428

25-
Check out the [schedule](https://github.com/kubernetes/sig-release/tree/master/releases/release-{{< skew nextMinorVersion >}}) for the upcoming **{{< skew nextMinorVersion >}}** Kubernetes release!
29+
Check out the [schedule](https://github.com/kubernetes/sig-release/tree/master/releases/release-{{< skew nextMinorVersion >}})
30+
for the upcoming **{{< skew nextMinorVersion >}}** Kubernetes release!
2631

2732
## Helpful Resources

content/en/releases/download.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -43,18 +43,18 @@ You can fetch that list using:
4343
```shell
4444
curl -Ls "https://sbom.k8s.io/$(curl -Ls https://dl.k8s.io/release/stable.txt)/release" | grep "SPDXID: SPDXRef-Package-registry.k8s.io" | grep -v sha256 | cut -d- -f3- | sed 's/-/\//' | sed 's/-v1/:v1/'
4545
```
46+
4647
For Kubernetes v{{< skew currentVersion >}}, the only kind of code artifact that
4748
you can verify integrity for is a container image, using the experimental
4849
signing support.
4950

5051
To manually verify signed container images of Kubernetes core components, refer to
5152
[Verify Signed Container Images](/docs/tasks/administer-cluster/verify-signed-artifacts).
5253

53-
54-
5554
## Binaries
5655

57-
Find links to download Kubernetes components (and their checksums) in the [CHANGELOG](https://github.com/kubernetes/kubernetes/tree/master/CHANGELOG) files.
56+
Find links to download Kubernetes components (and their checksums) in the
57+
[CHANGELOG](https://github.com/kubernetes/kubernetes/tree/master/CHANGELOG) files.
5858

5959
Alternately, use [downloadkubernetes.com](https://www.downloadkubernetes.com/) to filter by version and architecture.
6060

content/en/releases/notes.md

+6-2
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ sitemap:
88
priority: 0.5
99
---
1010

11-
Release notes can be found by reading the [Changelog](https://github.com/kubernetes/kubernetes/tree/master/CHANGELOG) that matches your Kubernetes version. View the changelog for {{< skew currentVersionAddMinor 0 >}} on [GitHub](https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG/CHANGELOG-{{< skew currentVersionAddMinor 0 >}}.md).
11+
Release notes can be found by reading the [Changelog](https://github.com/kubernetes/kubernetes/tree/master/CHANGELOG)
12+
that matches your Kubernetes version. View the changelog for {{< skew currentVersionAddMinor 0 >}} on
13+
[GitHub](https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG/CHANGELOG-{{< skew currentVersionAddMinor 0 >}}.md).
1214

13-
Alternately, release notes can be searched and filtered online at: [relnotes.k8s.io](https://relnotes.k8s.io). View filtered release notes for {{< skew currentVersionAddMinor 0 >}} on [relnotes.k8s.io](https://relnotes.k8s.io/?releaseVersions={{< skew currentVersionAddMinor 0 >}}.0).
15+
Alternately, release notes can be searched and filtered online at: [relnotes.k8s.io](https://relnotes.k8s.io).
16+
View filtered release notes for {{< skew currentVersionAddMinor 0 >}} on
17+
[relnotes.k8s.io](https://relnotes.k8s.io/?releaseVersions={{< skew currentVersionAddMinor 0 >}}.0).

content/en/releases/release-managers.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,10 @@ The responsibilities of each role are described below.
3131

3232
### Security Embargo Policy
3333

34-
Some information about releases is subject to embargo and we have defined policy about how those embargoes are set. Please refer to the [Security Embargo Policy](https://github.com/kubernetes/committee-security-response/blob/main/private-distributors-list.md#embargo-policy) for more information.
34+
Some information about releases is subject to embargo and we have defined policy about
35+
how those embargoes are set. Please refer to the
36+
[Security Embargo Policy](https://github.com/kubernetes/committee-security-response/blob/main/private-distributors-list.md#embargo-policy)
37+
for more information.
3538

3639
## Handbooks
3740

0 commit comments

Comments
 (0)