Skip to content

Commit 4cc18b9

Browse files
committed
redirect: add link for 1.33 enhancements board
1 parent 86ea0d5 commit 4cc18b9

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

apps/k8s-io/README.md

+1
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ Redirections
5454
- https://go.k8s.io/sig-k8s-infra
5555
- https://go.k8s.io/sig-k8s-infra-notes
5656
- https://go.k8s.io/sig-k8s-infra-playlist
57+
- https://go.k8s.io/sig-release/1.33/enhancements
5758
- https://go.k8s.io/start
5859
- https://go.k8s.io/stuck-prs
5960
- https://go.k8s.io/test-health

apps/k8s-io/configmap-nginx.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -306,6 +306,7 @@ data:
306306
rewrite ^/sig-k8s-infra https://github.com/kubernetes/community/tree/master/sig-k8s-infra redirect;
307307
rewrite ^/sig-k8s-infra-notes https://docs.google.com/document/d/1VGMyAn_Pixdg0mTwbjxRcq_-oI7xtyomG9Hoa_RpryQ redirect;
308308
rewrite ^/sig-k8s-infra-playlist https://www.youtube.com/playlist?list=PL69nYSiGNLP2Ghq7VW8rFbMFoHwvORuDL redirect;
309+
rewrite ^/sig-release/1.33/enhancements https://github.com/orgs/kubernetes/projects/200/views/1 redirect;
309310
rewrite ^/start$ https://kubernetes.io/docs/setup/ redirect;
310311
rewrite ^/stuck-prs$ https://github.com/kubernetes/kubernetes/pulls?utf8=%E2%9C%93&q=is%3Apr%20is%3Aopen%20label%3Algtm%20label%3Aapproved%20-label%3Ado-not-merge%20-label%3Aneeds-rebase%20sort%3Aupdated-asc%20-status%3Asuccess redirect;
311312
rewrite ^/test-history$ https://storage.googleapis.com/kubernetes-test-history/static/index.html redirect;

0 commit comments

Comments
 (0)