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
|
prometheus-mysqld-exporter (0.11.0+ds-1) unstable; urgency=medium
[ Alexandre Viau ]
* Point Vcs-* urls to salsa.debian.org.
[ Martín Ferrari ]
* New upstream release.
* Better document data source configuration.
* debian/init: always export DATA_SOURCE_NAME and use --inherit in
daemon call.
* debian/control: Update Standards-Version with no changes.
* Stop cme messing with Files-Excluded.
* Remove patch already applied upstream.
* debian/control: Add new dependency.
* Patch test to avoid depending on a new version of go-convey.
* debian/default: Update flag description.
-- Martín Ferrari <tincho@debian.org> Tue, 16 Oct 2018 00:53:55 +0000
prometheus-mysqld-exporter (0.10.0+git20180201.a71f4bb+ds-2) unstable; urgency=high
* Use non-recursive chown.
* Fix FTBFS in 32bits arches. Closes: #893051
* debian/control: Add myself to Uploaders.
-- Martín Ferrari <tincho@debian.org> Tue, 27 Mar 2018 00:49:40 +0000
prometheus-mysqld-exporter (0.10.0+git20180201.a71f4bb+ds-1) unstable; urgency=high
* Team upload.
[ Filippo Giunchedi ]
* Suggest default-mysql-server | virtual-mysql-server (Closes: #848481)
[ Martín Ferrari ]
* debian/control: Update package name for client-golang.
* debian/control: Update Standards-Version (no changes).
* debian/control: Fix Vcs-* fields.
* debian/control: Replace golang-go with golang-any in Build-Depends.
* debian/control: Mark package as autopkgtest-able.
* debian/rules: Replace DH_GOPKG with XS-Go-Import-Path.
* debian/rules: Replace dpkg-parsechangelog with /usr/share/dpkg/pkg-info.mk
and simplify.
* New upstream release/git snapshot. Closes: #884542.
* debian/control: Require latest go-sqlmock, as tests fail otherwise.
* debian/rules: Fix dh_auto_install parameters.
* debian/control: Automated cme fixes.
* debian/control: Update debhelper compat.
* debian/copyright: Add Files-Excluded to match repackaging.
* Remove unneeded lintian override.
* debian/doc: Refresh.
-- Martín Ferrari <tincho@debian.org> Thu, 15 Mar 2018 03:07:26 +0000
prometheus-mysqld-exporter (0.9.0+ds-3) unstable; urgency=medium
* debian/patches/fix_test_int_overflow.patch: Fix tests for 32bit archs
-- Filippo Giunchedi <filippo@debian.org> Mon, 21 Nov 2016 00:48:31 +0000
prometheus-mysqld-exporter (0.9.0+ds-2) unstable; urgency=medium
* Set BUILDFLAGS to report branch/version/revision in
mysqld_exporter_build_info metric
-- Filippo Giunchedi <filippo@debian.org> Mon, 10 Oct 2016 12:42:38 +0100
prometheus-mysqld-exporter (0.9.0+ds-1) unstable; urgency=medium
* New upstream release
+ BREAKING CHANGES: InnoDB buffer pool page stats have been renamed/fixed
to better support aggregations
https://github.com/prometheus/mysqld_exporter/pull/130
-- Filippo Giunchedi <filippo@debian.org> Wed, 05 Oct 2016 17:04:04 +0100
prometheus-mysqld-exporter (0.8.1+ds-2) UNRELEASED; urgency=medium
* Team upload.
* Use a secure transport for the Vcs-Git and Vcs-Browser URL
-- Paul Tagliamonte <paultag@debian.org> Wed, 29 Jun 2016 20:55:56 -0400
prometheus-mysqld-exporter (0.8.1+ds-1) unstable; urgency=medium
* Initial release (Closes: #815560)
* Unvendorize all dependencies
-- Filippo Giunchedi <filippo@debian.org> Tue, 10 May 2016 16:37:31 +0100
|