diff options
author | Vijay Venkatesh Kumar <vv770d@att.com> | 2023-03-24 22:26:56 +0000 |
---|---|---|
committer | Vijay Venkatesh Kumar <vv770d@att.com> | 2023-03-24 22:26:59 +0000 |
commit | 17fab57ee1093e231f76a073eae5f290f363b8ab (patch) | |
tree | ebf458e6d1607a364b43ed384323e319bcc7855d | |
parent | 66af83f78633f6d3884a7a477ea69422aa41af2b (diff) |
Release 1.12.3 containerlondon
Rolls up below 1.12.x updates
- [DCAEGEN2-3345] - Test updates for ConfigProcessor, DMaaPConfigurationParser & DMaaPEventPublisher
- [DCAEGEN2-3334] - Update tests execution to be platform agnostic
- [DCAEGEN2-3345] - Add additional tests for ConfigProcessor and ApiAuthInterceptor
- [DCAEGEN2-3257] - Align DCAE components with the new logging GR.
- [DCAEGEN2-3295] - SDK upgrade to 1.9.0 (CBSclient changed to remove CBS/Consul parameters)
Change-Id: I72c80cdb8cd53badc2424b48705235c1af728277
Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com>
Issue-ID: DCAEGEN2-3366
-rw-r--r-- | releases/1.12.3-container.yaml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/releases/1.12.3-container.yaml b/releases/1.12.3-container.yaml new file mode 100644 index 00000000..f209dee9 --- /dev/null +++ b/releases/1.12.3-container.yaml @@ -0,0 +1,9 @@ +distribution_type: 'container' +container_release_tag: '1.12.3' +project: 'dcaegen2-collectors-ves' +log_dir: 'dcaegen2-collectors-ves-maven-docker-stage-master/1346/' +ref: 66af83f78633f6d3884a7a477ea69422aa41af2b +containers: + - name: 'org.onap.dcaegen2.collectors.ves.vescollector' + version: '1.12.3-20230324T083906Z' +git_tag: '1.12.3' |