From c9a71e977eb731755b27270613af5b72b63ef9f1 Mon Sep 17 00:00:00 2001 From: Michal Nasiadka Date: Tue, 12 Oct 2021 14:18:30 +0200 Subject: [PATCH] gnocchi: update to 4.4.1 Change-Id: I2bf11d9c8d0e8e76bc79fab698decb4f6efc6096 (cherry picked from commit 2008b386d5a3231daaed2b076a9b9d17bbc5e2b0) --- kolla/common/config.py | 2 +- releasenotes/notes/gnocchi-4.4.1-1332afc3c6fca766.yaml | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 releasenotes/notes/gnocchi-4.4.1-1332afc3c6fca766.yaml diff --git a/kolla/common/config.py b/kolla/common/config.py index c68dd80e44..4fa2cdc8fb 100755 --- a/kolla/common/config.py +++ b/kolla/common/config.py @@ -338,7 +338,7 @@ SOURCES = { 'glance-${openstack_branch}.tar.gz')}, 'gnocchi-base': { 'type': 'git', - 'reference': '4.4.0', + 'reference': '4.4.1', 'location': ('https://github.com/gnocchixyz/' 'gnocchi.git')}, 'heat-base': { diff --git a/releasenotes/notes/gnocchi-4.4.1-1332afc3c6fca766.yaml b/releasenotes/notes/gnocchi-4.4.1-1332afc3c6fca766.yaml new file mode 100644 index 0000000000..3977b48de9 --- /dev/null +++ b/releasenotes/notes/gnocchi-4.4.1-1332afc3c6fca766.yaml @@ -0,0 +1,4 @@ +--- +upgrade: + - | + ``Gnocchi`` version has been updated to ``4.4.1``.