Skip to content

Releases: SAP/cap-operator-lifecycle

helm/0.15.0

10 Jun 16:19
Compare
Choose a tag to compare
[Release] helm: chart updated

Updates for next release.

0.14.1

29 Apr 13:00
Compare
Choose a tag to compare

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

14 Apr 09:22
Compare
Choose a tag to compare
[Pre-Release] Chart version(s) updated

Update version(s) prior to release of `0.14.1`

0.14.0

13 Mar 08:43
Compare
Choose a tag to compare

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 on CAPOperator 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

12 Mar 12:17
Compare
Choose a tag to compare
[Misc] OperatorManager: Dependencies updated

Update to the latest version of Go dependencies.
- no changes to CRD.

helm/0.13.0

24 Feb 15:11
Compare
Choose a tag to compare
[Misc] OperatorManager: Dependencies updated

Update to the latest version of Go dependencies.
- no changes to CRD.

helm/0.12.0

20 Feb 09:00
Compare
Choose a tag to compare
[Misc] helm: Chart version updated

Prep for next release

0.11.1

18 Nov 18:47
Compare
Choose a tag to compare

What's Changed

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

14 Nov 08:50
Compare
Choose a tag to compare
[Release] helm: Operator CRDs updated

These were missing from the release, so we release a minor patch on the same.

helm/0.11.0

13 Nov 15:47
Compare
Choose a tag to compare
[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.