From 36584543d13e33dff2a6c4325045bdd36418c43e Mon Sep 17 00:00:00 2001 From: Edyta Krukowska Date: Mon, 28 Sep 2020 13:55:47 +0200 Subject: Release 1.7.6 DCAEGEN2 VESCollector container New image version will include following changes: - Fix an error reported by DMaapEventPublisher test when pk is not available. - Fix VES problem with subsequent fetching from CBS. Issue-ID: DCAEGEN2-1771 Signed-off-by: Edyta Krukowska Change-Id: Ia1926ace3f6137e64dee136c0667f36f014e3b49 --- Changelog.md | 1 + releases/1.7.6-container.yaml | 8 ++++++++ 2 files changed, 9 insertions(+) create mode 100644 releases/1.7.6-container.yaml 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' -- cgit 1.2.3-korg