golang-github-prometheus-exporter-toolkit (0.14.0-2) unstable; urgency=medium

  * Refresh packaging according to latest dh-make-golang template
  * Bump Standards-Version to 4.7.2 (no changes)
  * Refresh 0002-Work-around-slog-logger-breaking-change.patch due to another
    breaking change in prometheus/common v0.63.0+
  * Add golang-github-prometheus-common-dev version constraint (>= 0.63.0)

 -- Daniel Swarbrick <dswarbrick@debian.org>  Thu, 14 Aug 2025 12:14:58 +0000

golang-github-prometheus-exporter-toolkit (0.14.0-1) unstable; urgency=medium

  * New upstream release

 -- Daniel Swarbrick <dswarbrick@debian.org>  Fri, 07 Feb 2025 14:55:04 +0000

golang-github-prometheus-exporter-toolkit (0.13.1-1) unstable; urgency=medium

  * New upstream release

 -- Daniel Swarbrick <dswarbrick@debian.org>  Thu, 31 Oct 2024 18:19:55 +0000

golang-github-prometheus-exporter-toolkit (0.13.0-1) unstable; urgency=medium

  * New upstream release
  * Add new 0002-Work-around-slog-logger-breaking-change.patch
  * Bump golang-any version constraint to (>= 2:1.21~) due to use of log/slog
    package

 -- Daniel Swarbrick <dswarbrick@debian.org>  Fri, 20 Sep 2024 10:19:32 +0000

golang-github-prometheus-exporter-toolkit (0.12.0-1) unstable; urgency=medium

  * New upstream release
  * Drop obsolete 0002-Split-TLS-config-tests-for-Go-1.21.patch (implemented
    upstream)
  * Drop obsolete 0003-Update-tls-ciphers-list-for-Go1.22.patch (implemented
    upstream)
  * Bump Standards-Version to 4.7.0 (no changes)
  * Refresh patches
  * Add new build-dep golang-github-mdlayher-vsock-dev

 -- Daniel Swarbrick <dswarbrick@debian.org>  Thu, 05 Sep 2024 18:12:59 +0000

golang-github-prometheus-exporter-toolkit (0.11.0-2) unstable; urgency=medium

  * Team upload
  * Update tls ciphers list in test for Go1.22

 -- Shengjing Zhu <zhsj@debian.org>  Fri, 01 Mar 2024 01:53:52 +0800

golang-github-prometheus-exporter-toolkit (0.11.0-1) unstable; urgency=medium

  * New upstream release
  * Convert patches to gbp-pq format
  * Add new 0002-Split-TLS-config-tests-for-Go-1.21.patch, which supersedes
    02-Adjust_tls_error_regexes.patch

 -- Daniel Swarbrick <dswarbrick@debian.org>  Wed, 13 Dec 2023 23:26:59 +0000

golang-github-prometheus-exporter-toolkit (0.10.0-2) unstable; urgency=medium

  * debian/patches: Add patch to fix test errors with go >= 1.21.
    Closes: #1052776

 -- Martina Ferrari <tina@debian.org>  Tue, 26 Sep 2023 17:45:22 +0000

golang-github-prometheus-exporter-toolkit (0.10.0-1) unstable; urgency=medium

  * New upstream release
  * Drop obsolete patch 02-Avoid_race_in_test.patch (fixed upstream)
  * Add landing page CSS/HTML to DH_GOLANG_INSTALL_EXTRA
  * Add new 01-Revert_kingpin_import_path.patch
  * Bump Standards-Version to 4.6.2 (no changes)

 -- Daniel Swarbrick <dswarbrick@debian.org>  Mon, 12 Jun 2023 13:34:23 +0000

