File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ RUN VERSION=${VERSION} make build.$ARCH
2121
2222FROM scratch
2323
24- MAINTAINER Kubernetes SIG Scheduling <kubernetes- sig-scheduling@googlegroups.com >
24+ MAINTAINER Kubernetes SIG Scheduling <sig-scheduling@kubernetes.io >
2525
2626LABEL org.opencontainers.image.source https://github.com/kubernetes-sigs/descheduler
2727
Original file line number Diff line number Diff line change 1313# limitations under the License.
1414FROM scratch
1515
16- MAINTAINER Kubernetes SIG Scheduling <kubernetes- sig-scheduling@googlegroups.com >
16+ MAINTAINER Kubernetes SIG Scheduling <sig-scheduling@kubernetes.io >
1717
1818USER 1000
1919
Original file line number Diff line number Diff line change @@ -13,4 +13,4 @@ sources:
1313- https://github.com/kubernetes-sigs/descheduler
1414maintainers :
1515- name : Kubernetes SIG Scheduling
16- email : kubernetes- sig-scheduling@googlegroups.com
16+ email : sig-scheduling@kubernetes.io
Original file line number Diff line number Diff line change @@ -26,15 +26,15 @@ When the above pre-release steps are complete and the release is ready to be cut
26263 . Perform the [ image promotion process] ( https://github.com/kubernetes/k8s.io/tree/main/k8s.gcr.io#image-promoter ) . [ Example] ( https://github.com/kubernetes/k8s.io/pull/3344 )
27274 . Cut release branch from ` master ` , eg ` release-1.24 `
28285 . Publish release using Github's release process from the git tag you created
29- 6 . Email ` kubernetes- sig-scheduling@googlegroups.com ` to announce the release
29+ 6 . Email ` sig-scheduling@kubernetes.io ` to announce the release
3030
3131** Patch release**
32321 . Pick relevant code change commits to the matching release branch, eg ` release-1.24 `
33332 . Create the patch tag on the release branch, eg ` v0.24.1 ` on ` release-1.24 `
34343 . Merge Helm chart version update to release branch
35354 . Perform the image promotion process for the patch version
36365 . Publish release using Github's release process from the git tag you created
37- 6 . Email ` kubernetes- sig-scheduling@googlegroups.com ` to announce the release
37+ 6 . Email ` sig-scheduling@kubernetes.io ` to announce the release
3838
3939### Flowchart
4040
You can’t perform that action at this time.
0 commit comments