From 6e8bcab8956835bdb615782b71ae8834d0d4f523 Mon Sep 17 00:00:00 2001 From: Krzysztof Gajewski Date: Fri, 26 Feb 2021 16:15:51 +0100 Subject: Update DFC to version 1.5.4 - Add JWT support in HTTP/HTTPS based locations Issue-ID: DCAEGEN2-2536 Signed-off-by: Krzysztof Gajewski Change-Id: I348c5ffb43184673e19ad0ba3b6e1b3b0da65528 --- Changelog.md | 1 + blueprints/k8s-datafile.yaml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Changelog.md b/Changelog.md index e2ff20f..56bdd32 100644 --- a/Changelog.md +++ b/Changelog.md @@ -13,6 +13,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/). - [DCAEGEN2-2600](https://jira.onap.org/browse/DCAEGEN2-2600) - PM-Mapper blueprint updated to 1.5.1 version (added files processing config and fixed vulnerabilities) - [DCAEGEN2-2477](https://jira.onap.org/browse/DCAEGEN2-2477) - Updated Ves image version to 1.8.0 in ves blueprint (Ves validates IP addresses) - [DCAEGEN2-2585](https://jira.onap.org/browse/DCAEGEN2-2585) - Add new Kpi-Computation-ms + - [DCAEGEN-2536](https://jira.onap.org/browse/DCAEGEN2-2536) - Add JWT support in HTTP/HTTPS based locations ## [3.0.2] - 2021-02-15 ### Changed diff --git a/blueprints/k8s-datafile.yaml b/blueprints/k8s-datafile.yaml index 7ac823e..57fe132 100644 --- a/blueprints/k8s-datafile.yaml +++ b/blueprints/k8s-datafile.yaml @@ -53,7 +53,7 @@ inputs: default: 1 tag_version: type: string - default: "nexus3.onap.org:10001/onap/org.onap.dcaegen2.collectors.datafile.datafile-app-server:1.5.3" + default: "nexus3.onap.org:10001/onap/org.onap.dcaegen2.collectors.datafile.datafile-app-server:1.5.4" use_tls: type: boolean default: true -- cgit 1.2.3-korg