Releases: OpenLiberty/open-liberty-operator
Releases · OpenLiberty/open-liberty-operator
0.5.0
Install instructions are here. For information on how to use the Open Liberty Operator, see the documentation.
Added
- Added Ingress (vanilla) support (#79, #141)
- Added support for external service bindings (#76, #141)
- Added additional service ports support (#80, #141)
- Added support to specify NodePort on service (#60, #141)
Fixed
0.4.0
Install instructions are here. For information on how to use the Open Liberty Operator, see the documentation.
Added
- Added support for single sign-on using social login providers and any OIDC & OAuth 2.0 based clients. (#123)
- Added support for integration with cert-manager (Certificate CRD). (#122)
- Added support for referencing images in image streams. (#122)
- Added support to specify application name to group related resources. (#122)
- Added optional targetPort to service in the CRD. (#122)
- Added support for sidecar containers. (#122)
- Added support for naming service port. (#122)
- 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.openliberty.io/monitortomonitor.openliberty.io/enabled(#122) - Updated default environment variable for liberty logging to remove tracing from container logs (#95)
- Breaking change: When
service.consumes[].namespaceis not specified, injected name of environment variable follows<SERVICE-NAME>_<KEY>format and binding information are mounted at<mountPath>/<service_name>. (#27 and #46)
0.3.0
Install instructions are here. For information on how to use the Open Liberty Operator, see the documentation.
Added
- Initial version of Go-based Open Liberty Operator
- Supports all functionalities provided by the Appsody Operator v0.3.0
- Added support for day-2 operations specific to Open Liberty, such as server trace and dump.
Changed
- You can not upgrade from helm-based operator (v0.0.1) to Go-based operator as the APIs have changed.