Releases: application-stacks/runtime-component-operator
1.3.1-rc.1
For internal testing only. Do not use in production.
1.3.0
Install instructions are here. See the new user guide for more information on how to use the Runtime Component Operator.
- Enhancements for high availability and scaling of applications across multiple availability zones
- Support for OpenShift 4.14 and Kubernetes 1.27
- Updates to Operator SDK, Kubernetes APIs and other libraries
- Security vulnerabilities fixes
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
.