diff options
-rw-r--r-- | Changelog.md | 2 | ||||
-rw-r--r-- | releases/1.7.1-container.yaml | 8 |
2 files changed, 10 insertions, 0 deletions
diff --git a/Changelog.md b/Changelog.md index 02c72610..4b1918d9 100644 --- a/Changelog.md +++ b/Changelog.md @@ -18,3 +18,5 @@ and this project adheres to [Semantic Versioning](http://semver.org/). - [DCAEGEN2-2254](https://jira.onap.org/browse/DCAEGEN2-2254) - Update schema to CommonEventFormat_30.2_ONAP in the eventListerner/v7 interface ## [1.7.1] - 13/07/2020 - [DCAEGEN2-1484](https://jira.onap.org/browse/DCAEGEN2-1484) - VESCollector DMaap publish optimization + - [DCAEGEN2-2254](https://jira.onap.org/browse/DCAEGEN2-2254) - Add new data-format for 30.2_ONAP schema version +
\ No newline at end of file diff --git a/releases/1.7.1-container.yaml b/releases/1.7.1-container.yaml new file mode 100644 index 00000000..b07ad6fa --- /dev/null +++ b/releases/1.7.1-container.yaml @@ -0,0 +1,8 @@ +distribution_type: 'container' +container_release_tag: '1.7.1' +project: 'dcaegen2-collectors-ves' +log_dir: 'dcaegen2-collectors-ves-maven-docker-stage-master/364/' +ref: 48a172a227f8674dc07c96303f5cc9b25beb31f3 +containers: + - name: 'org.onap.dcaegen2.collectors.ves.vescollector' + version: '1.7.1-20200721T084850Z' |