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 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214
|
prometheus-apache-exporter (1.0.10-1) unstable; urgency=medium
* New upstream release (no code changes)
* Refresh packaging according to latest dh-make-golang template
* Bump Standards-Version to 4.7.2 (no changes)
-- Daniel Swarbrick <dswarbrick@debian.org> Tue, 12 Aug 2025 17:35:39 +0000
prometheus-apache-exporter (1.0.9-1) unstable; urgency=medium
* New upstream release
* Drop obsolete 0002-Support-prometheus-common-v0.50.0.patch (implemented
upstream)
* Refresh patches
* Drop obsolete Build-Depends golang-github-go-kit-log-dev
* Bump golang-any Build-Depends version constraint to (>= 2:1.21~) due to
use of log/slog package
* Bump Standards-Version to 4.7.0 (no changes)
-- Daniel Swarbrick <dswarbrick@debian.org> Fri, 20 Sep 2024 11:35:04 +0000
prometheus-apache-exporter (1.0.7-1) unstable; urgency=medium
* New upstream release
* Convert patches to gbp-pq format
* Add new 0002-Support-prometheus-common-v0.50.0.patch
* Bump golang-github-prometheus-client-golang-dev version constraint
(>= 1.19.0)
-- Daniel Swarbrick <dswarbrick@debian.org> Fri, 15 Mar 2024 14:09:38 +0000
prometheus-apache-exporter (1.0.6-1) unstable; urgency=medium
* New upstream release
-- Daniel Swarbrick <dswarbrick@debian.org> Sat, 03 Feb 2024 18:43:47 +0000
prometheus-apache-exporter (1.0.5-1) unstable; urgency=medium
* New upstream release
-- Daniel Swarbrick <dswarbrick@debian.org> Sun, 14 Jan 2024 20:38:18 +0000
prometheus-apache-exporter (1.0.1-1) unstable; urgency=medium
* New upstream release (no code changes)
* debian/rules: re-work manpage generation, with correct header & footer
-- Daniel Swarbrick <dswarbrick@debian.org> Fri, 28 Jul 2023 20:59:36 +0000
prometheus-apache-exporter (1.0.0-1) unstable; urgency=medium
* New upstream release
* Refresh patches
-- Daniel Swarbrick <dswarbrick@debian.org> Tue, 04 Jul 2023 12:17:46 +0000
prometheus-apache-exporter (0.13.4-1) unstable; urgency=medium
* New upstream release
* Drop obsolete 01-support-newer-exporter-toolkit.patch
* Add new 01-Revert_kingpin_import_path.patch
-- Daniel Swarbrick <dswarbrick@debian.org> Tue, 13 Jun 2023 13:35:01 +0000
prometheus-apache-exporter (0.12.0-1) unstable; urgency=medium
* New upstream release
* Refresh patches
* Drop unused dependency golang-github-go-kit-kit-dev
* Bump Standards-Version to 4.6.2 (no changes)
-- Daniel Swarbrick <dswarbrick@debian.org> Sun, 08 Jan 2023 23:40:43 +0000
prometheus-apache-exporter (0.11.0-2) unstable; urgency=medium
[ Daniel Swarbrick ]
* Update gbp configuration following Go Team new workflow
* Add new 01-support-newer-exporter-toolkit.patch
* Bump minimum required golang-github-prometheus-exporter-toolkit-dev
version to 0.8.0
* Bump Standards-Version to 4.6.1 (no changes)
[ Guillem Jover ]
* Add value quoting information in default file comment header
* Remove --help output from default file
* Update debian/watch file
[ Martina Ferrari ]
* Update my name and email address.
-- Daniel Swarbrick <dswarbrick@debian.org> Thu, 15 Dec 2022 04:36:11 +0000
prometheus-apache-exporter (0.11.0-1) unstable; urgency=medium
* New upstream version
* Drop +ds version suffix, since we no longer have to unvendor
* Bump Standards-Version to 4.6.0 (no changes)
* Use dh-sequence-golang instead of dh-golang and --with=golang
* Remove unused build-deps
- golang-github-beorn7-perks-dev
- golang-github-sirupsen-logrus-dev
- golang-goprotobuf-dev
- golang-protobuf-extensions-dev
* Add new build-deps
- golang-github-go-kit-kit-dev
- golang-github-go-kit-log-dev
- golang-github-prometheus-exporter-toolkit-dev
* Add missing build-dep golang-gopkg-alecthomas-kingpin.v2-dev
* Add myself to uploaders
-- Daniel Swarbrick <dswarbrick@debian.org> Sun, 05 Dec 2021 14:20:47 +0000
prometheus-apache-exporter (0.8.0+ds-1) unstable; urgency=medium
* Team upload.
[ Badreddin Aboubakr ]
* New upstream release
* Update repo URL
* d/watch: Update file standard to 4
* Add man pages
* d/control: Update Standards-Version
* d/control: Add Rules-Requires-Root set to no
* d/control: Update debhelper-compat
* Remove error suppression from postinst
* Remove unnecessary error suppression from init script
* Run adduser unconditionally
* Add missing dependency on adduser
* d/control: Update maintainer's email
* Do not change pathname metadata if there are dpkg statoverrides in place
[ Daniel Swarbrick ]
* d/copyright: add comment regarding change of upstream project owner
[ Guillem Jover ]
* Indent debian/watch opts
* Change systemd service Restart directive from always to on-failure
* Properly clean all logs on postrm
* Use '' instead of `' in text
* Use $() instead of `` in init script
* Remove $syslog dependency from init script
* Rewrite init script using start-stop-daemon
* Switch from /var/run to /run
* Update gitlab-ci.yml from latest upstream version
-- Guillem Jover <gjover@sipwise.com> Tue, 09 Feb 2021 00:52:57 +0100
prometheus-apache-exporter (0.7.0+ds-2) unstable; urgency=medium
[ Debian Janitor ]
* Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
Repository-Browse.
* Update standards version to 4.5.0, no changes needed.
-- Jelmer Vernooij <jelmer@debian.org> Fri, 05 Feb 2021 03:39:08 +0000
prometheus-apache-exporter (0.7.0+ds-1) unstable; urgency=medium
[ Debian Janitor ]
* Bump debhelper from old 11 to 12.
* Set upstream metadata fields: Repository.
[ Martina Ferrari ]
* New upstream release.
* debian/dirs: Add missing /var/lib/prometheus
* Update CLI params documentation.
* debian/rules: Add build metadata.
-- Martina Ferrari <tina@debian.org> Sun, 03 Nov 2019 17:12:42 +0000
prometheus-apache-exporter (0.5.0+ds-2) unstable; urgency=medium
[ Alexandre Viau ]
* Point Vcs-* urls to salsa.debian.org.
[ Raúl Benencia ]
* Fix long description.
* Update Standards-Version to 4.1.5.
[ Fabian Weisshaar ]
* Add missing postinst script to create prometheus user
* Avoid recursive chown calls
* Update debhelper compat
[ Martina Ferrari ]
* debian/gbp.conf: Update branches.
* debian/control: Add myself to Uploaders.
* debian/dirs: Add var/log/prometheus.
* Update Standards-Version with no changes.
-- Martina Ferrari <tina@debian.org> Thu, 13 Dec 2018 23:53:57 +0000
prometheus-apache-exporter (0.5.0+ds-1) unstable; urgency=medium
[ Martina Ferrari ]
* Team upload.
* New upstream release, upload to unstable. Closes: #887112
* Exclude vendored files.
* Stop using pristine-tar.
* Automated cme updates.
* debian/watch: Add dversionmangle.
* Remove unused lintian override.
[ Antoine Beaupré ]
* do not require daemon if we use systemd
-- Martina Ferrari <tina@debian.org> Sun, 14 Jan 2018 14:29:53 +0000
prometheus-apache-exporter (0.3-1) experimental; urgency=low
* Initial release. Closes: #854630
-- Jelmer Vernooij <jelmer@debian.org> Thu, 09 Feb 2017 22:04:37 +0000
|