dwww Home | Show directory contents | Find package

prometheus-bind-exporter (0.8.0-1) unstable; urgency=medium

  * New upstream release
  * Drop obsolete 0002-Deprecate-collection-of-task-stats-by-default.patch
    (applied upstream)
  * Drop obsolete 0003-Support-prometheus-common-v0.50.0.patch (implemented
    upstream)
  * Refresh patches
  * Bump Standards-Version to 4.7.0 (no changes)
  * Drop no longer used golang-github-go-kit-log-dev Build-Depends
  * Bump golang-any Build-Depends version constraint to (>= 2:1.21~) due to
    use of log/slog package

 -- Daniel Swarbrick <dswarbrick@debian.org>  Wed, 06 Nov 2024 14:10:21 +0000

prometheus-bind-exporter (0.7.0-3) unstable; urgency=medium

  * Add new 0003-Support-prometheus-common-v0.50.0.patch
  * Bump golang-github-prometheus-client-golang-dev version constraint
    (>= 1.19.0)

 -- Daniel Swarbrick <dswarbrick@debian.org>  Tue, 12 Mar 2024 13:14:23 +0000

prometheus-bind-exporter (0.7.0-2) unstable; urgency=medium

  * Add new 0002-Deprecate-collection-of-task-stats-by-default.patch

 -- Daniel Swarbrick <dswarbrick@debian.org>  Thu, 15 Feb 2024 14:19:40 +0000

prometheus-bind-exporter (0.7.0-1) unstable; urgency=medium

  * New upstream release
  * Drop obsolete 0002-Revert-web.LandingConfig.patch
  * Bump Standards-Version to 4.6.2 (no changes)
  * Modernize debian/rules to produce more visually appealing man page

 -- Daniel Swarbrick <dswarbrick@debian.org>  Sat, 12 Aug 2023 14:55:33 +0000

prometheus-bind-exporter (0.6.1-1) unstable; urgency=medium

  * New upstream release (Closes: #1033700)
  * Add new patches:
    - 0001-Revert-kingpin.v2-import-path.patch
    - 0002-Revert-web.LandingConfig.patch

 -- Daniel Swarbrick <dswarbrick@debian.org>  Thu, 30 Mar 2023 14:10:22 +0000

prometheus-bind-exporter (0.6.0-1) unstable; urgency=medium

  * New upstream release
  * Bump golang-github-prometheus-exporter-toolkit-dev minimum required
    version to 0.8.0
  * Remove --help output from default file

 -- Daniel Swarbrick <dswarbrick@debian.org>  Thu, 10 Nov 2022 21:29:01 +0000

prometheus-bind-exporter (0.5.0-2) unstable; urgency=medium

  * Update gbp configuration following Go Team new workflow
  * Fix passing of BUILDFLAGS to dh_auto_build, which resulted in no version
    information being compiled into the binary
  * Update systemd service documentation link
  * Fix capitalization of BIND in service, init scripts, etc
  * Add basic systemd service hardening options
  * Bump Standards-Version to 4.6.1 (no changes)

 -- Daniel Swarbrick <dswarbrick@debian.org>  Wed, 07 Sep 2022 12:33:05 +0000

prometheus-bind-exporter (0.5.0-1) unstable; urgency=medium

  * New upstream release
  * Drop +ds version suffix, since we no longer have to unvendor
  * Drop obsolete 0001-fix-handle-non-integer-values-for-zone-serial-97.patch
    (merged upstream)
  * Use dh-sequence-golang instead of dh-golang and --with=golang
  * Bump Standards-Version to 4.6.0 (no changes)
  * Replace golang-github-go-kit-kit-dev build-dep with
    golang-github-go-kit-log-dev
  * Update and sort flags in debian/default

 -- Daniel Swarbrick <dswarbrick@debian.org>  Sun, 05 Dec 2021 15:09:33 +0000

prometheus-bind-exporter (0.4.0+ds-2) unstable; urgency=high

  * Fix bind stats parsing with upstream patch (Closes: #993385)
  ** https://github.com/prometheus-community/bind_exporter/pull/97

 -- Filippo Giunchedi <filippo@debian.org>  Fri, 03 Sep 2021 17:45:57 +0200

prometheus-bind-exporter (0.4.0+ds-1) unstable; urgency=medium

  [ Daniel Swarbrick ]
  * New upstream release
  * Bump Standards-Version to 4.5.1 (no changes)
  * Bump debhelper-compat version to 13
  * Add new build-dependencies:
    - golang-github-go-kit-kit-dev
    - golang-github-prometheus-exporter-toolkit-dev
    - golang-gopkg-alecthomas-kingpin.v2-dev
  * Update uploader names / email addresses
  * Refresh command-line flag help in defaults file
  * d/control: update maintainer email address

  [ Martina Ferrari ]
  * Update debian/watch with consistent flags.
  * Update debian/rules to set version variables and generate manpage and
    bash-completion script.
  * Many packaging improvements from Guillem Jover.
    - Use '' instead of `' in text
    - Switch from /var/run to /run
    - Move note about license location on Debian systems into a Comment field
    - Add missing Depends on adduser
    - Remove error suppression from postinst
    - Use $() instead of `` in init script
    - Remove unnecessary error suppression from init script
    - Run adduser unconditionally
    - Remove $syslog dependency from init script
    - Change systemd service Restart directive from always to on-failure
    - Fix NAME variable value in sysvinit init script
    - Rewrite init script using start- stop-daemon
    - Do not change pathname metadata if there are dpkg statoverrides in place
    - Use execute_after_dh_auto_* instead of override_ and an explicit call
    - Remove unused adduser from Build- Depends
  * Add logrotate config snippet.

 -- Martina Ferrari <tina@debian.org>  Fri, 29 Jan 2021 01:16:29 +0000

prometheus-bind-exporter (0.3.0+ds-1) unstable; urgency=medium

  * New upstream release.
  * New upstream maintainer / project home.
  * Add myself to uploaders.
  * Drop obsolete 01-Client_API_fix.patch.
  * Drop obsolete 02-Fix_word_sizes.patch.
  * Drop indirect build-deps.

 -- Daniel Swarbrick <daniel.swarbrick@cloud.ionos.com>  Mon, 13 Jan 2020 09:53:55 +0000

prometheus-bind-exporter (0.2.0+git20190914+ds-1) unstable; urgency=medium

  [ Debian Janitor ]
  * Set upstream metadata fields: Name.
  * Bump debhelper from old 11 to 12.
  * Set upstream metadata fields: Repository.
  * Remove obsolete fields Name from debian/upstream/metadata.

  [ Martina Ferrari ]
  * New upstream snapshot.
  * Fix versioning.
  * Refresh patches.
  * Add myself as uploader.
  * Fix package description. Closes: #928361.
  * Update Standards-Version with no changes.
  * Update watchfile mangling.
  * Add needed Pre-Depends for sysvinit.

 -- Martina Ferrari <tina@debian.org>  Mon, 28 Oct 2019 17:49:25 +0000

# Older entries have been removed from this changelog.
# To read the complete changelog use `apt changelog prometheus-bind-exporter`.

Generated by dwww version 1.16 on Tue Dec 16 07:09:42 CET 2025.