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: contributors/devel/sig-architecture/staging.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,20 +6,20 @@ We publish the staging repos using the [publishing bot](https://git.k8s.io/publi
6
6
7
7
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).
8
8
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:
10
10
11
11
- 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
16
16
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-`.
18
18
From `v1.17.0` Kubernetes release, matching semver `v0.x.y` tags are also created for each `v1.x.y` Kubernetes tag.
19
19
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
21
21
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>`.
23
23
24
24
It is recommend to use the semver `v0.x.y` tags for a seamless experience
0 commit comments