Skip to content

Commit

Permalink
Update Gnocchi to 4.5.1
Browse files Browse the repository at this point in the history
The Zed release upper-constraints [1] says that protobuf version
>=4 is allowed which Gnocchi 4.4.x series does not support and
that was introduced in 4.5.x so we should bump Gnocchi in Zed
release to support that [2].

This bumps the minimum required version of protobuf to >=3.19
but that's fine since we use that for both c8s and c9s on Zed.

[1] https://github.com/openstack/requirements/blob/stable/zed/upper-constraints.txt#L372
[2] gnocchixyz/gnocchi#1268

Change-Id: I1c2763f0d1da296140dea4a965be807d496097af
  • Loading branch information
tobias-urdin committed Sep 20, 2023
1 parent 4535ebb commit 761584c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion gnocchi.spec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
%{!?upstream_version: %global upstream_version %{version}%{?milestone}}

Name: %{service}
Version: 4.4.5
Version: 4.5.1
Release: 1%{?dist}
Summary: Gnocchi is a API to store metrics and index resources

Expand Down Expand Up @@ -334,5 +334,8 @@ exit 0
%endif

%changelog
* Wed Sep 20 2023 Tobias Urdin <tobias.urdin@binero.com< 4.5.1-1
- Update to 4.5.1

* Tue Sep 19 2023 Tobias Urdin <tobias.urdin@binero.com> 4.4.5-1
- Update to 4.4.5

0 comments on commit 761584c

Please sign in to comment.