From 2455cf3aabbdbcfd1d299caad558dede96ac85fe Mon Sep 17 00:00:00 2001 From: lukegleeson Date: Tue, 11 Oct 2022 17:32:38 +0100 Subject: Default CMHandles to READY during upgrade Allows upgrade from liquibase changelog 11 to 16 Sets CMHandles which do not have a state to state READY Issue-ID: CPS-1312 Signed-off-by: lukegleeson Change-Id: I6b6b05ba6fad3d174e43e9c385cbc1f9f4e4e5e5 (cherry picked from commit 8b37702647755949165dc822116ed10dca5c1c2f) --- docs/release-notes.rst | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'docs') diff --git a/docs/release-notes.rst b/docs/release-notes.rst index 8c90a1ffc7..7d2c93132c 100755 --- a/docs/release-notes.rst +++ b/docs/release-notes.rst @@ -40,6 +40,15 @@ Bug Fixes --------- - `CPS-1312 `_ CPS(/NCMP) does not have version control + +Known Limitations, Issues and Workarounds +----------------------------------------- + +*System Limitations* + +For upgrading, CPS uses Liquibase for database upgrades. CPS/NCMP currently only supports upgrading from Liquibase changelog 11 to Liquibase changelog 16. +This is from commit CPS-506: List all known modules and revision to CPS-1312: Default CMHandles to READY during upgrade or from ONAP release Honolulu to Kohn. + Version: 3.1.4 ============== -- cgit