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

0.4.0

Compare
Choose a tag to compare
@leochr leochr released this 20 Mar 20:12
· 23 commits to master since this release
b441348

Install instructions are here. For information on how to use the Appsody Application Operator, see the documentation.

Added

  • Added support for integration with OpenShift's Certificate Management. (#214)
  • Added support for referencing images in image streams. (#218)
  • Added support to specify application name to group related resources. (#237)
  • Added support for sidecar containers. (#237)
  • Added optional targetPort field to CRD (#181)
  • Added support for naming service port. (#237)
  • Added must-gather scripts for troubleshooting. (#209)
  • Added the shortnames app and apps to the AppsodyApplication CRD. (#198)
  • Added OpenShift specific annotations (#54)
  • Set port name for Knative service if specified (#55)

Changed

  • Changed the match label of the ServiceMonitor created by operator from app.appsody.dev/monitor to monitor.appsody.dev/enabled
  • Breaking change: When service.consumes[].namespace is not specified, injected name of environment variable follows <SERVICE-NAME>_<KEY> format and binding information are mounted at <mountPath>/<service_name>. (#27 and #46)