Goal:
To make the release process for OLM V1 simple and repeatable by creating tools, repositories, and documented processes.
To accomplish this goal, we'll need a standardized method of installation for each sub-component of OLM V1. We can then use this to create an installation command to deploy everything in one go. Our installation command should install each sub-component at the version specified in a release manifest (e.g. operator-controller: v0.1.0, rukpak: v0.11.0, etc.). A manifest should exist for each OLM V1 release version. We'll then need to design and document the process by which we create these releases, and create github actions to automate the process as much as possible.
Goal: To make the release process for OLM V1 simple and repeatable by creating tools, repositories, and documented processes.
To accomplish this goal, we'll need a standardized method of installation for each sub-component of OLM V1. We can then use this to create an installation command to deploy everything in one go. Our installation command should install each sub-component at the version specified in a release manifest (e.g.
operator-controller: v0.1.0, rukpak: v0.11.0, etc.
). A manifest should exist for each OLM V1 release version. We'll then need to design and document the process by which we create these releases, and create github actions to automate the process as much as possible.Currently Proposed Stories:
https://github.com/operator-framework/operator-controller/issues/113Obsolete