Releases: SAP/cap-operator-lifecycle
Release list
0.32.1
What's Changed
- minor fix on rolloutDelay type with #228
Full Changelog: 0.32.0...0.32.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.32.1/manager_manifest.yaml
and
kubectl apply -f https://github.com/SAP/cap-operator-lifecycle/releases/download/0.32.1/manager_default_CR.yaml
0.32.0
What's Changed
- [Release] helm: Chart updated to use the latest cap-operator release
- Enable rollout delay and rate limit config
- Dependencies updated
Full Changelog: 0.31.0...0.32.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.32.0/manager_manifest.yaml
and
kubectl apply -f https://github.com/SAP/cap-operator-lifecycle/releases/download/0.32.0/manager_default_CR.yaml
helm/0.32.0
[Release] helm: Chart updated (#227) Updates for next release.
0.31.0
What's Changed
- [Release] helm: Chart updated to use the latest cap-operator release
- Subscription Server supports domains > 64chars now.
- Manager:
- Operator CustomResource now allows enhanced configuration like the helm chart
- Actions/Dependencies updated
Full Changelog: 0.30.0...0.31.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.31.0/manager_manifest.yaml
and
kubectl apply -f https://github.com/SAP/cap-operator-lifecycle/releases/download/0.31.0/manager_default_CR.yaml
helm/0.31.0
[Release] helm: Chart updated (#219) Updates for next release.
0.30.0
What's Changed
- [Release] helm: Chart updated to use the latest cap-operator release
- Manager:
- Pod cache issue fixed with #206
- Dependencies updated
Full Changelog: 0.29.1...0.30.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.30.0/manager_manifest.yaml
and
kubectl apply -f https://github.com/SAP/cap-operator-lifecycle/releases/download/0.30.0/manager_default_CR.yaml
helm/0.30.0
[Release] helm: Chart updated (#210) Updates for next release.
0.29.1
What's Changed
- [Release] helm: Chart updated to use the latest cap-operator release
- Manager:
- dependencies updated
- CEL validations used
- ResourceRequirements exposed
Full Changelog: 0.28.0...0.29.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.29.1/manager_manifest.yaml
and
kubectl apply -f https://github.com/SAP/cap-operator-lifecycle/releases/download/0.29.1/manager_default_CR.yaml
helm/0.29.1
[Release] helm: Chart updated (#202) Updates for next release.
helm/0.29.0
[Misc] OperatorManager: Dependencies & Go version updated (#201) Go: - Update to latest patch. - Dockerfile version updated. Code: - Update to the latest version of dependencies. - No changes to CRDs/manifest.