Kong / kong-operator

Kong Operator for Kubernetes and OpenShift
https://konghq.com
Apache License 2.0
58 stars 27 forks source link

fix: move 0.9.0 into a new channel #69

Closed rainest closed 2 years ago

rainest commented 2 years ago

0.9.0 has no replaces information. Release channels must account for all versions available in OLM, and build a chain of channel versions by walking back from the tips'/current CSVs' replaces information.

To cover all releases, this introduces a new alpha.1 channel with 0.9.0 as the tip, and makes it the default.

Update 0.9 CSV description with upgrade path information.