From 7c71e22211f7c1bb75f52d2d33a41bfeb0d0c6df Mon Sep 17 00:00:00 2001 From: "k.kedron" Date: Mon, 23 Aug 2021 08:42:22 +0200 Subject: Update PM-Mapper blueprint To use new image version 1.7.1 Issue-ID: DCAEGEN2-2873 Signed-off-by: Krystian Kedron Change-Id: I5fc49da76664a90fab6b39c2081d19fb07f2f259 --- Changelog.md | 3 +++ blueprints/k8s-pm-mapper.yaml | 3 ++- pom.xml | 2 +- version.properties | 2 +- 4 files changed, 7 insertions(+), 3 deletions(-) diff --git a/Changelog.md b/Changelog.md index 16bec02..f41642c 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.3.4] + - [DCAEGEN2-2873] PM Mapper updated to 1.7.1 - Fix granularityPeriod issue + ## [3.3.3] - 2021-08-03 - [DCAEGEN2-2853] SNMPTrap container updated to 2.0.5 - Switched to CBS client lib to 2.2.1 - [DCAEGEN2-2863] PRH Change AAI variable syntax in URL config diff --git a/blueprints/k8s-pm-mapper.yaml b/blueprints/k8s-pm-mapper.yaml index f05ae37..fe26823 100644 --- a/blueprints/k8s-pm-mapper.yaml +++ b/blueprints/k8s-pm-mapper.yaml @@ -2,6 +2,7 @@ # ============LICENSE_START======================================================= # Copyright (C) 2019-2020 Nordix Foundation. # Copyright (C) 2020-2021 Nokia +# Modifications Copyright (C) 2021 by Samsung Electronics Co., Ltd. # ================================================================================ # Licensed under the Apache License, Version 2.0 (the 'License'); # you may not use this file except in compliance with the License. @@ -38,7 +39,7 @@ inputs: tag_version: type: string description: Docker image to be used - default: 'nexus3.onap.org:10001/onap/org.onap.dcaegen2.services.pm-mapper:1.7.0' + default: 'nexus3.onap.org:10001/onap/org.onap.dcaegen2.services.pm-mapper:1.7.1' replicas: type: integer description: Number of instances diff --git a/pom.xml b/pom.xml index 88d2151..acc6aeb 100644 --- a/pom.xml +++ b/pom.xml @@ -29,7 +29,7 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property. org.onap.dcaegen2.deployments k8s-bootstrap-container dcaegen2-deployments-k8s-bootstrap-container - 3.3.3-SNAPSHOT + 3.3.4-SNAPSHOT http://maven.apache.org pom diff --git a/version.properties b/version.properties index 9e84845..9c28a84 100644 --- a/version.properties +++ b/version.properties @@ -1,6 +1,6 @@ major=3 minor=3 -patch=3 +patch=4 base_version=${major}.${minor}.${patch} release_version=${base_version} snapshot_version=${base_version}-SNAPSHOT -- cgit 1.2.3-korg