From 25afe431bc1dfa132990019f63fbcef486404f2f Mon Sep 17 00:00:00 2001 From: Zebek Bogumil Date: Thu, 18 Mar 2021 08:37:19 +0100 Subject: Release vesclient container The first version of container. It contains the same functionality as pnf-simulator. Issue-ID: INT-1869 Signed-off-by: Zebek Bogumil Change-Id: I9b54e9aa3d8d2e43b8543bce556e3241663cef70 --- Changelog.md | 9 +++++++++ releases/1.0.0-container.yaml | 8 ++++++++ 2 files changed, 17 insertions(+) create mode 100644 Changelog.md create mode 100644 releases/1.0.0-container.yaml diff --git a/Changelog.md b/Changelog.md new file mode 100644 index 0000000..043bccf --- /dev/null +++ b/Changelog.md @@ -0,0 +1,9 @@ +# Change Log +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog](http://keepachangelog.com/) +and this project adheres to [Semantic Versioning](http://semver.org/). + +## [1.0.0] - 18/03/2021 + - [INT-1869](https://jira.onap.org/browse/INT-1869) - Move pnf-simulator to nf-simulator/ves-client repository + diff --git a/releases/1.0.0-container.yaml b/releases/1.0.0-container.yaml new file mode 100644 index 0000000..a7f67c7 --- /dev/null +++ b/releases/1.0.0-container.yaml @@ -0,0 +1,8 @@ +distribution_type: 'container' +container_release_tag: '1.0.0' +project: 'integration-simulators-nf-simulator-ves-client' +log_dir: 'integration-simulators-nf-simulator-ves-client-maven-docker-stage-master/9/' +ref: 60b08e9c4990a1070641dc5378c49a85d1a9cf20 +containers: + - name: 'org.onap.integration.nfsimulator.vesclient' + version: '1.0.0-STAGE-20210318T065849Z' \ No newline at end of file -- cgit 1.2.3-korg