v.1.1.0 - Patch Release / Feature Release
v1.0 is just a week out, and here it is: The first patch / feature release :)
We encourage everybody to update as one reporter was reporting broken data.
Fixes
- Some API calls in the HOG are now optional as we have seen machines without disks
- GMT uses for reporiting the SI norms. That means that 1 KB is 1000 Bytes, not 1024 (as this would be kiB). We fixed one occurence where this was not correctly reported but should be negligeable to most users.
- network_io_cgroup_container reporter was reporting grossly false high values. Here an accumulation instead of an assign was happening. (Note that this was introduced in v1.0 and was fine in versions before. Blast radius should thus be small)
Features addons
- SSL is now possible in the installation process. It should be pretty straight forward but documentation is to follow.
- Cron dir is now refactored and all cron jobs have error handling
- Added a backup script to import backups to the database (Can handle 100 GB+ imports !)
Important info
CarbonDB 2.0 is actually not part of this release. Due to some branch merging it looks this way on GitHub. It will be released later next week with v1.2
What's Changed
- Bump redis from 5.0.8 to 5.1.0 by @dependabot in #922
- Bump uvicorn[standard] from 0.30.6 to 0.31.0 by @dependabot in #923
- Bump psycopg[binary] from 3.2.2 to 3.2.3 by @dependabot in #924
- Bump aiohttp from 3.10.6 to 3.10.8 by @dependabot in #925
- Makes the disk optional by @ribalba in #926
- Refactor reporters and install script by @ArneTR in #920
- Ssl by @ArneTR in #928
- Cron dir refactoring by @ArneTR in #929
- pip timeouts and retries increased by @ArneTR in #930
- Added Backup script [skip ci] by @ArneTR in #931
- Timeline has now bookmark functionality [skip ci] by @ArneTR in #933
- Byte normalization - SI Units by @ArneTR in #934
- Fix: metric providers for IO where accumulating instead of echoing by @ArneTR in #935
Full Changelog: v1.0...v1.0.1