Skip to content

0.8.1

Compare
Choose a tag to compare
@leochr leochr released this 09 Mar 23:36
· 2 commits to 0.8.x since this release
8c26ed6

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)