X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;ds=inline;f=docs%2Frelease-notes.rst;h=77929b7ff44ccfe96d4498d44365104be02aaf66;hb=a4007dd6135b3d2fe02d5ce7e88ded68155403cd;hp=c87eee0114237bdb41843a74ac740ec193a23d44;hpb=25af1e124044f9f9349a0c56403d5376a570b8db;p=oom.git diff --git a/docs/release-notes.rst b/docs/release-notes.rst index c87eee0114..77929b7ff4 100644 --- a/docs/release-notes.rst +++ b/docs/release-notes.rst @@ -8,6 +8,46 @@ Release Notes ============= +Version 3.0.0 Casablanca Release +-------------------------------- + +:Release Date: 2018-11-30 + +Summary +======= + +The focus of this release was on incremental improvements in the following areas: +- Pluggable persistent storage with support for GlusterFS as the first storage class provisioner +- CPU and Memory limits in Helm Charts to improve Pod placement based on resource availablity in Kubernetes Cluster +- Support of Node Selectors for Pod placement +- Common "shared" Helm Charts referencing common images + - mariadb-galera cluster + - postgres cluster + - cassandra + - mysql + - mongodb +- Integration of ARK Backup and Restore solution +- Introduction of Helm deploy and undeploy plugins to better manage ONAP deployments + + +**Security Notes** + +OOM code has been formally scanned during build time using NexusIQ and no Critical vulnerability was found. + +Quick Links: + - `OOM project page `_ + + - `Passing Badge information for OOM `_ + + +**Known Issues** + +Problem: kubectl connections to pods (kubectl exec|logs) will fail after a while due to a known bug in Kubernetes +Workaround: Restart of the kubelet daemons on the k8s hosts +Fix: Will be delivered in the next release via a new Kubernetes version +- `OOM-1532 `_ + + Version 2.0.0 Beijing Release -----------------------------