aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorvv770d <vv770d@att.com>2021-05-26 21:00:11 +0000
committervv770d <vv770d@att.com>2021-05-26 21:09:29 +0000
commitf5d20c5ca01ca229f7637961d47b3e39406df751 (patch)
treeacf3305d91d41f2e2a7734c048d06d51dc01824c
parent1b542a708584e9c402d3775cd553ce0da90a3c29 (diff)
Heartbeat MS blueprint update
py39 support + integration-python:8.0.0 base image update Change-Id: I04bb6f86e5fc9f9e0390f3d757f3d1119d103134 Signed-off-by: vv770d <vv770d@att.com> Issue-ID: DCAEGEN2-2420 Signed-off-by: vv770d <vv770d@att.com>
-rw-r--r--Changelog.md1
-rw-r--r--blueprints/k8s-heartbeat.yaml4
2 files changed, 3 insertions, 2 deletions
diff --git a/Changelog.md b/Changelog.md
index 62e16db..9db2342 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
- [DCAEGEN2-2675](https://jira.onap.org/browse/DCAEGEN2-2675) - RESTConf 1.2.5 - xml parsing vulnerability
- [DCAEGEN2-2590](https://jira.onap.org/browse/DCAEGEN2-2590) - TCA-Gen2 1.3.0 - vulnerability removal
- [DCAEGEN2-2713](https://jira.onap.org/browse/DCAEGEN2-2713) - PMSH 1.3.1 - policy config consolidation under app-config
+ - [DCAEGEN2-2420](https://jira.onap.org/browse/DCAEGEN2-2420) - Heartbeat MS 2.2.0 - py39 support + integration base image alignment
## [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)
diff --git a/blueprints/k8s-heartbeat.yaml b/blueprints/k8s-heartbeat.yaml
index f1afd82..2c9942a 100644
--- a/blueprints/k8s-heartbeat.yaml
+++ b/blueprints/k8s-heartbeat.yaml
@@ -1,6 +1,6 @@
# ============LICENSE_START====================================================
# =============================================================================
-# Copyright (C) 2019-2020 AT&T
+# Copyright (C) 2019-2021 AT&T
# Copyright (C) 2020 Wipro Limited
# =============================================================================
# Licensed under the Apache License, Version 2.0 (the "License");
@@ -27,7 +27,7 @@ imports:
inputs:
tag_version:
type: string
- default: 'nexus3.onap.org:10001/onap/org.onap.dcaegen2.services.heartbeat:2.1.1'
+ default: 'nexus3.onap.org:10001/onap/org.onap.dcaegen2.services.heartbeat:2.2.0'
heartbeat_name:
type: string
default: 'dcae-heartbeat-service'