From 460858625b19d51b601337576efcd170e3095c6c Mon Sep 17 00:00:00 2001 From: Bartosz Gardziejewski Date: Thu, 4 Feb 2021 14:02:53 +0100 Subject: Update changelog and release version 1.0.3. Signed-off-by: Bartosz Gardziejewski Change-Id: I71595c95d155b246f2139a3c971ed849b1509bd4 Issue-ID: INT-1844 --- Changelog.md | 29 +++++++++++++ release-notes.rst | 96 ------------------------------------------- releases/1.0.3-container.yaml | 16 ++++++++ 3 files changed, 45 insertions(+), 96 deletions(-) create mode 100644 Changelog.md delete mode 100644 release-notes.rst create mode 100644 releases/1.0.3-container.yaml diff --git a/Changelog.md b/Changelog.md new file mode 100644 index 0000000..0219f19 --- /dev/null +++ b/Changelog.md @@ -0,0 +1,29 @@ +# Changelog +All notable changes to this project will be documented in this file. + +## [1.0.1] + +### Fix + - File watcher no longer crashes after adding empty file to template folder. In stead it logs information about wrong template format + - https://jira.onap.org/browse/INT-1533 + +## [1.0.2] + +### Fix + - Fix failing build by using image sysrepo-netopeer2:v0.7.7 + - https://jira.onap.org/browse/INT-1844 + +### Added + - Response message from VES is returned by PNF simulator when performing one time event request + - https://jira.onap.org/browse/INT-1804 + - Possibility to authenticate in VES using username and password in VES URL + - https://jira.onap.org/browse/INT-1805 + +## [1.0.3] + +### Fix + - Fix integration test + - https://jira.onap.org/browse/INT-1844 + + +## [1.0.4] diff --git a/release-notes.rst b/release-notes.rst deleted file mode 100644 index 79b7481..0000000 --- a/release-notes.rst +++ /dev/null @@ -1,96 +0,0 @@ -.. This work is licensed under a Creative Commons Attribution 4.0 International License. -.. http://creativecommons.org/licenses/by/4.0 -.. Copyright 2020 NOKIA - - -Release Notes -============= - -Version: 1.0.0 --------------- - -:Release Date: 2020-04-23 - -**New Features** - -The Frankfurt Release is the first official release of the PNF Simulator, Netconf Simulator and Netopeer. - -**Bug Fixes** - - - No new fixes were implemented for this release - -**Known Issues** - - - https://jira.onap.org/browse/INT-1533 - File watcher thread crashes when empty file is added to template folder - -**Security Notes** - - N/A - -*Fixed Security Issues* - - N/A - -*Known Security Issues* - - N/A - -*Known Vulnerabilities in Used Modules* - - N/A - -**Upgrade Notes** - -**Deprecation Notes** - -**Other** - -=========== - -End of Release Notes - - -Version: 1.0.1 --------------- - -:Release Date: 2020-xx-xx - -**New Features** - - TBD - -**Bug Fixes** - - - https://jira.onap.org/browse/INT-1533 - File watcher no longer crashes after adding empty file to template folder. In stead it logs information about wrong template format - -**Known Issues** - - N/A - -**Security Notes** - - N/A - -*Fixed Security Issues* - - N/A - -*Known Security Issues* - - N/A - -*Known Vulnerabilities in Used Modules* - - N/A - -**Upgrade Notes** - -**Deprecation Notes** - -**Other** - -=========== - -End of Release Notes diff --git a/releases/1.0.3-container.yaml b/releases/1.0.3-container.yaml new file mode 100644 index 0000000..87dc555 --- /dev/null +++ b/releases/1.0.3-container.yaml @@ -0,0 +1,16 @@ +distribution_type: 'container' +container_release_tag: '1.0.3' +container_pull_registry: nexus3.onap.org:10003 +container_push_registry: nexus3.onap.org:10002 +project: 'integration-pnf-simulator' +log_dir: 'integration-pnf-simulator-maven-docker-stage-master/317/' +ref: 5053b465c387f155e19b6d0a735c4fa39da3bb16 +containers: + - name: 'org.onap.integration.simulators.pnfsimulator' + version: '1.0.2-STAGE-20210203T142216Z' + - name: 'org.onap.integration.simulators.httpserver' + version: '1.0.2-STAGE-20210203T142216Z' + - name: 'org.onap.integration.simulators.netconfsimulator' + version: '1.0.2-STAGE-20210203T142216Z' + - name: 'org.onap.integration.simulators.netopeer' + version: '1.0.2-STAGE-20210203T142216Z' -- cgit 1.2.3-korg