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
Follow Docker Compose convention and practice (#379)
* Rename docker-compose.yml to compose.yml
* Remove deprecated "version" in compose.yml
* Reorganize compose.local.yml using compose files merge
* Replace docker-compose.yml with compose.yml in docs
Copy file name to clipboardExpand all lines: RELEASE.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,13 +4,13 @@
4
4
2. Make sure your repo is clean by git's standards.
5
5
3. Tag the repository from the `master` branch (from the `release-1.19` branch for a patch release) and push the tag `VERSION=v0.19.0 git tag -m $VERSION $VERSION; git push origin $VERSION`.
6
6
4. An [OWNER](OWNERS) creates a release branch `git checkout -b release-1.19`. (not required for patch releases)
7
-
5. Add the prow-job settings for the new release branch [here](https://github.com/kubernetes/test-infra/tree/master/config/jobs/kubernetes-sigs/kube-scheduler-simulator).
7
+
5. Add the prow-job settings for the new release branch [here](https://github.com/kubernetes/test-infra/tree/master/config/jobs/kubernetes-sigs/kube-scheduler-simulator).
8
8
6. Push the release branch to the kube-scheduler-simulator repo and ensure branch protection is enabled. (not required for patch releases)
9
9
7. Publish a draft release using the tag you created in 3.
10
10
8. Perform the [image promotion process](https://github.com/kubernetes/k8s.io/blob/main/registry.k8s.io/images/k8s-staging-sched-simulator/images.yaml).
11
11
9. Publish release.
12
12
10. Make sure the new version's image can be pulled and we can run the simulator correctly.
13
-
11. Create a PR to update [docker-compose.yml](./docker-compose.yml) specifies the new release.
13
+
11. Create a PR to update [compose.yml](./compose.yml) specifies the new release.
14
14
12. Email `kubernetes-sig-scheduling@googlegroups.com` to announce the release.
0 commit comments