Skip to content

Commit 29a4d24

Browse files
authored
Merge pull request #34976 from ayatk/migrate-latest-version-doc
Migrate to latest versioning document
2 parents 72ad5f3 + 5cbf53b commit 29a4d24

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

content/en/docs/reference/using-api/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ The JSON and Protobuf serialization schemas follow the same guidelines for
3939
schema changes. The following descriptions cover both formats.
4040

4141
The API versioning and software versioning are indirectly related.
42-
The [API and release versioning proposal](https://git.k8s.io/design-proposals-archive/release/versioning.md)
42+
The [API and release versioning proposal](https://git.k8s.io/sig-release/release-engineering/versioning.md)
4343
describes the relationship between API versioning and software versioning.
4444

4545
Different API versions indicate different levels of stability and support. You

content/en/releases/release.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ The general labeling process should be consistent across artifact types.
124124
referring to a release MAJOR.MINOR `vX.Y` version.
125125

126126
See also
127-
[release versioning](https://git.k8s.io/design-proposals-archive/release/versioning.md).
127+
[release versioning](https://git.k8s.io/sig-release/release-engineering/versioning.md).
128128

129129
- *release branch*: Git branch `release-X.Y` created for the `vX.Y` milestone.
130130

content/en/releases/version-skew-policy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Specific cluster deployment tools may place additional restrictions on version s
2121
## Supported versions
2222

2323
Kubernetes versions are expressed as **x.y.z**, where **x** is the major version, **y** is the minor version, and **z** is the patch version, following [Semantic Versioning](https://semver.org/) terminology.
24-
For more information, see [Kubernetes Release Versioning](https://git.k8s.io/design-proposals-archive/release/versioning.md#kubernetes-release-versioning).
24+
For more information, see [Kubernetes Release Versioning](https://git.k8s.io/sig-release/release-engineering/versioning.md#kubernetes-release-versioning).
2525

2626
The Kubernetes project maintains release branches for the most recent three minor releases ({{< skew currentVersion >}}, {{< skew currentVersionAddMinor -1 >}}, {{< skew currentVersionAddMinor -2 >}}). Kubernetes 1.19 and newer receive approximately 1 year of patch support. Kubernetes 1.18 and older received approximately 9 months of patch support.
2727

0 commit comments

Comments
 (0)