Skip to content

Commit b12c2f8

Browse files
document implementation details of the operator (kiali#661)
* Create IMPLEMENTATION.adoc init * Update DEVELOPING.adoc Co-authored-by: Jay Shaughnessy <[email protected]> * Update IMPLEMENTATION.adoc Co-authored-by: Jay Shaughnessy <[email protected]> * Update IMPLEMENTATION.adoc Co-authored-by: Jay Shaughnessy <[email protected]> * Update IMPLEMENTATION.adoc Co-authored-by: Jay Shaughnessy <[email protected]> * Update IMPLEMENTATION.adoc Co-authored-by: Jay Shaughnessy <[email protected]> * Update IMPLEMENTATION.adoc Co-authored-by: Jay Shaughnessy <[email protected]> * Update IMPLEMENTATION.adoc Co-authored-by: Jay Shaughnessy <[email protected]> * Update IMPLEMENTATION.adoc Co-authored-by: Jay Shaughnessy <[email protected]> * Update IMPLEMENTATION.adoc Co-authored-by: Jay Shaughnessy <[email protected]> * explain versions --------- Co-authored-by: Jay Shaughnessy <[email protected]>
1 parent e5a7af7 commit b12c2f8

File tree

2 files changed

+107
-0
lines changed

2 files changed

+107
-0
lines changed

DEVELOPING.adoc

+6
Original file line numberDiff line numberDiff line change
@@ -221,6 +221,12 @@ NOTE: If you have never run the Molecule tests before, the Molecule container im
221221
- [ ] Changes made to the link:./roles/default[`default`] Ansible role should be duplicated to the versioned Ansible role (e.g. link:./roles/v1.24[`v1.24`])
222222
- [ ] Cherry-pick changes you made in the link:./roles/default[`default`] Ansible role and versioned Ansible roles (e.g. link:./roles/v1.24[`v1.24`]) to the appropriate git branch.
223223
224+
### Are You Adding Support For a New Ansible Role Version?
225+
226+
- [ ] Add the new role directory by copying the link:./roles[default] role and naming the new role with the form `vX.Y`.
227+
- [ ] Add the new RELATED_IMAGE reference for the version being added to the link:./manifests/kiali-ossm/manifests/kiali.clusterserviceversion.yaml/[the CSV]
228+
- [ ] Add the new version to link:./playbooks/default-supported-images.yml[default-supported-images.yml]
229+
224230
### Are You Removing Support For an Old Ansible Role Version?
225231

226232
- [ ] Delete the role directory (link:./roles/[one of these])

0 commit comments

Comments
 (0)