1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194
|
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
prometheus-bind-exporter (0.2~git20161221+dfsg-3) unstable; urgency=medium
* Team upload.
* Add missing log and pid directories.
* Use 64bit words for parsing numbers; fixes build in 32bit arches.
-- Martina Ferrari <tina@debian.org> Mon, 22 Oct 2018 22:09:22 +0000
prometheus-bind-exporter (0.2~git20161221+dfsg-2) unstable; urgency=medium
* Team upload.
[ Alexandre Viau ]
* Point Vcs-* urls to salsa.debian.org.
[ Martina Ferrari ]
* Add patch for update in prometheus client library API. Closes:
#911439.
* debian/init: Remove checks for variable that belongs to another
exporter.
* Remove unneeded lintian overrides.
* debian/manpages: Actually install the man page.
* Add missing postinst script, required to create the system user and
directories.
* debian/rules: Remove unneeded DH_GOPKG var, reenable tests.
* Automated packaging fixes by cme, update compat and Standards-Version.
* debian/control: Only install daemon if systemd is not present.
* debian/copyright: Add missing Files-Excluded information.
-- Martina Ferrari <tina@debian.org> Mon, 22 Oct 2018 19:44:25 +0000
prometheus-bind-exporter (0.2~git20161221+dfsg-1) unstable; urgency=low
* Initial release. Closes: #854749
-- Jelmer Vernooij <jelmer@debian.org> Thu, 09 Feb 2017 22:04:37 +0000
|