Skip to content

Commit

Permalink
Bump changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexZzz committed Mar 19, 2021
1 parent f2d3c3c commit e441d1f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,15 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [1.1.0] - 2021-03-19
### Added
- Add per-vcpu stats: cpu number, time running and state.

### Changed
- Temprorarily fixed `build_static.sh`. [11](https://github.com/AlexZzz/libvirt-exporter/issues/11)
- Fix docker image build. Add libvirt patch to include `path.h` if `_PATH_MOUNTED` is not definedi. By [@stress-t](https://github.com/stress-t)
- Fix potential domain leak.
- Add per-vcpu stats: cpu number, time running and state.
- Fix `libvirt_domain_interface_meta` if ther's no bridge or virtual interface. Just don't collect it. By [@bswinnerton](https://github.com/bswinnerton)
- Fix attempts to scrape VCPU metrics when instance in shutdown state. [9](https://github.com/AlexZzz/libvirt-exporter/issues/9) by [@pmhahn](https://github.com/pmhahn)

Expand Down

0 comments on commit e441d1f

Please sign in to comment.