golang-github-prometheus-exporter-toolkit (0.8.2-2) unstable; urgency=medium

  * Refresh 02-Avoid_race_in_test.patch (Closes: #1031463)

 -- Daniel Swarbrick <dswarbrick@debian.org>  Sat, 18 Feb 2023 21:37:50 +0000

golang-github-prometheus-exporter-toolkit (0.8.2-1) unstable; urgency=medium

  * New upstream release (fixes CVE-2022-46146). Closes: #1025127.
  * Add a Breaks prometheus-node-exporter (<< 1.4.1-1) for API break

 -- Daniel Swarbrick <dswarbrick@debian.org>  Wed, 30 Nov 2022 04:25:05 +0000

golang-github-prometheus-exporter-toolkit (0.8.1-2) unstable; urgency=medium

  * Add a Breaks prometheus-alertmanager (<< 0.24.0-4) for API break

 -- Daniel Swarbrick <dswarbrick@debian.org>  Fri, 18 Nov 2022 23:49:39 +0000

golang-github-prometheus-exporter-toolkit (0.8.1-1) unstable; urgency=medium

  * New upstream release
  * Refresh patches
  * Drop obsolete 01-golang-new-crypto.patch
  * Add new build-deps:
    - golang-github-coreos-go-systemd-dev
    - golang-golang-x-sync-dev
  * Drop unused build-dep golang-github-pkg-errors-dev
  * d/rules: drop no-longer-needed GODEBUG := x509sha1=1

 -- Daniel Swarbrick <dswarbrick@debian.org>  Tue, 08 Nov 2022 16:59:50 +0000

golang-github-prometheus-exporter-toolkit (0.7.1-4) unstable; urgency=medium

  * Patch tests to avoid race condition. Closes: #1013578.
  * Fixes to minor lintian issues:
    Update copyright years, correct package section, and update
    Standards-Version (with no changes).

 -- Martina Ferrari <tina@debian.org>  Mon, 29 Aug 2022 18:35:58 +0000

golang-github-prometheus-exporter-toolkit (0.7.1-3) unstable; urgency=medium

  * Rebuild to upload as source-only.

 -- Martina Ferrari <tina@debian.org>  Thu, 07 Apr 2022 20:56:10 +0000

golang-github-prometheus-exporter-toolkit (0.7.1-2) unstable; urgency=medium

  * debian/patches: update patch to fix new breakage.
  * debian/rules: Avoid test failures with new crypto/x509.
    Closes: #1008410
  * debian/control: Add myself to Uploaders.

 -- Martina Ferrari <tina@debian.org>  Fri, 01 Apr 2022 13:37:33 +0000

golang-github-prometheus-exporter-toolkit (0.7.1-1) unstable; urgency=medium

  [ Aloïs Micard ]
  * Update debian/gitlab-ci.yml (using pkg-go-tools/ci-config)

  [ Daniel Swarbrick ]
  * New upstream release
  * Update copyright

  [ Guillem Jover ]
  * Update gbp.conf following latest Go Team workflow
  * Update debian/watch file
  * Do not install uninteresting README.md
  * Move license location on Debian systems into a Comment field

 -- Daniel Swarbrick <dswarbrick@debian.org>  Thu, 09 Dec 2021 14:28:28 +0000

golang-github-prometheus-exporter-toolkit (0.7.0-2) unstable; urgency=medium

  * Team upload.
  * Switch to go-kit/log and remove reverting patch.

 -- Guillem Jover <gjover@sipwise.com>  Thu, 25 Nov 2021 18:46:08 +0100

golang-github-prometheus-exporter-toolkit (0.7.0-1) unstable; urgency=medium

  * Team upload.
  * New upstream release.
  * Update debian/watch file.
  * Revert switch to kit/log from kit/kit/log.
  * Fix test failures with new golang 1.17. (Closes: #997566)
  * Switch to Standards-Version 4.6.0 (no changes needed).
  * Switch to dh-sequence-golang instead of dh-golang and --with=golang.
  * Use _build as build directory.
  * Update copyright information.
  * Add .gitignore files.
  * Remove ${shlibs:Depends} from -dev package dependency.

 -- Guillem Jover <gjover@sipwise.com>  Tue, 16 Nov 2021 22:38:16 +0100

golang-github-prometheus-exporter-toolkit (0.5.1-2) unstable; urgency=medium

  * Team upload.
  * No change upload to rebuild on buildd

 -- Benjamin Drung <benjamin.drung@cloud.ionos.com>  Mon, 25 Jan 2021 15:10:41 +0100

golang-github-prometheus-exporter-toolkit (0.5.1-1) unstable; urgency=medium

  * Initial package. (Closes: #980454)

 -- Daniel Swarbrick <daniel.swarbrick@cloud.ionos.com>  Tue, 19 Jan 2021 11:40:51 +0100
