Releases: gnocchixyz/gnocchi
Releases · gnocchixyz/gnocchi
4.4.3
What's Changed
- Pin protobuf<4.0.0 (backport #1236) by @mergify in #1238
- Fix faulty release note (backport #1239) by @mergify in #1240
- Install Python 3.9 in CI image (backport #1235) by @mergify in #1243
- ci: install python 3.6 distutils pkg (backport #1242) by @mergify in #1244
- ci: run tests with new image if it's changed by @tobias-urdin in #1253
- ci: remove upgrade testing from 4.3 by @tobias-urdin in #1256
- Support Python 3.9 by @tobias-urdin in #1257
- ci: remove old travis ci config (backport #1250) by @mergify in #1255
- Change build system (backport #1247) by @mergify in #1262
- Fix incomplete switch to policy.yaml (backport #1270) by @mergify in #1271
- Revert "Fix incomplete switch to policy.yaml" by @tobias-urdin in #1272
- Always call install_scripts on pip install (backport #1275) by @mergify in #1276
- deps: pin numpy<1.24 by @tobias-urdin in #1282
- Support numpy >= 1.24 (backport #1281) by @mergify in #1284
- Fix
passenv
declaration in tox.ini (backport #1280) by @mergify in #1285 - Pin down SQL Alchemy to <2 by @rafaelweingartner in #1288
Full Changelog: 4.4.2...4.4.3
4.4.2
What's Changed
- Migrate CI to Github Actions by @tobias-urdin in #1166
- Use policy.yaml by default by @kajinamit in #1175
- Fix yaml deprecation warning by @kajinamit in #1174
- fix mergify job names (backport #1173) by @mergify in #1176
- New CI fixes (backport #1185) by @mergify in #1190
- Add .eggs directory to gitignore (backport #1183) by @mergify in #1194
- doc: Remove colon for multi metric-id aggregates (backport #1189) by @mergify in #1192
- Use unittest.mock instead of third party mock (backport #1188) by @mergify in #1200
- When we use python3, it still find python2 (backport #1171) by @mergify in #1204
- Handle invalid values for getting all metrics. (backport #1197) by @mergify in #1205
- ci: fixes to get CI working (backport #1208) by @mergify in #1211
- ci: set timeout to 30 min for all jobs (backport #1209) by @mergify in #1212
- Remove ignore of H216 (backport #1207) by @mergify in #1213
- Build CI container image job for stable/4.4 branch by @tobias-urdin in #1220
- Use CI image for stable/4.4 by @tobias-urdin in #1221
- setuptools: Disable auto discovery (backport #1223) by @mergify in #1225
- Enable Swift tests (backport #1226) by @mergify in #1227
Full Changelog: 4.4.1...4.4.2
4.3.7
4.4.1
- SQLAlchemy >= 1.4 support
- MySQL 8 migration fixes
- Python 3 fixes
4.3.6
- SQLAlchemy >= 1.4 support
- MySQL 8 migration fixes
- Python 3 fixes
4.3.5
Revert "Pin oslo.policy<=3.4.0" It broke e.g ceilometer/aodh on devstack. This reverts commit a2d84f5b1b0555ad83b14e931d9bd7065f2f7b6a. Resolves: https://github.com/gnocchixyz/gnocchi/issues/1095 (cherry picked from commit 6937eff2f1c2636a1e3de222797df50b4a062bf8)