Skip to content

Releases: application-stacks/runtime-component-operator

1.3.0-rc.2

06 Nov 02:38
ff19816
Compare
Choose a tag to compare
1.3.0-rc.2 Pre-release
Pre-release

Do not use in production. For internal testing only.

1.3.0-rc.1

03 Nov 22:17
bbe40e9
Compare
Choose a tag to compare
1.3.0-rc.1 Pre-release
Pre-release

Do not use in production. For internal testing only.

1.2.2

23 Aug 13:55
e5031b7
Compare
Choose a tag to compare

Install instructions are here. See the new user guide for more information on how to use the Runtime Component Operator.

  • Updated UBI OS and APIs to include security fixes

1.2.2-rc.1

01 Aug 15:21
d3b99c3
Compare
Choose a tag to compare
1.2.2-rc.1 Pre-release
Pre-release

Not for production use. For internal development and testing use only.

1.2.1

29 Jun 20:06
405e42e
Compare
Choose a tag to compare

Install instructions are here. See the new user guide for more information on how to use the Runtime Component Operator.

  • Added .status.versions.reconciled field to custom resources to easily identify the Runtime Component Operator version that reconciled them
  • Updated UBI OS and APIs to include security fixes

1.2.1-rc.1

15 Jun 21:40
Compare
Choose a tag to compare
1.2.1-rc.1 Pre-release
Pre-release

Not for production use. For internal development and testing use only.

1.2.0

26 Apr 21:38
dbb851f
Compare
Choose a tag to compare

Install instructions are here. See the new user guide for more information on how to use the Runtime Component Operator.

0.8.2

14 Jun 13:15
c9c299b
Compare
Choose a tag to compare

Install instructions are here. See the new user guide for more information on how to use the Runtime Component Operator.

Important information: Are you upgrading from version 0.7.1 or below? If yes, then read this carefully. API version of the custom resources (CRs) RuntimeComponent and RuntimeOperation have changed in version 0.8.0. Custom resources with apiVersion: app.stacks/v1beta1 are not handled by Runtime Component Operator versions 0.8.0 and above. Back up the existing custom resources with apiVersion: app.stacks/v1beta1 and delete them. Then create new custom resources with apiVersion: rc.app.stacks/v1beta2.

0.8.1

09 Mar 23:36
8c26ed6
Compare
Choose a tag to compare

Install instructions are here. See the new user guide for more information on how to use the Runtime Component Operator.

Important information: Are you upgrading from version 0.7.1 or below? If yes, then read this carefully. API version of the custom resources (CRs) RuntimeComponent and RuntimeOperation have changed in version 0.8.0. Custom resources with apiVersion: app.stacks/v1beta1 are not handled by Runtime Component Operator versions 0.8.0 and above. Back up the existing custom resources with apiVersion: app.stacks/v1beta1 and delete them. Then create new custom resources with apiVersion: rc.app.stacks/v1beta2.

Added

  • Added p and z-linux images to Docker Hub to support install options with kubectl or kustomize. OLM install option only supports amd64. (#332)

Fixed

  • Fix to allow multiple /'s in application image (#333)

0.8.0

26 Nov 15:09
44c89e6
Compare
Choose a tag to compare

Install instructions are here. See the new user guide for more information on how to use the Runtime Component Operator.

Breaking changes: Are you upgrading from version 0.7.1 or below? If yes, then read this carefully. API version of the custom resources (CRs) RuntimeComponent and RuntimeOperation have changed in version 0.8.0. Custom resources with apiVersion: app.stacks/v1beta1 are not handled by Runtime Component Operator versions 0.8.0 and above. Back up the existing custom resources with apiVersion: app.stacks/v1beta1 and delete them. Then create new custom resources with apiVersion: rc.app.stacks/v1beta2.

Removed

  • Following fields have been removed:
    • .spec.architecture
    • .spec.bindings.*
    • .spec.createAppDefinition
    • .spec.route.certificate
    • .spec.service.certificate
    • .spec.service.consumes.*
    • .spec.service.provides.*

Changed

  • Following fields have been renamed or moved:
    • .spec.livenessProbe --> .spec.probes.liveness
    • .spec.readinessProbe --> .spec.probes.readiness
    • .spec.resourceConstraints.* --> .spec.resources.*
    • .spec.storage --> .spec.statefulSet.storage
    • .spec.version --> .spec.applicationVersion

Added

  • Following fields were added:
    • .spec.deployment.*
    • .spec.probes.startup
    • .spec.route.pathType
    • .spec.service.bindable
    • .spec.statefulSet.*