ONAP Operations Manager Release Notes

Previous Release Notes

Abstract

This document provides the release notes for the Jakarta release.

Summary

Release Data

Project

OOM

Docker images

N/A

Release designation

Jakarta

Release date

New features

Bug fixes

A list of issues resolved in this release can be found here:

Known Issues

Deliverables

Software Deliverables

OOM provides Helm charts that needs to be “compiled” into Helm package. see step 6 in quickstart guide.

Documentation Deliverables

Known Limitations, Issues and Workarounds

Known Vulnerabilities

Workarounds

  • OOM-2754 Because of updateEndpoint property added to cmpv2issuer CRD it is impossible to upgrade platform component from Istanbul to Jakarta release without manual steps. Actions that should be performed:

    1. Update the CRD definition:

      > kubectl -n onap apply -f oom/kubernetes/platform/components/cmpv2-cert-provider/crds/cmpv2issuer.yaml
      
    2. Upgrade the component:

      > helm -n onap upgrade dev-platform oom/kubernetes/platform
      
    3. Make sure that cmpv2issuer contains correct value for spec.updateEndpoint. The value should be: v1/certificate-update. If it’s not, edit the resource:

      > kubectl -n onap edit cmpv2issuer cmpv2-issuer-onap
      

Security Notes

Fixed Security Issues

References

For more information on the ONAP Istanbul release, please see:

  1. ONAP Home Page

  2. ONAP Documentation

  3. ONAP Release Downloads

  4. ONAP Wiki Page