Releases: fvaleye/tracarbon
Releases · fvaleye/tracarbon
v0.5.5
v0.5.4
v0.5.3
What's Changed
- Bump pytest from 7.2.1 to 7.2.2 by @dependabot in #137
- Update dependencies and set Python to 3.8 by @fvaleye in #139
- Fix negative value with RAPL wrap-around for Linux hardware by @fvaleye in #140
- Bump release to v0.5.3 by @fvaleye in #141
Full Changelog: v0.5.2...v0.5.3
v0.5.2
What's Changed
- Bump prometheus-client from 0.15.0 to 0.16.0 by @dependabot in #121
- Bump isort from 5.11.4 to 5.11.5 by @dependabot in #123
- Bump black from 22.12.0 to 23.1.0 by @dependabot in #122
- Bump mypy from 0.991 to 1.0.0 by @dependabot in #126
- Bump aiofiles from 22.1.0 to 23.1.0 by @dependabot in #125
- Bump aiohttp from 3.8.3 to 3.8.4 by @dependabot in #124
- Bump mypy from 1.0.0 to 1.0.1 by @dependabot in #127
- Bump pydantic from 1.10.4 to 1.10.5 by @dependabot in #130
- Bump types-aiofiles from 22.1.0.7 to 22.1.0.8 by @dependabot in #131
- Bump types-requests from 2.28.11.12 to 2.28.11.13 by @dependabot in #129
- Bump kubernetes from 25.3.0 to 26.1.0 by @dependabot in #128
- Bump types-ujson from 5.7.0.0 to 5.7.0.1 by @dependabot in #134
- Bump types-aiofiles from 22.1.0.8 to 22.1.0.9 by @dependabot in #133
- Bump types-requests from 2.28.11.13 to 2.28.11.15 by @dependabot in #132
- Bump version to 0.5.2 by @fvaleye in #136
Full Changelog: v0.5.1...v0.5.2
v0.5.1
v0.5.0
What's Changed
- Improve README.md logo for PyPi by @fvaleye in #104
- Bump isort from 5.11.2 to 5.11.3 by @dependabot in #105
- Bump isort from 5.11.3 to 5.11.4 by @dependabot in #106
- Bump types-requests from 2.28.11.5 to 2.28.11.7 by @dependabot in #107
- Bump pydantic from 1.10.2 to 1.10.4 by @dependabot in #108
- Bump types-ujson from 5.6.0.0 to 5.7.0.0 by @dependabot in #110
- Bump ujson from 5.6.0 to 5.7.0 by @dependabot in #109
- Add MetricGenerator for the exporters. by @fvaleye in #111
- Bump aiocache from 0.11.1 to 0.12.0 by @dependabot in #112
- Add the RAPL domains in the Linux EnergyConsumption sensor by @fvaleye in #113
- Add Kubernetes generator for Energy Consumption and Carbon Emission by @fvaleye in #114
Full Changelog: v0.4.2...v0.5.0
v0.4.2
What's Changed
- Update dependencies and Github actions by @fvaleye in #93
- Bump pytest-xdist from 3.0.2 to 3.1.0 by @dependabot in #96
- Bump ujson from 5.5.0 to 5.6.0 by @dependabot in #95
- Bump types-ujson from 5.5.0 to 5.6.0.0 by @dependabot in #94
- Fix RAPL energy measurement when energy_uj is above max_energy_range_uj by @fvaleye in #97
- Bump ec2-metadata from 2.10.0 to 2.11.0 by @dependabot in #99
- Bump black from 22.10.0 to 22.12.0 by @dependabot in #98
- Bump pytest-asyncio from 0.20.2 to 0.20.3 by @dependabot in #100
- Add general metrics preconfigured with units by @fvaleye in #101
- Prepare the release of the 0.4.2 version by @fvaleye in #102
- Fix uses in the Github Action release workflow. by @fvaleye in #103
Full Changelog: v0.4.1...v0.4.2
v0.4.1
What's Changed
- Bump typer from 0.6.1 to 0.7.0 by @dependabot in #79
- Bump types-requests from 2.28.11.2 to 2.28.11.4 by @dependabot in #80
- Bump psutil from 5.9.3 to 5.9.4 by @dependabot in #83
- Bump types-aiofiles from 22.1.0.1 to 22.1.0.3 by @dependabot in #81
- Bump pytest-asyncio from 0.20.1 to 0.20.2 by @dependabot in #82
- Bump mypy from 0.982 to 0.990 by @dependabot in #84
- Bump mypy from 0.990 to 0.991 by @dependabot in #87
- Bump pydata-sphinx-theme from 0.11.0 to 0.12.0 by @dependabot in #86
- Bump types-requests from 2.28.11.4 to 2.28.11.5 by @dependabot in #85
- Fix the missing return statements for linux & windows by @fvaleye in #89
- Prepare the release of the 0.4.1 version by @fvaleye in #90
Full Changelog: v0.4.0...v0.4.1
v0.4.0
What's Changed
- Bump prometheus-client from 0.14.1 to 0.15.0 by @dependabot in #72
- Bump pydata-sphinx-theme from 0.10.1 to 0.11.0 by @dependabot in #65
- Bump sphinx from 5.2.3 to 5.3.0 by @dependabot in #71
- Add RAPL energy measurements feature for the Linux Sensor by @fvaleye in #77
- Bump version to 0.4.0 by @fvaleye in #78
Full Changelog: v0.3.2...v0.4.0
v0.3.2
What's Changed
- Bump aiohttp from 3.8.1 to 3.8.3 by @dependabot in #54
- Add JSONExporter in the exporters by @fvaleye in #61
- Add CODEOWNERS in Github by @fvaleye in #63
- Bump pytest-cov from 3.0.0 to 4.0.0 by @dependabot in #60
- Bump mypy from 0.971 to 0.982 by @dependabot in #64
- Add Promotheus Exporter by @fvaleye in #69
- Bump version to 0.3.2 by @fvaleye in #70
Full Changelog: v0.3.0...v0.3.2