diff options
-rw-r--r-- | Changelog.md | 1 | ||||
-rw-r--r-- | releases/1.7.6-container.yaml | 8 |
2 files changed, 9 insertions, 0 deletions
diff --git a/Changelog.md b/Changelog.md index 046994bf..f9821d2d 100644 --- a/Changelog.md +++ b/Changelog.md @@ -33,3 +33,4 @@ and this project adheres to [Semantic Versioning](http://semver.org/). - [DCAEGEN2-2426](https://jira.onap.org/browse/DCAEGEN2-2426) - Fix bug throwing exception when first event is collected ## [1.7.6] - 18/09/2020 - [DCAEGEN-2374](https://jira.onap.org/browse/DCAEGEN2-2374) - Fix an error reported by DMaapEventPublisher test when pk is not available. + - [DCAEGEN2-2453](https://jira.onap.org/browse/DCAEGEN2-2453) - Fix VES problem with subsequent fetching from CBS.
\ No newline at end of file diff --git a/releases/1.7.6-container.yaml b/releases/1.7.6-container.yaml new file mode 100644 index 00000000..05650fb8 --- /dev/null +++ b/releases/1.7.6-container.yaml @@ -0,0 +1,8 @@ +distribution_type: 'container' +container_release_tag: '1.7.6' +project: 'dcaegen2-collectors-ves' +log_dir: 'dcaegen2-collectors-ves-maven-docker-stage-master/433/' +ref: 033f66b29c24b8819acefcdb38a9d9376bc0a2ba +containers: + - name: 'org.onap.dcaegen2.collectors.ves.vescollector' + version: '1.7.6-20200925T084151Z' |