diff options
author | JerzySzachniewicz <jerzy.szachniewicz@nokia.com> | 2020-12-17 09:23:24 +0100 |
---|---|---|
committer | Jerzy Szachniewicz <jerzy.szachniewicz@nokia.com> | 2020-12-17 08:30:45 +0000 |
commit | 7c9b34c0ea0186946eb0539e9b35276f59420583 (patch) | |
tree | c9067158053cc0b6460ff9f210805fe34d5974b8 | |
parent | 943bb0a59f1df5819e172e99b6b57d4a2b22d208 (diff) |
update cm-container with k8splugin 3.5.13.4.2-cm-container
Added support for services witch ipv6
Issue-ID: DCAEGEN2-2388
Signed-off-by: JerzySzachniewicz <jerzy.szachniewicz@nokia.com>
Change-Id: Id0b8fbf2f4dedba2ef7929462f5c5d1ccbbc47fc
-rw-r--r-- | cm-container/pom.xml | 2 | ||||
-rwxr-xr-x | cm-container/scripts/get-plugins.sh | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/cm-container/pom.xml b/cm-container/pom.xml index c1ab38b..e676be6 100644 --- a/cm-container/pom.xml +++ b/cm-container/pom.xml @@ -27,7 +27,7 @@ limitations under the License. <groupId>org.onap.dcaegen2.deployments</groupId> <artifactId>cm-container</artifactId> <name>dcaegen2-deployments-cm-container</name> - <version>3.4.1</version> + <version>3.4.2</version> <url>http://maven.apache.org</url> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> diff --git a/cm-container/scripts/get-plugins.sh b/cm-container/scripts/get-plugins.sh index a621b61..5d11254 100755 --- a/cm-container/scripts/get-plugins.sh +++ b/cm-container/scripts/get-plugins.sh @@ -31,7 +31,7 @@ PLUGINS=\ "\ /dcaepolicyplugin/2.4.0/dcaepolicyplugin-2.4.0-py27-none-linux_x86_64.wgn|/dcaepolicyplugin/2.4.0/dcaepolicyplugin_types.yaml \ /relationshipplugin/1.1.0/relationshipplugin-1.1.0-py27-none-linux_x86_64.wgn|/relationshipplugin/1.1.0/relationshipplugin_types.yaml \ -/k8splugin/3.4.3/k8splugin-3.4.3-py27-none-linux_x86_64.wgn|/k8splugin/3.4.3/k8splugin_types.yaml \ +/k8splugin/3.5.1/k8splugin-3.5.1-py27-none-linux_x86_64.wgn|/k8splugin/3.5.1/k8splugin_types.yaml \ /clamppolicyplugin/1.1.0/clamppolicyplugin-1.1.0-py27-none-linux_x86_64.wgn|/clamppolicyplugin/1.1.0/clamppolicyplugin_types.yaml \ /dmaap/1.5.0/dmaap-1.5.0-py27-none-linux_x86_64.wgn|/dmaap/1.5.0/dmaap_types.yaml \ /helm/4.2.0/helm-4.2.0-py27-none-linux_x86_64.wgn|/helm/4.2.0/helm_types.yaml \ |