diff --git a/kolla/common/sources.py b/kolla/common/sources.py index 354b424d50..a075670624 100644 --- a/kolla/common/sources.py +++ b/kolla/common/sources.py @@ -72,7 +72,7 @@ SOURCES = { 'glance-${openstack_branch}.tar.gz')}, 'gnocchi-base': { 'type': 'git', - 'reference': '4.6.2', + 'reference': '4.6.4', 'location': ('https://github.com/gnocchixyz/' 'gnocchi.git')}, 'heat-base': { diff --git a/releasenotes/notes/gnocchi-4_6_4-5d2b27e744f7d309.yaml b/releasenotes/notes/gnocchi-4_6_4-5d2b27e744f7d309.yaml new file mode 100644 index 0000000000..56c1adc338 --- /dev/null +++ b/releasenotes/notes/gnocchi-4_6_4-5d2b27e744f7d309.yaml @@ -0,0 +1,4 @@ +--- +upgrade: + - | + ``Gnocchi`` version has been updated to ``4.6.4``.