From ab8213a4ab56065d1271a64d18e7bce9e148e2aa Mon Sep 17 00:00:00 2001 From: Aleksei Zakharov Date: Fri, 26 Mar 2021 12:15:52 +0300 Subject: [PATCH] Bump CHANGELOG --- CHANGELOG.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9482076..02f14c8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [2.0.0] - 2021-03-26 +### Added +- Add Vcpu Wait metric +- gitignore: add libvirt-exporter +- Add new build scripts + +### Changed +- Bump libvirt-go to libvirt-go 7 +- Update docker builder to use new libvirt +- Fix buildindocker to build dynamically linked with current libvirt +- Fix Dockerfile to build dynamically linked with alpine's libvirt +- Remove static builds and old building scripts +- Remove libvirt-patches as we don't need them anymore +- Make readme more informative + ## [1.1.0] - 2021-03-19 ### Added - Add per-vcpu stats: cpu number, time running and state.