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
2. Check result of [tag-and-build.yml](https://github.com/project-codeflare/codeflare-operator/actions/workflows/tag-and-build.yml) GitHub action, it should pass.
25
28
26
-
3.Update CodeFlare Stack Compatibility Matrix in operatorREADME.
29
+
3.Verify that compatibility matrix in [README](https://github.com/project-codeflare/codeflare-operator/blob/main/README.md) was properly updated.
27
30
28
-
4. Update InstaScale and MCAD versions:
29
-
- in [Makefile](https://github.com/project-codeflare/codeflare-operator/blob/02e14b535b4f7172b0b809bcae4025008a1a968b/Makefile#L12-L16).
30
-
- in [mcad/deployment.yaml.tmpl](https://github.com/project-codeflare/codeflare-operator/blob/main/config/internal/mcad/deployment.yaml.tmpl#L28)
31
-
- in [controllers/defaults.go](https://github.com/project-codeflare/codeflare-operator/blob/main/controllers/defaults.go) by running `make defaults`
32
-
- in [controllers/testdata/instascale_test_results/case_1/deployment.yaml](https://github.com/project-codeflare/codeflare-operator/blob/main/controllers/testdata/instascale_test_results/case_1/deployment.yaml) and [controllers/testdata/instascale_test_results/case_2/deployment.yaml](https://github.com/project-codeflare/codeflare-operator/blob/main/controllers/testdata/instascale_test_results/case_2/deployment.yaml)
31
+
4. Verify that opened pull request to [OpenShift community operators repository](https://github.com/redhat-openshift-ecosystem/community-operators-prod) has proper content.
33
32
34
-
5.Create a release in CodeFlare operator repository, release notes should include new support matrix.
33
+
5.Once PR is merged, update component stable tags to point at the latest image release.
35
34
36
-
6. Open a pull request to OpenShift community operators repository with latest bundle using make command, check that the created PR has proper content.
37
-
```
38
-
make openshift-community-operator-release
39
-
```
35
+
6. Announce the new release in slack and mail lists, if any.
40
36
41
-
7. Once merged, update component stable tags to point at the latest image release.
42
-
43
-
8. Announce the new release in slack and mail lists, if any.
44
-
45
-
9. Update the Distributed Workloads component in ODH (also copy/update the compatibility matrix).
37
+
7. Update the Distributed Workloads component in ODH (also copy/update the compatibility matrix).
0 commit comments