Releases: thde/rtorrent_exporter
Releases · thde/rtorrent_exporter
v1.3.2
1.3.2 (2024-06-13)
The incorrectly named metrics rtorrent_uploaded_bytes
and rtorrent_uploaded_bytes
are now deprecated. You should use the newly introduced metrics rtorrent_downloaded_bytes_total
and rtorrent_uploaded_bytes_total
.
Thanks @gsoneill for your contribution!
Bug Fixes
Build
- update indirect dependencies (7fed9f4)
- deps: bump goreleaser/goreleaser-action from 5 to 6 (dfe39ff)
- deps: bump github.com/prometheus/common from 0.53.0 to 0.54.0 (3aeea31)
- deps: bump github.com/prometheus/client_golang (9d4a096)
- deps: bump golangci/golangci-lint-action from 5 to 6 (466fad3)
- deps: bump golangci/golangci-lint-action from 4 to 5 (c2a2fd9)
- deps: bump github.com/prometheus/common from 0.52.3 to 0.53.0 (f39562e)
- deps: update prometheus (6bd4c9c)
- deps: bump dominikh/staticcheck-action from 1.3.0 to 1.3.1 (aba9557)
- deps: bump google.golang.org/protobuf from 1.32.0 to 1.33.0 (02aa4cb)
- deps: bump github.com/prometheus/client_golang (c11ba23)
- deps: bump github.com/prometheus/common from 0.47.0 to 0.48.0 (9da6f51)
- deps: bump github.com/prometheus/common from 0.46.0 to 0.47.0 (97c3d5d)
CI
- fix only configurations files on version: 2 are supported (a50e529)
v1.3.1
v1.3.0
1.3.0 (2024-02-04)
Feature
- group torrents by label (6542c74)
Build
- deps: bump WillAbides/setup-go-faster from 1.13.0 to 1.14.0 (b4b4c7d)
- deps: bump actions/cache from 3 to 4 (bd09cfd)
- deps: bump github.com/prometheus/common from 0.45.0 to 0.46.0 (a59e985)
- deps: bump github.com/prometheus/client_golang (4180726)
- deps: bump golang.org/x/crypto from 0.16.0 to 0.17.0 (b5365ae)
v1.2.1
v1.2.0
1.2.0 (2023-12-13)
Feature
- cli: support env variables (d3ffc39)
Bug Fixes
- web: configure server timeouts (145ee18)
Build
- docker: build image using kos (ff4b7b9)
- deps: update transitive dependencies (4088e67)
- deps: bump github.com/prometheus/exporter-toolkit (8390bed)
- deps: bump WillAbides/setup-go-faster from 1.12.0 to 1.13.0 (47dd7df)
- deps: bump github.com/alecthomas/kingpin/v2 from 2.3.2 to 2.4.0 (06deddd)
- deps: bump github.com/prometheus/common from 0.44.0 to 0.45.0 (d55033b)
- deps: bump golang.org/x/net from 0.10.0 to 0.17.0 (d6316a2)
- deps: bump github.com/prometheus/client_golang (f011b0e)
- deps: bump docker/setup-buildx-action from 2 to 3 (4c23acc)
- deps: bump goreleaser/goreleaser-action from 4 to 5 (f5d2de8)
- deps: bump docker/setup-qemu-action from 2 to 3 (c99b309)
- deps: bump docker/login-action from 2 to 3 (881d1d3)
- deps: bump WillAbides/setup-go-faster from 1.11.0 to 1.12.0 (c22afc6)
- deps: bump WillAbides/setup-go-faster from 1.10.1 to 1.11.0 (7082299)
- deps: bump actions/checkout from 3 to 4 (42d61e4)
- deps: bump WillAbides/setup-go-faster from 1.9.0 to 1.10.1 (9c4c12b)
- deps: bump WillAbides/setup-go-faster from 1.8.0 to 1.9.0 (b676f01)
- deps: bump github.com/prometheus/client_golang (53a1899)
- deps: bump github.com/prometheus/common from 0.43.0 to 0.44.0 (1b8d944)
CI
- extend lint checks (64b5f36)
v1.1.0
1.1.0 (2023-05-11)
Feature
- deps: update exporter toolkit (d17599a)
Documentation
- improve usage instructions (b45be5f)
- add basic usage instructions (2570238)
- mention releases (77adec8)
- add basic description (58df03f)
Build
- deps: bump golang.org/x/net (25c174c)
- deps: bump actions/setup-go from 3 to 4 (7c8dfc9)
- deps: bump golang.org/x/crypto (4d980db)
- deps: bump github.com/prometheus/client_golang (9f7163c)
- deps: bump github.com/prometheus/client_golang (d2fecd7)
- deps: bump github.com/prometheus/client_golang (212aca0)
- deps: bump github.com/prometheus/common from 0.35.0 to 0.37.0 (0e500cb)
- deps: bump github.com/prometheus/common from 0.34.0 to 0.35.0 (af5a69f)
- deps: bump goreleaser/goreleaser-action from 2 to 3 (0c8b70e)
- deps: bump github.com/go-kit/log from 0.2.0 to 0.2.1 (be27e7f)
- deps: bump github.com/prometheus/client_golang (6e9a9fb)
- deps: bump docker/setup-buildx-action from 1 to 2 (f08a955)
- deps: bump docker/setup-qemu-action from 1 to 2 (27e9222)
- deps: bump docker/login-action from 1 to 2 (d7ce06a)
- deps: bump github.com/prometheus/common from 0.33.0 to 0.34.0 (f271b35)
- deps: bump github.com/prometheus/common from 0.32.1 to 0.33.0 (940506a)
CI
- add mod tidy check (7d38d4a)
- use single release pipeline (8e75467)
- add test run (d9534e1)
- use go 1.17 (8605c5e)
format
- apply gofmt (d6931b7)