diff options
author | Alexis de Talhouƫt <alexis.de_talhouet@bell.ca> | 2018-12-04 12:56:59 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-12-04 12:56:59 +0000 |
commit | b205843ff0c534a1be0009f1b7538c517a6d8d7e (patch) | |
tree | 8747eb878c4a0273a3d25c6d17bb68729db6f033 /docs/release-notes.rst | |
parent | 72262c28939cd9f6e173bb810b23b54f8a3822c9 (diff) | |
parent | 8d601b3f3b33709be00af860f29b55c186f06cc5 (diff) |
Merge "update DFC tag to 1.1.0 for master branch"
Diffstat (limited to 'docs/release-notes.rst')
-rw-r--r-- | docs/release-notes.rst | 43 |
1 files changed, 43 insertions, 0 deletions
diff --git a/docs/release-notes.rst b/docs/release-notes.rst index c87eee0114..3e8a1be1b7 100644 --- a/docs/release-notes.rst +++ b/docs/release-notes.rst @@ -8,6 +8,49 @@ 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 + - postgres + - cassandra + - mysql + - mongo +* 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 <https://wiki.onap.org/display/DW/ONAP+Operations+Manager+Project>`_ + + - `Passing Badge information for OOM <https://bestpractices.coreinfrastructure.org/en/projects/1631>`_ + + +**Known Issues** + +Problem: kubectl connections to pods (kubectl exec|logs) will fail after a while due to a known bug in Kubernetes (1.11.2) +Workaround: Restart of the kubelet daemons on the k8s hosts +Fix: Will be delivered in the next release via a new Kubernetes version (1.12) +- `K8S Bug Report <https://github.com/kubernetes/kubernetes/issues/67659>`_ +- `OOM-1532 <https://jira.onap.org/browse/OOM-1532>`_ +- `OOM-1516 <https://jira.onap.org/browse/OOM-1516>`_ +- `OOM-1520 <https://jira.onap.org/browse/OOM-1520>`_ + + Version 2.0.0 Beijing Release ----------------------------- |