@@ -35,8 +35,9 @@ Vanity URL(s)
35
35
36
36
NOTE: please see k8s.io/k8s.io/configmap-nginx.yaml for ` server ` definitions
37
37
38
- Redirections
39
- ====
38
+ # Redirections
39
+
40
+ ## go.k8s.io Redirects
40
41
- https://go.k8s.io/api-review
41
42
- https://go.k8s.io/bot-commands
42
43
- https://go.k8s.io/calendar
@@ -67,6 +68,33 @@ Redirections
67
68
- https://go.k8s.io/contact/wg-lts
68
69
- https://go.k8s.io/contact/committee-steering
69
70
71
+ ## rel.k8s.io Redirects
72
+
73
+ ### Direct Redirects
74
+ - https://rel.k8s.io/ → https://github.com/kubernetes/kubernetes/releases
75
+ - https://rel.k8s.io/k8s-release-cal → https://calendar.google.com/calendar/embed?src=kipmnllvl17vl9m98jen6ujcrs%40group.calendar.google.com
76
+ - https://rel.k8s.io/k8s-sig-release-videos → https://youtube.com/playlist?list=PL69nYSiGNLP3QKkOsDsO6A0Y1rhgP84iZ&si=Mi095CYuJuz8LjN-
77
+
78
+ ### Version-specific Redirects
79
+
80
+ #### For versions ≤1.33:
81
+ Historical version-specific URLs follow this pattern:
82
+ - https://rel.k8s.io/v1XX/{keyword} → https://bit.ly/k8s1XX-{keyword}
83
+
84
+ Examples include:
85
+ - https://rel.k8s.io/v133/enhancements → https://bit.ly/k8s133-enhancements
86
+ - https://rel.k8s.io/v133/bugtriage → https://bit.ly/k8s133-bugtriage
87
+ - https://rel.k8s.io/v133/cisignal → https://bit.ly/k8s133-cisignal
88
+
89
+ Other common patterns that have been moved to the direct bit.ly redirects:
90
+ - https://rel.k8s.io/v1XX/releasemtg
91
+ - https://rel.k8s.io/v1XX/retro
92
+ - https://rel.k8s.io/v1XX/contacts (Note: Access is restricted through Google Authorization)
93
+
94
+ #### For versions >1.33:
95
+ For all release versions after v1.33, URLs follow this pattern:
96
+ - https://rel.k8s.io/v1XX/{keyword} → https://github.com/kubernetes/sig-release/tree/master/releases/release-1.XX/links.md#{keyword}
97
+
70
98
71
99
NOTE: please see configmap-nginx.yaml for rewrite rules.
72
100
0 commit comments