Skip to content

Commit 2202372

Browse files
committed
Add the component_metadata.yaml file to track codeflare-operator release version
1 parent b868c67 commit 2202372

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@ For ODH tests additional environment variables are needed:
114114
6. In ODH/CFO verify that the [Build and Push action](https://github.com/opendatahub-io/codeflare-operator/actions/workflows/build-and-push.yaml) was triggered and ran successfully.
115115
7. Make sure that release automation created a PR updating CodeFlare SDK version in [ODH Notebooks repository](https://github.com/opendatahub-io/notebooks). Make sure the PR gets merged.
116116
8. Run [ODH CodeFlare Operator release workflow](https://github.com/opendatahub-io/codeflare-operator/actions/workflows/odh-release.yml) to produce ODH CodeFlare Operator release.
117+
9. Ensure that the version details in the `config/component_metadata.yaml` file are updated to reflect the latest CodeFlare Operator release version
117118
118119
### Releases involving part of the stack
119120

config/component_metadata.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
releases:
2+
- name: codeflare-operator
3+
version: 1.12.0
4+
repoUrl: https://github.com/project-codeflare/codeflare-operator

0 commit comments

Comments
 (0)