From 8be57ab7523dc201a54cf4f5b0251159af1fda38 Mon Sep 17 00:00:00 2001 From: Edyta Krukowska Date: Thu, 22 Apr 2021 12:05:53 +0200 Subject: Release avcn version 1.0.1 Issue-ID: INT-1869 Signed-off-by: Edyta Krukowska Change-Id: Ia77a910cc8ed1347176ed7e6003a4bea67277a5c --- Changelog.md | 4 ++++ releases/1.0.1-container.yaml | 8 ++++++++ 2 files changed, 12 insertions(+) create mode 100644 releases/1.0.1-container.yaml diff --git a/Changelog.md b/Changelog.md index cfddda6..746db9d 100644 --- a/Changelog.md +++ b/Changelog.md @@ -4,5 +4,9 @@ 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.1] - 22/04/2021 + - [INT-1869](https://jira.onap.org/browse/INT-1869) - Add healthcheck endpoint + ## [1.0.0] - 18/03/2021 - [INT-1869](https://jira.onap.org/browse/INT-1869) - Move avnc-manager to nf-simulator/avcn-manager repository \ No newline at end of file diff --git a/releases/1.0.1-container.yaml b/releases/1.0.1-container.yaml new file mode 100644 index 0000000..6b0dd01 --- /dev/null +++ b/releases/1.0.1-container.yaml @@ -0,0 +1,8 @@ +distribution_type: 'container' +container_release_tag: '1.0.1' +project: 'integration-simulators-nf-simulator-avcn-manager' +log_dir: 'integration-simulators-nf-simulator-avcn-manager-maven-docker-stage-master/56/' +ref: 9dde0643293fa5c06e845b2a8121486353e8e81c +containers: + - name: 'org.onap.integration.nfsimulator.avcnmanager' + version: '1.0.1-20210422T100038Z' \ No newline at end of file -- cgit 1.2.3-korg