aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSylvain Desbureaux <sylvain.desbureaux@orange.com>2020-11-09 07:30:01 +0000
committerGerrit Code Review <gerrit@onap.org>2020-11-09 07:30:01 +0000
commit7623a932f4b725cab55386aaa640a1450deca0d3 (patch)
treee884f62469ed14e661f68a1ae92a7ba7af68b483
parent0e328863f856ecb17e6e6d6d37882570811ed87e (diff)
parente614fd356a9f179ca7f05bf3b0658c9b70145f04 (diff)
Merge "[PORTAL] Update image versions"
-rw-r--r--kubernetes/portal/components/portal-app/values.yaml2
-rw-r--r--kubernetes/portal/components/portal-mariadb/resources/config/mariadb/oom_updates.sql4
-rw-r--r--kubernetes/portal/components/portal-sdk/values.yaml2
-rw-r--r--kubernetes/portal/components/portal-widget/values.yaml2
4 files changed, 5 insertions, 5 deletions
diff --git a/kubernetes/portal/components/portal-app/values.yaml b/kubernetes/portal/components/portal-app/values.yaml
index 3f55f4a08e..01d4261bdf 100644
--- a/kubernetes/portal/components/portal-app/values.yaml
+++ b/kubernetes/portal/components/portal-app/values.yaml
@@ -56,7 +56,7 @@ secrets:
# application image
repository: nexus3.onap.org:10001
-image: onap/portal-app:3.4.1
+image: onap/portal-app:3.4.2
pullPolicy: Always
# application configuration
diff --git a/kubernetes/portal/components/portal-mariadb/resources/config/mariadb/oom_updates.sql b/kubernetes/portal/components/portal-mariadb/resources/config/mariadb/oom_updates.sql
index 1e2806759f..f9db78ba4d 100644
--- a/kubernetes/portal/components/portal-mariadb/resources/config/mariadb/oom_updates.sql
+++ b/kubernetes/portal/components/portal-mariadb/resources/config/mariadb/oom_updates.sql
@@ -76,8 +76,8 @@ update fn_app set app_username='aaiui', app_password='4LK69amiIFtuzcl6Gsv97Tt7ML
-- Disabled Policy APP
UPDATE fn_app fa SET fa.enabled = 'N' WHERE app_name = 'Policy';
-
-
+-- Disabled AAIUI APP
+UPDATE fn_app fa SET fa.enabled = 'N' WHERE app_name = 'A&AI UI';
/*
Replace spaces with underscores for role names to match AAF role names
*/
diff --git a/kubernetes/portal/components/portal-sdk/values.yaml b/kubernetes/portal/components/portal-sdk/values.yaml
index ae373a2f54..dc27aaeb92 100644
--- a/kubernetes/portal/components/portal-sdk/values.yaml
+++ b/kubernetes/portal/components/portal-sdk/values.yaml
@@ -57,7 +57,7 @@ secrets:
# application image
repository: nexus3.onap.org:10001
-image: onap/portal-sdk:3.4.1
+image: onap/portal-sdk:3.4.2
pullPolicy: Always
# application configuration
diff --git a/kubernetes/portal/components/portal-widget/values.yaml b/kubernetes/portal/components/portal-widget/values.yaml
index 1367b25e4c..f1fddde824 100644
--- a/kubernetes/portal/components/portal-widget/values.yaml
+++ b/kubernetes/portal/components/portal-widget/values.yaml
@@ -68,7 +68,7 @@ config:
#################################################################
# application image
repository: nexus3.onap.org:10001
-image: onap/portal-wms:3.4.1
+image: onap/portal-wms:3.4.2
pullPolicy: Always
# flag to enable debugging - application support required
iv class="highlight">
.. This work is licensed under a Creative Commons Attribution 4.0
   International License. http://creativecommons.org/licenses/by/4.0
   Copyright 2017 AT&T Intellectual Property.  All rights reserved.
   Copyright 2018-2021 by ONAP and contributors.

.. _doc_release_notes:

:orphan:

Release Notes
=============

This document provides the release notes for the documentation project.

London Releases
===============

The following releases are available:
  - `London Major Release 12.0.0`_

London Major Release 12.0.0
===========================

+--------------------------------------+--------------------------------------+
| **Project**                          | Documentation Project                |
|                                      |                                      |
+--------------------------------------+--------------------------------------+
| **Release name**                     | London                               |
|                                      |                                      |
+--------------------------------------+--------------------------------------+
| **Release version**                  | 12.0.0                               |
|                                      |                                      |
+--------------------------------------+--------------------------------------+


New features
------------

- Documentation cleaned up.
- Projects (repositories) which do not create a stable release branch are no
  longer included in the release documentation. This should help to improve the
  release management process.
- Example configuration files for setting up a proper process of documentation
  creation were updated. Please check the 'doc' repository.
- The guide to set up a development system for documentation was updated.
- Improved navigation structure.
- Updated 'Guides' section.

All JIRA tickets for this release can be found here:
`ONAP Documentation Jira`_

.. _`ONAP Documentation Jira`: https://jira.onap.org/issues/?jql=project%20%3D%20DOC%20AND%20fixVersion%20%3D%20%22London%20Release%22%20%20ORDER%20BY%20priority%20DESC%2C%20updated%20DESC