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
|
prometheus-haproxy-exporter (0.15.0-3) unstable; urgency=medium
* Team upload
* Add new 0002-Support-prometheus-exporter-toolkit-v0.13.0.patch to support
building against versions of exporter-toolkit >= 0.13.0 without backwards
compatibility shim
* Drop unused Build-Depends golang-github-go-kit-log-dev
* Refresh packaging according to latest dh-make-golang template
* Bump Standards-Version to 4.7.1 (no changes)
-- Daniel Swarbrick <dswarbrick@debian.org> Wed, 26 Feb 2025 23:52:28 +0000
prometheus-haproxy-exporter (0.15.0-2) unstable; urgency=medium
* Team upload
* Add new 0001-Support-prometheus-common-v0.50.0.patch (Closes: #1067377)
* Bump golang-github-prometheus-client-golang-dev version constraint
(>= 1.19.0)
-- Daniel Swarbrick <dswarbrick@debian.org> Thu, 21 Mar 2024 03:37:37 +0000
prometheus-haproxy-exporter (0.15.0-1) unstable; urgency=medium
* Team upload
* New (and final) upstream release
* Bump Standards-Version to 4.6.2 (no changes)
* Bump minimum required golang-any version to 2:1.16~
* Add deprecation notice to debian/NEWS
-- Daniel Swarbrick <dswarbrick@debian.org> Fri, 16 Jun 2023 22:37:27 +0000
prometheus-haproxy-exporter (0.14.0-1) unstable; urgency=medium
* Team upload
* New upstream release (fixes CVE-2022-46146)
* Drop +ds version suffix, since we no longer need to unvendor
-- Daniel Swarbrick <dswarbrick@debian.org> Wed, 07 Dec 2022 02:48:58 +0000
prometheus-haproxy-exporter (0.13.0+ds1-2) unstable; urgency=medium
* Team upload.
[ Guillem Jover ]
* Update debian/watch file.
* Add blank lines between distinct sections in debian/rules.
* Move instead of copy when renaming the daemon in debian/rules.
* Do not install uninteresting documentation files.
* Do not list directories to create known to dh.
* Update default file for latest upstream release.
[ Martina Ferrari ]
* Update my name and email address.
[ Debian Janitor ]
* Set upstream metadata fields: Repository-Browse, Security-Contact.
-- Guillem Jover <gjover@sipwise.com> Tue, 15 Mar 2022 23:13:26 +0100
prometheus-haproxy-exporter (0.13.0+ds1-1) unstable; urgency=medium
* Team upload.
* Add gitlab-ci.yml file.
* Use dh-sequence-golang instead of dh-golang and --with=golang.
* Switch to Standards-Version 4.6.0 (no changes needed).
* Update gbp.conf following latest Go Team workflow.
* Fix debian/watch syntax.
* Exclude pre-built Windows binary from upstream tarball.
* Update dependencies for new upstream release.
-- Guillem Jover <gjover@sipwise.com> Mon, 29 Nov 2021 18:26:18 +0100
prometheus-haproxy-exporter (0.12.0+ds-2) unstable; urgency=medium
* Team upload
* Update version.BuildUser to match the Maintainer address
* Change Section from devel to net
* Fix syntax in debian/watch by removing trailing opts comma
* Remove trailing slashes from Files-Excluded field
-- Guillem Jover <gjover@sipwise.com> Fri, 29 Jan 2021 23:05:16 +0100
prometheus-haproxy-exporter (0.12.0+ds-1) unstable; urgency=medium
* Team upload
* New upstream release. Closes: #976903
- Add new Build-Depends on golang-github-go-kit-kit-dev.
* Switch to debian/watch version 4
* Indent debian/watch opts contents
* Add an upstream metadata file
* Set Rules-Requires-Root to no
-- Guillem Jover <gjover@sipwise.com> Mon, 25 Jan 2021 20:08:23 +0100
prometheus-haproxy-exporter (0.9.0+git20180917+ds-4) unstable; urgency=medium
* Team upload.
* Add missing dependency on adduser
* Change systemd service Restart directive from always to on-failure
* Remove error suppression from postinst
* Run adduser unconditionally
* Do not change pathname metadata if there are dpkg statoverrides in place
* Use '' instead of `' in text
* Switch from /var/run to /run
* Switch to Standards-Version 4.5.1 (no changes needed)
* Remove all rotated logs on purge
* Remove $syslog dependency from init script
* Remove unnecessary error suppression from init script
* Use $() instead of `` in init script
* Rewrite init script using start-stop-daemon
* Move note about license location on Debian systems into a Comment field
* Add a logrotate fragment file
* Update copyright claims
* Update gitignore entries
* Do not enable DH_VERBOSE by default
* Use $(BUILDDIR) uniformly instead of the literal build/
-- Guillem Jover <gjover@sipwise.com> Sat, 23 Jan 2021 03:13:37 +0100
prometheus-haproxy-exporter (0.9.0+git20180917+ds-3) unstable; urgency=medium
* Team upload.
* Build depend on golang-any >= 2:1.14~
-- Lucas Kanashiro <kanashiro@debian.org> Tue, 02 Jun 2020 15:15:08 -0300
prometheus-haproxy-exporter (0.9.0+git20180917+ds-2) unstable; urgency=medium
* Team upload.
* B-d on golang-github-prometheus-client-golang-dev
* Bump debhelper compatibility level to 13
* Declare compliance with Debian Policy 4.5.0
-- Lucas Kanashiro <kanashiro@debian.org> Tue, 02 Jun 2020 09:42:01 -0300
prometheus-haproxy-exporter (0.9.0+git20180917+ds-1) unstable; urgency=high
* New usptream snapshot, fixes build issues. Closes: #911436.
* Add +ds suffix to mark repackaging.
* Add myself to uploaders.
* Match Files-Excluded with current repo.
* Use new repo layout.
* Use repackaging suffix in debian/watch.
* Bring in line with other exporters: rename binary, add initscripts,
create system user, install documentation and manpage.
Closes: #909175, #909174.
* Update Standards-Version with no changes.
-- Martina Ferrari <tina@debian.org> Fri, 02 Nov 2018 13:45:55 +0000
prometheus-haproxy-exporter (0.9.0-1) unstable; urgency=medium
* Initial release (Closes: #906097)
-- ChangZhuo Chen (陳昌倬) <czchen@debian.org> Thu, 06 Sep 2018 21:34:07 +0800
|