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

Releases: kabanero-io/kabanero-operator

0.4.0

13 Dec 16:22
Compare
Choose a tag to compare

Kabanero-operator release 0.4.0 has been tested with the following components:

  • OpenShift Container Platform (OCP) 4.2
  • OpenShift Service Mesh 1.0.2
  • OpenShift Serverless Operator 1.1.0
  • OpenShift Pipelines Operator 0.7
  • Knative Eventing Operator 0.9
  • Knative Sources 0.9
  • Appsody Operator 0.2.2
  • Eclipse Che Operator 7.3.1

There are a few architectural changes in version 0.4.0 of the kabanero operator:

  • The collection controller has been separated into its own pod/container with its own service account. This will allow us flexibility in targeting a separate build or deploy namespace in a future release.
  • An admission webhook is added as a separate pod/container.
  • The collection index and pipeline resources retrieved from Github are cached locally after they are retrieved. The cache is maintained using etags. This should reduce the amount of traffic to Github when multiple collections use the same pipeline resources.

The install script attached to the release can be used to configure your OCP cluster for Kabanero. It can also be used to upgrade an existing Kabanero 0.3.1 - 0.3.x installation to the 0.4.0 level.

0.3.4

09 Dec 19:20
Compare
Choose a tag to compare

This is the fourth patch release in the Kabanero 0.3 stream. It contains the following fixes:
#348 Kabanero status errors when dependent subscriptions were created manually with different names

This patch release also updates the samples to use Kabanero collections 0.3.5.

The install.sh script can be used to upgrade a Kabanero 0.3.1, 0.3.2 or 0.3.3 to the 0.3.4 release.

0.3.3

04 Dec 19:41
Compare
Choose a tag to compare

This is the third patch release in the Kabanero 0.3 stream. It contains the following fixes:
#341 Better error message when any of the resource zip does not exist

This patch release also updates the samples to use Kabanero collections 0.3.4.

The install.sh script can be used to upgrade a Kabanero 0.3.1 or 0.3.2 to the 0.3.3 release.

0.4.0-rc.1

03 Dec 19:02
dcfb65a
Compare
Choose a tag to compare
0.4.0-rc.1 Pre-release
Pre-release

This is the first candidate for the Kabanero-operator 0.4.0 release. The following components are being tested:

  • OpenShift Container Platform (OCP) 4.2
  • OpenShift Service Mesh 1.0.2
  • OpenShift Serverless Operator 1.1.0
  • OpenShift Pipelines Operator 0.7
  • Knative Eventing Operator 0.9
  • Knative Sources 0.9
  • Appsody Operator 0.2.2
  • Eclipse Che Operator 7.3.1

The install script attached to the release can be used to configure your OCP cluster for Kabanero. The same script can be used to upgrade a Kabanero 0.3.1 or later installation.

0.3.2

03 Dec 16:24
297ca3c
Compare
Choose a tag to compare

This is the second patch release in the Kabanero 0.3 stream. It contains the following fixes:
#326 Large YAML files in a collection may be truncated

This patch release also updates the samples to use Kabanero collections 0.3.2.

The install.sh script can be used to upgrade a Kabanero 0.3.1 to the 0.3.2 release.

0.3.1

22 Nov 19:03
Compare
Choose a tag to compare

This is the first patch release in the Kabanero 0.3 stream. It contains fixes for the following issues:
#315 A collection cannot be deactivated after it's removed from the Collection Hub
#317 Install hangs installing the Serverless operator v1.2.0

The 0.3.1 release 'pins' the versions of most of the dependent operators by installing them from the Kabanero operator registry. Since this is a significant change, we recommend all users re-install from the 0.3.1 release if they had previously installed from the 0.3.0 release.

0.3.0

19 Nov 18:20
Compare
Choose a tag to compare

Kabanero-operator release 0.3.0 has been tested with the following components:

  • OpenShift Container Platform (OCP) 4.2
  • OpenShift Service Mesh 1.0.2
  • OpenShift Serverless Operator 1.1.0
  • OpenShift Pipelines Operator 0.7
  • Knative Eventing Operator 0.9
  • Knative Sources 0.9
  • Appsody Operator 0.2.2
  • Eclipse Che Operator 7.4.0

The install script attached to the release can be used to configure your OCP cluster for Kabanero.

0.3.0-rc.4

19 Nov 02:49
Compare
Choose a tag to compare
0.3.0-rc.4 Pre-release
Pre-release

This is the next release candidate for the 0.3.0 release. The samples use the 0.3.0-rc.5 collection hub.

0.2.2

18 Nov 10:51
Compare
Choose a tag to compare

This release builds on 0.2.1 and includes additional bug fixes, namely #303

To upgrade from kabanero-operator 0.2.1 or 0.2.0:

  1. git clone the kabanero-foundation repository and switch to the release-0.2 branch
  2. run the upgrade script: KABANERO_BRANCH=0.2.2 ./upgrade-kabanero-foundation.sh

0.3.0-rc.3

13 Nov 14:20
291b7e3
Compare
Choose a tag to compare
0.3.0-rc.3 Pre-release
Pre-release

This release adds several bug fixes to 0.3.0-rc.2. It continues to use version 0.3.0-rc.3 of the collections.