ONAP Operations Manager Release Notes

Previous Release Notes

Abstract

This document provides the release notes for the Istanbul release.

Summary

Release Data

Project

OOM

Docker images

N/A

Release designation

Istanbul

Release date

2021/11/04

New features

Bug fixes

A list of issues resolved in this release can be found here: https://jira.onap.org/projects/OOM/versions/11074

Known Issues

Deliverables

Software Deliverables

OOM provides Helm charts

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 Honolulu to Istanbul 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