Releases: SAP/cap-operator-lifecycle
Releases · SAP/cap-operator-lifecycle
helm/0.15.0
[Release] helm: chart updated Updates for next release.
0.14.1
What's Changed
- [Misc] OperatorManager: Dependencies updated
- Chart updated to include the fix for duplicate virtual services
Full Changelog: 0.14.0...0.14.1
You can install the CAP Operator Manager in your local cluster (which will in turn install the CAP Operator) using these commands:
kubectl apply -f https://github.com/SAP/cap-operator-lifecycle/releases/download/0.14.1/manager_manifest.yaml
and
kubectl apply -f https://github.com/SAP/cap-operator-lifecycle/releases/download/0.14.1/manager_default_CR.yaml
helm/0.14.1
[Pre-Release] Chart version(s) updated Update version(s) prior to release of `0.14.1`
0.14.0
What's Changed
- Consume the latest version of the helm chart (0.14.0)
- [Misc] OperatorManager: Dependencies updated
- [Feat] Enabled webhook & subscription server certificate configuration on
CAPOperator
resource - [Feat] Added
serviceMonitorSelectorLabels
option onCAPOperator
resource - [Fix] Added
servicemonitors
to the cap-operator-manager rbac role
Full Changelog: 0.11.1...0.14.0
You can install the CAP Operator Manager in your local cluster (which will in turn install the CAP Operator) using these commands:
kubectl apply -f https://github.com/SAP/cap-operator-lifecycle/releases/download/0.14.0/manager_manifest.yaml
and
kubectl apply -f https://github.com/SAP/cap-operator-lifecycle/releases/download/0.14.0/manager_default_CR.yaml
helm/0.14.0
[Misc] OperatorManager: Dependencies updated Update to the latest version of Go dependencies. - no changes to CRD.
helm/0.13.0
[Misc] OperatorManager: Dependencies updated Update to the latest version of Go dependencies. - no changes to CRD.
helm/0.12.0
[Misc] helm: Chart version updated Prep for next release
0.11.1
What's Changed
- [FEAT] added
podLabels
andpodAnnotations
at chart and component level by @skrishnan-sap in #87 - [FIX] remove incompatible selector change in chart by @skrishnan-sap in #88
- [Misc] OperatorManager: Dependencies updated by @Pavan-SAP in #89
- [Misc] OperatorManager: Dependencies updated by @Pavan-SAP in #90
- [Misc] OperatorManager: Dependencies updated by @Pavan-SAP in #92
- remove controller access to get CRDs by @skrishnan-sap in #91
- [FEATURE] helm: Monitoring options added by @Pavan-SAP in #95
- [Release] helm: Operator CRDs updated by @Pavan-SAP in #97
- [FEATURE] OperatorManager: Monitoring config added by @Pavan-SAP in #98
Full Changelog: 0.10.0...0.11.1
You can install the CAP Operator Manager in your local cluster (which will in turn install the CAP Operator) using these commands:
kubectl apply -f https://github.com/SAP/cap-operator-lifecycle/releases/download/0.11.1/manager_manifest.yaml
and
kubectl apply -f https://github.com/SAP/cap-operator-lifecycle/releases/download/0.11.1/manager_default_CR.yaml
helm/0.11.1
[Release] helm: Operator CRDs updated These were missing from the release, so we release a minor patch on the same.
helm/0.11.0
[FEATURE] helm: Monitoring options added Enable optional monitoring based on metrics implementation for operator- controller & server. Controller: - Provide configuration for enabling detailed operational metrics. Release: Bump up version before release.