From 40323db34bfe85c69e768c22e5f46b777cc4b24c Mon Sep 17 00:00:00 2001 From: Jack Lucas Date: Tue, 17 Apr 2018 17:14:05 +0000 Subject: Update k8s plugin to 1.1.0, policy to 2.3.0 Change-Id: I91948175a56f902c9d4c2dade5c3a6ead8c9790a Issue-ID: DCAEGEN2-447 Signed-off-by: Jack Lucas --- cm-container/get-type-files.sh | 4 ++-- cm-container/pom.xml | 2 +- k8s-bootstrap-container/build-plugins.sh | 4 ++-- k8s-bootstrap-container/pom.xml | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/cm-container/get-type-files.sh b/cm-container/get-type-files.sh index 414c8e1..06d8e47 100755 --- a/cm-container/get-type-files.sh +++ b/cm-container/get-type-files.sh @@ -29,9 +29,9 @@ DEST=/opt/manager/resources/onapspec DCAETYPEFILES=\ "\ -/dcaepolicyplugin/2.2.1/dcaepolicyplugin_types.yaml \ +/dcaepolicyplugin/2.3.0/dcaepolicyplugin_types.yaml \ /relationshipplugin/1.0.0/relationshipplugin_types.yaml \ -/k8splugin/1.0.1/k8splugin_types.yaml \ +/k8splugin/1.1.0/k8splugin_types.yaml \ " diff --git a/cm-container/pom.xml b/cm-container/pom.xml index 6d7114a..5abfe68 100644 --- a/cm-container/pom.xml +++ b/cm-container/pom.xml @@ -27,7 +27,7 @@ limitations under the License. org.onap.dcaegen2.deployments cm-container dcaegen2-deployments-cm-container - 1.2.0 + 1.3.0 http://maven.apache.org UTF-8 diff --git a/k8s-bootstrap-container/build-plugins.sh b/k8s-bootstrap-container/build-plugins.sh index ed7428c..69fb121 100755 --- a/k8s-bootstrap-container/build-plugins.sh +++ b/k8s-bootstrap-container/build-plugins.sh @@ -31,9 +31,9 @@ DEST=wagons # For DCAE, we get zips of the archives and build wagons DCAEPLUGINFILES=\ "\ -k8splugin/1.0.1/k8splugin-1.0.1.tgz +k8splugin/1.1.0/k8splugin-1.1.0.tgz dockerplugin/3.2.0/dockerplugin-3.2.0.tgz -dcaepolicyplugin/2.2.1/dcaepolicyplugin-2.2.1.tgz \ +dcaepolicyplugin/2.3.0/dcaepolicyplugin-2.3.0.tgz \ " # For CCSDK, we pull down the wagon files directly diff --git a/k8s-bootstrap-container/pom.xml b/k8s-bootstrap-container/pom.xml index 3537c5b..6eca043 100644 --- a/k8s-bootstrap-container/pom.xml +++ b/k8s-bootstrap-container/pom.xml @@ -27,7 +27,7 @@ limitations under the License. org.onap.dcaegen2.deployments k8s-bootstrap-container dcaegen2-deployments-k8s-bootstrap-container - 1.1.4 + 1.1.5 http://maven.apache.org UTF-8 -- cgit 1.2.3-korg