Gnocchi: Bump to 4.6.4

This makes Gnocchi work with Redis Sentinel + TLS [1][2].

[1] https://github.com/gnocchixyz/gnocchi/releases/tag/4.6.3
[2] https://github.com/gnocchixyz/gnocchi/releases/tag/4.6.4

Change-Id: Icbd001f1f487b25c4bfd6f6a78106a7f0ed1c8c8
This commit is contained in:
Matus Jenca 2024-09-02 16:44:31 +02:00 committed by Pierre Riteau
parent 6c5a443efe
commit 88b7ee1c2a
2 changed files with 5 additions and 1 deletions

View File

@ -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': {

View File

@ -0,0 +1,4 @@
---
upgrade:
- |
``Gnocchi`` version has been updated to ``4.6.4``.