Releases: application-stacks/runtime-component-operator
1.3.0-rc.2
Do not use in production. For internal testing only.
1.3.0-rc.1
Do not use in production. For internal testing only.
1.2.2
1.2.2-rc.1
Not for production use. For internal development and testing use only.
1.2.1
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
Not for production use. For internal development and testing use only.
1.2.0
0.8.2
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
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
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.*