You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/en/releases/_index.md
+9-4
Original file line number
Diff line number
Diff line change
@@ -4,13 +4,17 @@ title: Releases
4
4
type: docs
5
5
---
6
6
7
-
8
7
<!-- overview -->
9
8
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
[approximately 1 year of patch support](/releases/patch-releases/#support-period).
13
+
Kubernetes 1.18 and older received approximately 9 months of patch support.
11
14
12
15
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.
14
18
15
19
More information in the [version skew policy](/releases/version-skew-policy/) document.
16
20
@@ -22,6 +26,7 @@ More information in the [version skew policy](/releases/version-skew-policy/) do
22
26
23
27
## Upcoming Release
24
28
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!
Copy file name to clipboardExpand all lines: content/en/releases/download.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -43,18 +43,18 @@ You can fetch that list using:
43
43
```shell
44
44
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/'
45
45
```
46
+
46
47
For Kubernetes v{{< skew currentVersion >}}, the only kind of code artifact that
47
48
you can verify integrity for is a container image, using the experimental
48
49
signing support.
49
50
50
51
To manually verify signed container images of Kubernetes core components, refer to
51
52
[Verify Signed Container Images](/docs/tasks/administer-cluster/verify-signed-artifacts).
52
53
53
-
54
-
55
54
## Binaries
56
55
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
Copy file name to clipboardExpand all lines: content/en/releases/notes.md
+6-2
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,10 @@ sitemap:
8
8
priority: 0.5
9
9
---
10
10
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
Copy file name to clipboardExpand all lines: content/en/releases/release-managers.md
+4-1
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,10 @@ The responsibilities of each role are described below.
31
31
32
32
### Security Embargo Policy
33
33
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
0 commit comments