Skip to content

Latest commit

 

History

History
88 lines (67 loc) · 4.05 KB

CHANGELOG.md

File metadata and controls

88 lines (67 loc) · 4.05 KB

Change Log

All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning and Keep a changelog.

v0.18.4 (2022-10-11)

Fix

  • update_dashboards: Updating datasource and adding prefix (a42968f)

v0.18.3 (2022-03-25)

Fix

v0.18.2 (2021-09-26)

Fix

  • fix_image: Adding dhub automation - fix image (#293) (1b8bd18)

v0.18.1 (2021-09-26)

Fix

  • fix_tag: Adding dhub automation - fix tag (#292) (c3d7830)

v0.18.0 (2021-09-26)

Feature

  • adding_dhub_automation: Adding dhub automation (#291) (ba56f30)

v0.17.1 (2021-08-19)

Fix

  • adding_version: Adding version cli (f83b058)

v0.17.0 (2021-08-19)

Feature

  • add_vm_ds: Adding vm datastore. (16c8604)

v0.16.1 (2021-06-10)

Fix

  • fixing_sensor: Fix for badly behaving super-micro sensor #271 (2d5c196)

v0.16.0 (2021-03-30)

Feature

  • adding_signature_validation: Adding Validation for signatures. (72430d9)

v0.15.1 (2021-03-30)

Fix

  • fix_sensor_lookup: Fixing sensor lookup (#262) (e97c855)

v0.15.0 (2021-03-29)

Feature

  • sensors: Adding sensor metrics (da2f489)

v0.14.3 (2021-03-11)

Fix

  • optimize_build: Remove travis, add ifs to action (#254) (43d6556)

[0.4.2] - 2018-01-02

Fixed

[0.4.1] - 2018-01-02

Changed

  • #50 Added tests + CI (#47) (#50)
  • #55 Robustness around collected properties #55
  • #58 Multiple section support via ENV variables. #58

[0.4.0] - 2018-12-28

Changed

  • #44 Embrace more twisted machinery + allow concurrent scrapes

[0.3.1] - 2018-12-23

Changed

  • #43 Property collectors

Fixed

  • #40 Fixed race condition with intermittent results @Jc2k

[0.3.0] - 2018-12-09

Changed

  • #35 Refactor threading @Jc2k
  • #34 README Updates @Rosiak

Fixed

  • #33 Drop None values in lables @akrauza

[0.2.6] - 2018-11-24

Changed

  • Updated setup.py

Fixed

  • #24 UTF8 Error @jnogol