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``.