che-operator/olm
David Festal a24ed3760a
Release 7.1.0 (#78)
* Fix the release script
* Update default tags to `7.1.0`
* Slightly fix the OLM release script to produce meaningful diffs
* Release OLM files to `7.1.0`

Signed-off-by: David Festal <dfestal@redhat.com>
2019-09-09 18:56:55 +02:00
..
eclipse-che-preview-kubernetes Release 7.1.0 (#78) 2019-09-09 18:56:55 +02:00
eclipse-che-preview-openshift Release 7.1.0 (#78) 2019-09-09 18:56:55 +02:00
README.md Don't allow installing Che with Openshift Oauth when no OAuth user exist (#74) 2019-09-02 18:47:30 +02:00
check-yq.sh Fix release scripts after first use (#60) 2019-07-26 12:26:52 -04:00
docker-run.sh Don't allow installing Che with Openshift Oauth when no OAuth user exist (#74) 2019-09-02 18:47:30 +02:00
prepare-community-operators-update.sh Release 7.0.0 (#69) 2019-08-14 23:37:00 +02:00
push-olm-files-to-quay.sh Fix release scripts after first use (#60) 2019-07-26 12:26:52 -04:00
release-olm-files.sh Release 7.1.0 (#78) 2019-09-09 18:56:55 +02:00
update-nightly-olm-files.sh Don't allow installing Che with Openshift Oauth when no OAuth user exist (#74) 2019-09-02 18:47:30 +02:00

README.md

Pre-Requisites

OLM packages scripts are using some required dependencies that need to be installed

If these dependencies are not installed, docker-run.sh can be used as a container bootstrap to run a given script with the appropriate dependencies.

Example : $ docker-run.sh update-nightly-olm-files.sh

Make new changes to OLM artifacts

Every change needs to be done in a new OLM artifact as previous artifacts are frozen.

A script is generating new folders/files that can be edited.

In olm folder

  • If all dependencies are installed on the system:
$ update-nightly-olm-files.sh
  • To use a docker environment
$ docker-run.sh update-nightly-olm-files.sh

Then the changes can be applied in the newly created CSV files.