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 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315
|
golang-github-prometheus-client-golang (1.14.0-3) unstable; urgency=medium
* Team upload
[ Daniel Swarbrick ]
* Bump Standards-Version to 4.6.2 (no changes)
* Modernize protobuf dependencies
[ Mathias Gibbens ]
* Allow golang-github-golang-protobuf-1-5-dev as optional Depends
-- Mathias Gibbens <gibmat@debian.org> Fri, 06 Jan 2023 20:57:09 +0000
golang-github-prometheus-client-golang (1.14.0-2) unstable; urgency=medium
* Add new 05-fix-flaky-TestSparseHistogram.patch to skip buggy test on
ppc64el
-- Daniel Swarbrick <dswarbrick@debian.org> Wed, 09 Nov 2022 11:21:09 +0000
golang-github-prometheus-client-golang (1.14.0-1) unstable; urgency=medium
* New upstream release
* Refresh patches
* Drop obsolete patches
- 03-fix-go119_tests.patch
- 05-fix-flaky-float64-tests.patch
* Bump golang-github-prometheus-client-model-dev version requirement to
0.3.0
-- Daniel Swarbrick <dswarbrick@debian.org> Tue, 08 Nov 2022 10:57:41 +0000
golang-github-prometheus-client-golang (1.13.1-1) unstable; urgency=medium
* New upstream release
* d/control: drop unused golang-github-stretchr-testify-dev dependency
-- Daniel Swarbrick <dswarbrick@debian.org> Wed, 02 Nov 2022 12:58:42 +0000
golang-github-prometheus-client-golang (1.13.0-1) unstable; urgency=medium
* New upstream release
* Refresh patches
* Drop obsolete 03-add-collector_metrics_go119_test.patch
* Add new 03-fix-go119_tests.patch
* Add new build-dep golang-github-davecgh-go-spew-dev
-- Daniel Swarbrick <dswarbrick@debian.org> Fri, 16 Sep 2022 14:24:52 +0000
golang-github-prometheus-client-golang (1.12.2-4) unstable; urgency=medium
* Add new 05-fix-flaky-float64-tests.patch to fix comparison of calculated
floating point values against precalculated data from a different arch
- Add new dependency on golang-github-stretchr-testify-dev used by patch
-- Daniel Swarbrick <dswarbrick@debian.org> Mon, 12 Sep 2022 23:35:55 +0000
golang-github-prometheus-client-golang (1.12.2-3) unstable; urgency=medium
* Drop obsolete golang-golang-x-net-dev dependencies
* Add new 04-api-headstats-int64-timestamps.patch
-- Daniel Swarbrick <dswarbrick@debian.org> Mon, 12 Sep 2022 10:15:52 +0000
golang-github-prometheus-client-golang (1.12.2-2) unstable; urgency=medium
* Add missing golang-google-protobuf-dev build-dep to binary package
-- Daniel Swarbrick <dswarbrick@debian.org> Sun, 11 Sep 2022 23:58:36 +0000
golang-github-prometheus-client-golang (1.12.2-1) unstable; urgency=medium
* New upstream version
* Add new build-dep golang-google-protobuf-dev
* Add new 02-support-outdated-protobuf-build-deps.patch
* Add new 03-add-collector_metrics_go119_test.patch
* Bump Standards-Version to 4.6.1 (no changes)
-- Daniel Swarbrick <dswarbrick@debian.org> Sun, 11 Sep 2022 18:00:33 +0000
golang-github-prometheus-client-golang (1.11.1-1) unstable; urgency=medium
* Team upload.
[ Guillem Jover ]
* New upstream release.
- Fixes denial of service through unbounded credentials (CVE-2022-21698).
Closes: #1008008
[ Daniel Swarbrick ]
* Drop nonexistent alternative build-dep golang-github-golang-protobuf-dev
-- Guillem Jover <gjover@sipwise.com> Mon, 21 Mar 2022 12:19:40 +0100
golang-github-prometheus-client-golang (1.11.0-3) unstable; urgency=medium
* Team upload.
* Require golang-github-prometheus-common-dev >= 0.16
-- Benjamin Drung <benjamin.drung@ionos.com> Wed, 22 Dec 2021 11:21:26 +0100
golang-github-prometheus-client-golang (1.11.0-2) unstable; urgency=medium
* Team upload.
* Update gbp.conf following latest Go Team workflow.
* Update debian/watch file.
* Remove obsolete alternative dependency on golang-procfs-dev.
* Use dh-sequence-golang instead of dh-golang and --with=golang.
* Add a blank line between variable settings.
* Set build directory to _build.
* Do not install uninteresting documentation.
* Remove ${shlibs:Depends} from -dev Depends field.
* Update copyright years.
-- Guillem Jover <gjover@sipwise.com> Fri, 03 Dec 2021 16:53:05 +0100
golang-github-prometheus-client-golang (1.11.0-1) unstable; urgency=medium
* Team upload
* New upstream release
- Add new collectors package (Closes: #992122)
* Bump Standards-Version to 4.6.0
-- Benjamin Drung <benjamin.drung@ionos.com> Thu, 28 Oct 2021 19:00:40 +0200
golang-github-prometheus-client-golang (1.9.0-2) unstable; urgency=medium
* Team upload.
* Switch to debian/watch version 4
* Indent debian/watch file
* Mark -dev package as Multi-Arch: foreign
-- Guillem Jover <gjover@sipwise.com> Tue, 26 Jan 2021 20:16:02 +0100
golang-github-prometheus-client-golang (1.9.0-1) unstable; urgency=medium
* Team upload.
* New upstream release. Closes: #974426
* Use '' instead of `' in text
* Move note about license location on Debian systems into a Comment field
* Update gitlab-ci.yml from latest upstream
* Switch Section to golang
* Switch to Standards-Version 4.5.1 (no changes needed)
* Move non-transitional dependency alternatives first
* Update gitignore entries
* Do not enable DH_VERBOSE by default
-- Guillem Jover <gjover@sipwise.com> Sat, 23 Jan 2021 03:58:27 +0100
golang-github-prometheus-client-golang (1.7.1-1) unstable; urgency=low
[ Debian Janitor ]
* Set upstream metadata fields: Repository-Browse.
[ Lucas Kanashiro ]
* New upstream release.
-- Lucas Kanashiro <kanashiro@debian.org> Thu, 23 Jul 2020 16:04:56 -0300
golang-github-prometheus-client-golang (1.6.0-1) unstable; urgency=medium
[ Lucas Kanashiro ]
* New upstream release.
* Add myself to the Uploaders list
* Bump debhelper compatibility level to 13
* Add version constraint to golang-github-prometheus-client-model-dev
* Update version constraint of golang-github-prometheus-common-dev
* Declare compliance with Debian Policy 4.5.0
* Update years of the upstream copyright
[ Daniel Swarbrick ]
* Add myself to Uploaders
* Update maintainer email addresses / names
-- Martina Ferrari <tina@debian.org> Mon, 22 Jun 2020 12:15:18 +0000
golang-github-prometheus-client-golang (1.2.1-3) unstable; urgency=medium
* debian/control: Add Breaks for API changes.
-- Martina Ferrari <tina@debian.org> Sun, 03 Nov 2019 01:17:15 +0000
golang-github-prometheus-client-golang (1.2.1-2) unstable; urgency=medium
* Update minimum version of common library, which fixes a bug.
-- Martina Ferrari <tina@debian.org> Tue, 29 Oct 2019 16:04:50 +0000
golang-github-prometheus-client-golang (1.2.1-1) unstable; urgency=medium
* New upstream release.
* Remove transitional golang-prometheus-client-dev package. Closes:
#939220
* Name update.
* Automatic cme fixes.
* Refresh and clean obsolete patches.
* Remove unneeded debian/install file.
* Add new dependencies.
-- Martina Ferrari <tina@debian.org> Tue, 29 Oct 2019 09:40:40 +0000
golang-github-prometheus-client-golang (0.9.0-1) unstable; urgency=medium
* New upstream release.
* debian/gbp.conf: Stop using pristine-tar.
-- Martina Ferrari <tina@debian.org> Fri, 19 Oct 2018 15:32:22 +0000
golang-github-prometheus-client-golang (0.9.0~pre1+git20180417.82f5ff1-2) unstable; urgency=medium
* Release to unstable, as the new -common fails without it.
-- Martina Ferrari <tina@debian.org> Wed, 23 May 2018 16:26:49 +0000
golang-github-prometheus-client-golang (0.9.0~pre1+git20180417.82f5ff1-1) experimental; urgency=medium
[ Alexandre Viau ]
* Point Vcs-* urls to salsa.debian.org.
[ Martina Ferrari ]
* Upload a snapshot of upstream repository, required by
prometheus-alertmanager.
* Skip test that accesses the network.
* Depend on latest common lib.
* Automated cme fixes.
* Upgrade dh compat to 11.
* Update debian/docs.
-- Martina Ferrari <tina@debian.org> Sat, 19 May 2018 15:28:08 +0000
golang-github-prometheus-client-golang (0.8.0-2) unstable; urgency=medium
* Disable flaky test. Closes: 854687.
* debian/control: Update Standards-Version (no changes).
* debian/control: Mark package as autopkgtest-able.
* debian/copyright: Format uses http protocol instead of https.
* A few formatting fixes from cme.
* debian/rules: Remove unneeded stuff.
* Add gbp.conf to reflect workflow and structure.
-- Martina Ferrari <tina@debian.org> Mon, 28 Aug 2017 16:54:26 +0000
golang-github-prometheus-client-golang (0.8.0-1) unstable; urgency=medium
[ Paul Tagliamonte ]
* Use a secure transport for the Vcs-Git and Vcs-Browser URL
[ Martina Ferrari ]
* New upstream release, which does not require repackaging any more.
* Rename source and binary packages, to match policy.
* debian/control: Update dependencies, Vcs links, add transitional package.
* Update and simplify packaging.
* debian/copyright: remove now obsolete entries.
* Remove now unneeded patches.
-- Martina Ferrari <tina@debian.org> Thu, 18 Aug 2016 12:06:03 +0000
golang-prometheus-client (0.7.0+ds-4) unstable; urgency=medium
* Switch to use the golang-github-prometheus-client-model-dev package.
* Update Standards-Version with no changes.
* Add XS-Go-Import-Path field.
* Add lintian overrides for compressed test files.
-- Martina Ferrari <tina@debian.org> Fri, 06 May 2016 18:15:35 +0000
golang-prometheus-client (0.7.0+ds-3) unstable; urgency=medium
* Add -common as new dependency, remove the private copy of the model
protobuf.
* Skip another flaky test.
-- Martina Ferrari <tina@debian.org> Mon, 11 Jan 2016 19:13:47 +0000
golang-prometheus-client (0.7.0+ds-2) unstable; urgency=medium
* Disable flaky TestSummaryDecay test. Closes: #796421.
-- Martina Ferrari <tina@debian.org> Sat, 22 Aug 2015 09:41:21 +0000
golang-prometheus-client (0.7.0+ds-1) unstable; urgency=medium
* debian/control: Migration to pkg-go team.
* Add missing test data.
* New upstream version.
-- Martina Ferrari <tina@debian.org> Sat, 22 Aug 2015 00:10:11 +0200
golang-prometheus-client (0.6.0+ds-1) unstable; urgency=medium
* New upstream release, which includes an incompatible change in metric
fingerprints, so invalidates all past storage. This is not a problem yet,
because prometheus is still not uploaded to Debian.
* debian/patches: Refresh, remove unneeded patch.
* Upstream now vendors all dependencies: remove the ones already in Debian.
* New patch: Fix import path for remaining vendored dependencies.
* Update watchfile for repackaging mangle.
* Add missing binary dependencies.
* Reduce the length of the vendored dependencies import names.
* Fix bug in which the compiled protocol buffer was not found by code using
this package.
-- Martina Ferrari <tina@debian.org> Mon, 29 Jun 2015 16:19:04 +0000
golang-prometheus-client (0.2.0-1+1) unstable; urgency=medium
* Re-build with current versions of build dependencies.
-- Martina Ferrari <tina@debian.org> Sun, 01 Mar 2015 13:43:22 +0000
golang-prometheus-client (0.2.0-1) unstable; urgency=medium
* Initial release. (Closes: #779260)
-- Martina Ferrari <tina@debian.org> Thu, 26 Feb 2015 14:12:39 +0000
|