operator-framework / enhancements

Apache License 2.0
9 stars 40 forks source link

OLM V1 Milestone 2 Distribution #123

Closed dtfranz closed 1 year ago

dtfranz commented 1 year ago

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:

dtfranz commented 1 year ago

All associated tasks have been completed - closing as completed.