Skip to content

Commit 2c85cad

Browse files
committed
release: 1.0.1
1 parent 5b8dd34 commit 2c85cad

File tree

4 files changed

+19
-3
lines changed

4 files changed

+19
-3
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
Please check dev branch.
99

10+
## [1.0.1](https://github.com/hubblo-org/scaphandre/releases/tag/v1.0.1)
11+
12+
### Added
13+
14+
- Added installation instructions for Debian and Ubuntu, see [#379](https://github.com/hubblo-org/scaphandre/pull/379), thanks @LarsSven
15+
16+
### Changed
17+
18+
- Qemu has been added back to the default list of features, see [#381](https://github.com/hubblo-org/scaphandre/pull/381), thanks @LarsSven
19+
20+
### Fixed
21+
22+
- Improved documentation on [RAPL Domains and metric]s(https://hubblo-org.github.io/scaphandre-documentation/explanations/rapl-domains.html), see [#116](https://github.com/hubblo-org/scaphandre/issues/116), [#177](https://github.com/hubblo-org/scaphandre/issues/177), [#241](https://github.com/hubblo-org/scaphandre/issues/241)
23+
- Fixed faulty output from JSON exporter, see [#369](https://github.com/hubblo-org/scaphandre/issues/369)
24+
- Fixed truncated JSON output dur to buffer size, see [#359](https://github.com/hubblo-org/scaphandre/issues/359)
25+
1026
## [1.0.0](https://github.com/hubblo-org/scaphandre/releases/tag/v1.0.0)
1127

1228
### Added

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "scaphandre"
3-
version = "1.0.0"
3+
version = "1.0.1"
44
authors = ["Benoit Petit <[email protected]>"]
55
edition = "2021"
66
license = "Apache-2.0"

docs_src/tutorials/installation-linux.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Since Debian Sid, Scaphandre is available as an official package, try:
1818
If not (yet) in your official packages repositories, on Debian or Ubuntu, you can directly use the available `.deb` [package for Debian Bullseye](https://github.com/hubblo-org/scaphandre/releases/download/v1.0.0/scaphandre_v1.0.0-deb11_amd64.deb) or the [package for Debian Bookworm](https://github.com/hubblo-org/scaphandre/releases/download/v1.0.0/scaphandre_v1.0.0-deb12_amd64.deb).
1919

2020
# For Debian Bookworm
21-
VERSION="1.0.0" ARCH="amd64" DIST="deb12" && \
21+
VERSION="1.0.1" ARCH="amd64" DIST="deb12" && \
2222
wget https://github.com/hubblo-org/scaphandre/releases/download/v${VERSION}/scaphandre_v${VERSION}-${DIST}_${ARCH}.deb && \
2323
dpkg -i scaphandre_v${VERSION}\-${DIST}\_${ARCH}.deb && \
2424
rm scaphandre_v${VERSION}\-${DIST}\_${ARCH}.deb

0 commit comments

Comments
 (0)