diff options
author | Krzysztof Gajewski <krzysztof.gajewski@nokia.com> | 2021-03-10 11:50:49 +0100 |
---|---|---|
committer | Krzysztof Gajewski <krzysztof.gajewski@nokia.com> | 2021-03-10 11:50:49 +0100 |
commit | 957b07cc0be48f76e397eac48a002d20bdd64a04 (patch) | |
tree | 9e7b8a81eb5d49c3b598a639e08529070ae431c6 | |
parent | 50865ac58e64ae33d6bfb2b4d63ba83adc1c38a7 (diff) |
Update DFC to 1.5.5
Issue-ID: DCAEGEN2-2656
Signed-off-by: Krzysztof Gajewski <krzysztof.gajewski@nokia.com>
Change-Id: I36e63e91899aa91142b46de48260d707b6d2e864
-rw-r--r-- | Changelog.md | 3 | ||||
-rw-r--r-- | blueprints/k8s-datafile.yaml | 2 | ||||
-rw-r--r-- | pom.xml | 2 | ||||
-rw-r--r-- | version.properties | 2 |
4 files changed, 6 insertions, 3 deletions
diff --git a/Changelog.md b/Changelog.md index a4f0c26..e812b9a 100644 --- a/Changelog.md +++ b/Changelog.md @@ -4,6 +4,9 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). +## [3.0.4] - 2021-03-10 + - [DCAEGEN2-2656](https://jira.onap.org/browse/DCAEGEN2-2656) - fix CRITICAL weak-cryptography issues identified in sonarcloud (hostname verification in DFC) + ## [3.0.3] - 2021-02-18 ### Changed - [DCAEGEN2-2509](https://jira.onap.org/browse/DCAEGEN2-2509) - Avoid removal of data when insufficient PM data samples are present diff --git a/blueprints/k8s-datafile.yaml b/blueprints/k8s-datafile.yaml index 57fe132..236a20c 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.4" + default: "nexus3.onap.org:10001/onap/org.onap.dcaegen2.collectors.datafile.datafile-app-server:1.5.5" use_tls: type: boolean default: true @@ -29,7 +29,7 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property. <groupId>org.onap.dcaegen2.deployments</groupId> <artifactId>k8s-bootstrap-container</artifactId> <name>dcaegen2-deployments-k8s-bootstrap-container</name> - <version>3.0.3-SNAPSHOT</version> + <version>3.0.4-SNAPSHOT</version> <url>http://maven.apache.org</url> <packaging>pom</packaging> diff --git a/version.properties b/version.properties index 0453b60..9477979 100644 --- a/version.properties +++ b/version.properties @@ -1,6 +1,6 @@ major=3
minor=0
-patch=3
+patch=4
base_version=${major}.${minor}.${patch}
release_version=${base_version}
snapshot_version=${base_version}-SNAPSHOT
|