diff options
-rw-r--r-- | Changelog.md | 4 | ||||
-rw-r--r-- | releases/1.0.1-container.yaml | 8 |
2 files changed, 12 insertions, 0 deletions
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 |