Skip to content

Commit 72366fc

Browse files
SuperQoblitorum
authored andcommitted
Release 1.7.0 (prometheus#2845)
* [FEATURE] Add ZFS freebsd per dataset stats prometheus#2753 * [FEATURE] Add cpu vulnerabilities reporting from sysfs prometheus#2721 * [ENHANCEMENT] Parallelize stat calls in Linux filesystem collector prometheus#1772 * [ENHANCEMENT] Add missing linkspeeds to ethtool collector 2711 * [ENHANCEMENT] Add CPU MHz as the value for `node_cpu_info` metric prometheus#2778 * [ENHANCEMENT] Improve qdisc collector performance prometheus#2779 * [ENHANCEMENT] Add include and exclude filter for hwmon collector prometheus#2699 * [ENHANCEMENT] Optionally fetch ARP stats via rtnetlink instead of procfs prometheus#2777 * [BUFFIX] Fix ZFS arcstats on FreeBSD 14.0+ 2754 * [BUGFIX] Fallback to 32-bit stats in netdev prometheus#2757 * [BUGFIX] Close btrfs.FS handle after use prometheus#2780 * [BUGFIX] Move RO status before error return prometheus#2807 * [BUFFIX] Fix `promhttp_metric_handler_errors_total` being always active prometheus#2808 * [BUGFIX] Fix nfsd v4 index miss prometheus#2824 Signed-off-by: Ben Kochie <[email protected]>
1 parent 24dc341 commit 72366fc

File tree

3 files changed

+19
-2
lines changed

3 files changed

+19
-2
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
parallelism: 3
4747
steps:
4848
- prometheus/setup_environment
49-
- run: docker run --privileged linuxkit/binfmt:v0.8
49+
- run: docker run --privileged linuxkit/binfmt:af88a591f9cc896a52ce596b9cf7ca26a061ef97
5050
- run: promu crossbuild -v --parallelism $CIRCLE_NODE_TOTAL --parallelism-thread $CIRCLE_NODE_INDEX
5151
- run: promu --config .promu-cgo.yml crossbuild -v --parallelism $CIRCLE_NODE_TOTAL --parallelism-thread $CIRCLE_NODE_INDEX
5252
- persist_to_workspace:

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,23 @@
55
* [ENHANCEMENT]
66
* [BUGFIX]
77

8+
## 1.7.0 / 2023-11-11
9+
10+
* [FEATURE] Add ZFS freebsd per dataset stats #2753
11+
* [FEATURE] Add cpu vulnerabilities reporting from sysfs #2721
12+
* [ENHANCEMENT] Parallelize stat calls in Linux filesystem collector #1772
13+
* [ENHANCEMENT] Add missing linkspeeds to ethtool collector 2711
14+
* [ENHANCEMENT] Add CPU MHz as the value for `node_cpu_info` metric #2778
15+
* [ENHANCEMENT] Improve qdisc collector performance #2779
16+
* [ENHANCEMENT] Add include and exclude filter for hwmon collector #2699
17+
* [ENHANCEMENT] Optionally fetch ARP stats via rtnetlink instead of procfs #2777
18+
* [BUFFIX] Fix ZFS arcstats on FreeBSD 14.0+ 2754
19+
* [BUGFIX] Fallback to 32-bit stats in netdev #2757
20+
* [BUGFIX] Close btrfs.FS handle after use #2780
21+
* [BUGFIX] Move RO status before error return #2807
22+
* [BUFFIX] Fix `promhttp_metric_handler_errors_total` being always active #2808
23+
* [BUGFIX] Fix nfsd v4 index miss #2824
24+
825
## 1.6.1 / 2023-06-17
926

1027
Rebuild with latest Go compiler bugfix release.

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.6.1
1+
1.7.0

0 commit comments

Comments
 (0)