diff options
-rw-r--r-- | INFO.yaml | 38 | ||||
-rwxr-xr-x | releases/datalake-adminui-1.1.0-container.yaml | 11 |
2 files changed, 36 insertions, 13 deletions
@@ -2,7 +2,7 @@ project: 'dcaegen2-services' project_creation_date: '2017-05-17' project_category: '' -lifecycle_state: 'Incubation' +lifecycle_state: 'Mature' project_lead: &onap_dcaegen2_ptl name: 'Vijay Venkatesh Kumar' email: 'vv770d@att.com' @@ -31,11 +31,6 @@ repositories: - 'dcaegen2/services' committers: - <<: *onap_dcaegen2_ptl - - name: 'Lusheng Ji' - email: 'lji@research.att.com' - company: 'ATT' - id: 'wrider' - timezone: 'America/New_York' - name: 'Tony Hansen' email: 'tony@att.com' company: 'ATT' @@ -46,21 +41,26 @@ committers: company: 'Nokia' id: 'pwielebs' timezone: 'Europe/Warsaw' - - name: 'Henrik Andersson' - email: 'henrik.b.andersson@est.tech' - company: 'EST' - id: 'elinuxhenrik' - timezone: 'Europe/Stockholm' - name: 'Joseph O Leary' email: 'joseph.o.leary@est.tech' company: 'EST' id: 'JoeOLeary' timezone: 'Ireland/UTC' + - name: 'Kornel Janiak' + email: 'kornel.janiak@nokia.com' + company: 'Nokia' + id: 'kjaniak' + timezone: 'Europe/Warsaw' - name: 'Jack Lucas' - email: 'jflucas@research.att.com' - company: 'ATT' + email: 'jflos@sonoris.net' + company: 'IC' id: 'jackl' timezone: 'America/New_York' + - name: 'Remigiusz Janeczek' + email: 'remigiusz.janeczek@nokia.com' + company: 'Nokia' + id: 'rjanecze' + timezone: 'Europe/Warsaw' tsc: approval: 'https://lists.onap.org/pipermail/onap-tsc' changes: @@ -88,3 +88,15 @@ tsc: - type: 'Removal' name: 'Xinhui Li' link: 'https://lists.onap.org/g/onap-tsc/message/6814' + - type: 'Removal' + name: 'Henrik Andersson' + link: 'https://lists.onap.org/g/onap-tsc/message/7026' + - type: 'Addition' + name: 'Kornel Janiak' + link: 'https://lists.onap.org/g/onap-tsc/message/7026' + - type: 'Removal' + name: 'Lusheng Ji' + link: 'https://lists.onap.org/g/onap-tsc/message/7026' + - type: 'Addition' + name: 'Remigiusz Janeczek' + link: 'https://lists.onap.org/g/onap-tsc/message/7026' diff --git a/releases/datalake-adminui-1.1.0-container.yaml b/releases/datalake-adminui-1.1.0-container.yaml new file mode 100755 index 00000000..afea0ce7 --- /dev/null +++ b/releases/datalake-adminui-1.1.0-container.yaml @@ -0,0 +1,11 @@ +distribution_type: 'container' +version: '1.1.0' +project: 'dcaegen2-services-datalake' +log_dir: 'dcaegen2-services-datalake-handler-admin-ui-maven-docker-stage-master/209/' +containers: + - name: 'org.onap.dcaegen2.services.datalakeadminui' + version: '1.1.0-20200909T023814Z' +container_release_tag: '1.1.0' +ref: '5ae68c251200a093254c926bb35fa953ae3b5697' +git_tag: '1.1.0-datalake-handler-admin-ui' + |