Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update DEVELOPING and IMPLEMENTATION docs with new ossmc info #700

Merged
merged 1 commit into from
Oct 24, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions DEVELOPING.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -225,10 +225,12 @@ NOTE: If you have never run the Molecule tests before, the Molecule container im

- [ ] Add the new role directory by copying the link:./roles[default] role and naming the new role with the form `vX.Y`.
- [ ] Add the new RELATED_IMAGE reference for the version being added to the link:./manifests/kiali-ossm/manifests/kiali.clusterserviceversion.yaml/[the CSV]
- [ ] Add the new version to link:./playbooks/default-supported-images.yml[default-supported-images.yml]
- [ ] Add the new version to link:./playbooks/kiali-default-supported-images.yml[kiali-default-supported-images.yml]
- [ ] Add the new version to link:./playbooks/ossmconsole-default-supported-images.yml[ossmconsole-default-supported-images.yml]

### Are You Removing Support For an Old Ansible Role Version?

- [ ] Delete the role directory (link:./roles/[one of these])
- [ ] Remove the RELATED_IMAGE reference for the version being removed from link:./manifests/kiali-ossm/manifests/kiali.clusterserviceversion.yaml/[the CSV]
- [ ] Remove the version from link:./playbooks/default-supported-images.yml[default-supported-images.yml]
- [ ] Remove the version from link:./playbooks/kiali-default-supported-images.yml[kiali-default-supported-images.yml]
- [ ] Remove the version from link:./playbooks/ossmconsole-default-supported-images.yml[ossmconsole-default-supported-images.yml]
Loading
Loading