Skip to content
This repository has been archived by the owner on Aug 2, 2023. It is now read-only.

0.6.0-rc.3

Pre-release
Pre-release
Compare
Choose a tag to compare
@kaczyns kaczyns released this 19 Feb 15:00

The kabanero-operator has the following new features since version 0.5.0:

  • The 'Collection' CRD has been replaced with the Stack CRD. Any Collection CRs which are found after upgrading to kabanero-operator 0.6.0-rc.3 will be converted to Stack CRs, and the Collection CRs will be deleted.
  • The Kabanero CRD is now using v1alpha2, and has several changes. Of particular note, the Kabanero pipelines used by the Stacks must be specified in the Kabanero CR instance. The kabanero-operator will attempt to convert any v1alpha1 Kabanero CR instances to v1alpha2 when it starts. Please see the example CR instances in the config/samples directory to see the new format.
  • Due to the migration from Collections to Stacks, the kabanero-operator 0.6.0 is unable to configure Kabanero CR instances from prior releases (ie 0.4.0, 0.5.0). Be sure that if the spec.version is coded in your Kabanero CR instance, that is set to 0.6.0.
  • The versions of several Tekton components has changed. Pipelines is now at v0.10.1. Triggers is now at v0.2.1. Dashboard is now at v0.5.2. If you have generated Github webhooks for your pipelines using the Tekton Dashboard, they will need to be regenerated, as there are several breaking changes between Triggers v0.1.0 and v0.2.1.
  • The Che operator has been replaced with the CodeReady Workspaces operator.
  • A Red Hat Single Sign-On (RH-SSO) server is available for application use, and can be configured using the Kabanero CR instance.
  • The uninstall script deletes the kabanero namespace
  • This release was tested on OCP 4.3. While we don't have reason to believe that kabanero-operator 0.6.0-rc.2 would not work on OCP 4.2, it was not tested there, and we will be unable to provide support for running kabanero-operator at that level.

The following was used to test this release:

  • OpenShift Container Platform (OCP) 4.3
  • OpenShift Service Mesh 1.0.4
  • OpenShift Serverless Operator 1.3.0
  • OpenShift Pipelines Operator 0.10.4
  • Appsody Operator 0.3.0
  • CodeReady WorkSpaces Operator
  • Tekton Dashboard 0.5.2

This is a release-candidate and it is our intention to delete this release and its associated containers in 90 days.