Skip to content

Commit c95799c

Browse files
authored
Merge pull request #8100 from yongruilin/staging-doc
doc: Update staging branch list and clarify publishing rules
2 parents 31a7798 + 2aebd16 commit c95799c

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

contributors/devel/sig-architecture/staging.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,20 +6,20 @@ We publish the staging repos using the [publishing bot](https://git.k8s.io/publi
66

77
The list of staging repositories currently published is available in [staging/README.md inside of the k8s.io/kubernetes repository](https://git.k8s.io/kubernetes/staging/README.md).
88

9-
At the time of this writing, the list of published branches includes:
9+
At the time of this writing, based on [publishing rule](https://github.com/kubernetes/kubernetes/blob/9cf4f912451009296a50f267d47b484f77ce05e4/staging/publishing/rules.yaml), the list of published branches includes:
1010

1111
- master,
12-
- release-1.14 / release-11.0,
13-
- release-1.15 / release-12.0,
14-
- release-1.16 / release-13.0,
15-
- and release-1.17 / release-14.0
12+
- release-1.28
13+
- release-1.29
14+
- release-1.30
15+
- release-1.31
1616

17-
Kubernetes tags (e.g., `v1.17.0-beta.2`) are also applied automatically to the published repositories, prefixed with `kubernetes-`.
17+
Kubernetes tags (e.g., `v1.30.0-beta.0`) are also applied automatically to the published repositories, prefixed with `kubernetes-`.
1818
From `v1.17.0` Kubernetes release, matching semver `v0.x.y` tags are also created for each `v1.x.y` Kubernetes tag.
1919

20-
For example, if you check out the `kubernetes-1.17.0` or the `v0.17.0` tag in
20+
For example, if you check out the `kubernetes-1.30.0` or the `v0.30.0` tag in
2121
a published repo, the code you get is exactly the same as if you check out the
22-
`v1.17.0` tag in Kubernetes, and change directory to `staging/src/k8s.io/<repo-name>`.
22+
`v1.30.0` tag in Kubernetes, and change directory to `staging/src/k8s.io/<repo-name>`.
2323

2424
It is recommend to use the semver `v0.x.y` tags for a seamless experience
2525
with go modules.

0 commit comments

Comments
 (0)