-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
HAWNG-613: Restores the version property to the operator CRD
* Makefile * Adds a CSV_SKIP_RANGE to hide the 1.0.0 - 1.0.1 versions of the operator that contain the problematic CRD * Adds support to pre-bundle rule for CSV_SKIP_RANGE * Switches to speech marks around sed patterns to stop the < & > operators in the CSV_SKIP_RANGE from acting as shell redirection operators * .../hawtio-operator.clusterserviceversion.yaml * Executing `make bundle` adds the skipRange property to the CSV * ...hawtio_cr.yaml * version property is a string so should be enclosed with speech marks * Includes a default version property in v1 version * v1/hawtio_types.go * Restores the version property and adds comment explaining this is only for legacy purposes. This comment is carried through to the Hawtio form shown in the OpenShift console * v1alpha1/hawtio_types.go * Adds the deprecation warning * Tidies up some minor comments * hawtio.io_hawtios.yaml CRD * Re-generated CRD with latest changes including insertion of the version property into the v1 schema
- Loading branch information
1 parent
a54c298
commit fe0eda5
Showing
9 changed files
with
66 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters