Skip to content

Releases: powerapi-ng/powerapi

v1.0.3

16 Nov 14:40
Compare
Choose a tag to compare

1.0.3 (2021-11-16)

##Feature

  • Add metadata to report (a1c3d2)
  • Recode libvirt mapper using metadata. The libvirt id is now in metadata as domain_id (eac86e)

v1.0.2

29 Oct 14:05
Compare
Choose a tag to compare

1.0.2 (2021-10-29)

##Feature

  • move generator to cli/generator.py ([ade942e])(ade942e)
  • Unified CLI and File configuration, use ConfigParser now.
  • add CsvLines type (9a6e264)

v1.0.1

29 Sep 13:21
Compare
Choose a tag to compare

1.0.1 (2021-09-29)

Bug Fixes

Features

1.0.0

28 Sep 09:55
Compare
Choose a tag to compare

1.0.0 (2021-09-28)

Bug Fixes

Features

v0.10.0

16 Aug 10:45
Compare
Choose a tag to compare

Version 0.10.0 :

  • PowerAPI is now configurable with a json file

v0.9.5

13 Jul 09:24
Compare
Choose a tag to compare

Version 0.9.5 :

  • PowerAPI can expose power consumption data in order to be scraped by prometheus
  • PowerAPI can receive input PowerReport
  • PowerAPI can map report target with the correct open stack UUID when target is a virtual machine cgroup

v0.8.2

17 Feb 17:00
Compare
Choose a tag to compare

Version 0.8.2:

  • fix: async bug fix

v0.7.3

21 Sep 14:24
Compare
Choose a tag to compare

Version 0.7.3:

  • build: use python3.8
  • build: append pypy3 support
  • feat: add a direct connection to sensors through a socket

v0.6.12

31 Aug 15:49
Compare
Choose a tag to compare

version 0.6.12:

  • Add Control Event

v0.6.11

18 Mar 17:22
Compare
Choose a tag to compare

version 0.6.11:

  • refactor tests
  • fix: csv reading do not merge targets
  • fix: in stream mode formula is not killed before handled all reports (close #100 )
  • fix: start puller without filter rule make it answer with an error message