diff options
author | Vijay Venkatesh Kumar <vv770d@att.com> | 2019-05-13 17:44:24 +0000 |
---|---|---|
committer | Vijay Venkatesh Kumar <vv770d@att.com> | 2019-05-13 17:45:06 +0000 |
commit | c6049411727dad23ed96dfcbd92c2c44f2d4d671 (patch) | |
tree | ae2accf1a1cd8a6c5f4225d440d20ddaef4526a4 | |
parent | ebdcd49b1ffb343f26f331565983757bc7687355 (diff) |
Include cert update stepscasablanca
Change-Id: I679fe22c02aa5dadebe1a6be027ec802493fa735
Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com>
Issue-ID: DCAEGEN2-1451
-rw-r--r-- | docs/sections/release-notes.rst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/sections/release-notes.rst b/docs/sections/release-notes.rst index b6d1210b..125caec5 100644 --- a/docs/sections/release-notes.rst +++ b/docs/sections/release-notes.rst @@ -47,6 +47,12 @@ The following containers are updated in R3.0.1 - An issue related to VESCollector basic authentication was noted and tracked under DCAEGEN2-1130. This configuration is not enabled by default for R3.0.1; and fix will be handled in Dublin +- Certificates under onap/org.onap.dcaegen2.deployments.tls-init-container:1.0.0 has expired March'2019 and impacting CL deployment from CLAMP. Follow below workaround to update the certificate + kubectl get deployments -n onap | grep deployment-handler + kubectl edit deployment -n onap dev-dcaegen2-dcae-deployment-handler + Search and change tag onap/org.onap.dcaegen2.deployments.tls-init-container:1.0.0 to onap/org.onap.dcaegen2.deployments.tls-init-container:1.0.3 + + Version: 3.0.0 |