Skip to content

v1.3.2

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 13 Jun 10:54
· 8 commits to main since this release
e79ce42

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)