diff options
author | Piotr Marcinkiewicz <piotr.marcinkiewicz@nokia.com> | 2021-09-01 16:33:24 +0200 |
---|---|---|
committer | Piotr Marcinkiewicz <piotr.marcinkiewicz@nokia.com> | 2021-09-01 16:33:24 +0200 |
commit | 8241536266608ef9c68b9dfeae64978a99ec15ff (patch) | |
tree | 15752804c89343355229c38e482546c280d20c40 | |
parent | 425523e534e5089b342ef3277a20a84f0844a92a (diff) |
Release VES 1.10.1
Update Cbs-Client to version 1.8.7
- read configuration from file by default
Fix ambiguities in pom.xml for spring-boot-maven-plugin
and docker base image
Issue-ID: DCAEGEN2-2719
Signed-off-by: Piotr Marcinkiewicz <piotr.marcinkiewicz@nokia.com>
Change-Id: If1b7405addc7fa0a2b3a73e1d04c5e280038c9f2
-rw-r--r-- | releases/1.10.1-container.yaml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/releases/1.10.1-container.yaml b/releases/1.10.1-container.yaml new file mode 100644 index 00000000..6dff355c --- /dev/null +++ b/releases/1.10.1-container.yaml @@ -0,0 +1,8 @@ +distribution_type: 'container' +container_release_tag: '1.10.1' +project: 'dcaegen2-collectors-ves' +log_dir: 'dcaegen2-collectors-ves-maven-docker-stage-master/780/' +ref: 425523e534e5089b342ef3277a20a84f0844a92a +containers: + - name: 'org.onap.dcaegen2.collectors.ves.vescollector' + version: '1.10.1-20210901T064835Z' |