Skip to content

Commit 2b450c1

Browse files
authored
Merge pull request #1676 from sanposhiho/email-address-mailing-list
fix: update the mailing list address
2 parents 6e1832b + 2a27d1b commit 2b450c1

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ RUN VERSION=${VERSION} make build.$ARCH
2121

2222
FROM scratch
2323

24-
MAINTAINER Kubernetes SIG Scheduling <kubernetes-sig-scheduling@googlegroups.com>
24+
MAINTAINER Kubernetes SIG Scheduling <sig-scheduling@kubernetes.io>
2525

2626
LABEL org.opencontainers.image.source https://github.com/kubernetes-sigs/descheduler
2727

Dockerfile.dev

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# limitations under the License.
1414
FROM scratch
1515

16-
MAINTAINER Kubernetes SIG Scheduling <kubernetes-sig-scheduling@googlegroups.com>
16+
MAINTAINER Kubernetes SIG Scheduling <sig-scheduling@kubernetes.io>
1717

1818
USER 1000
1919

charts/descheduler/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ sources:
1313
- https://github.com/kubernetes-sigs/descheduler
1414
maintainers:
1515
- name: Kubernetes SIG Scheduling
16-
email: kubernetes-sig-scheduling@googlegroups.com
16+
email: sig-scheduling@kubernetes.io

docs/release-guide.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,15 +26,15 @@ When the above pre-release steps are complete and the release is ready to be cut
2626
3. 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)
2727
4. Cut release branch from `master`, eg `release-1.24`
2828
5. 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**
3232
1. Pick relevant code change commits to the matching release branch, eg `release-1.24`
3333
2. Create the patch tag on the release branch, eg `v0.24.1` on `release-1.24`
3434
3. Merge Helm chart version update to release branch
3535
4. Perform the image promotion process for the patch version
3636
5. 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

0 commit comments

Comments
 (0)