File: changelog

package info (click to toggle)
gnocchi 4.3.1-3
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 4,072 kB
  • sloc: python: 18,695; sh: 290; makefile: 60
file content (279 lines) | stat: -rw-r--r-- 8,755 bytes parent folder | download
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
gnocchi (4.3.1-3) unstable; urgency=medium

  * Add a gnocchi logrotate file.

 -- Thomas Goirand <zigo@debian.org>  Wed, 14 Nov 2018 14:37:07 +0100

gnocchi (4.3.1-2) unstable; urgency=medium

  * Uploading to unstable:
    - This makes the build reproducible (Closes: #892419).
    - Fix FTBFS (Closes: #911405).
  * Fix gnocchi-statsd python3 depends.

 -- Thomas Goirand <zigo@debian.org>  Wed, 14 Nov 2018 13:10:39 +0000

gnocchi (4.3.1-1) experimental; urgency=medium

  [ Ondřej Nový ]
  * d/control: Use team+openstack@tracker.debian.org as maintainer

  [ Thomas Goirand ]
  * New upstream release.
  * Fixed (build-)depends for this release.
  * Refreshed patches.
  * export SETUPTOOLS_SCM_PRETEND_VERSION=.
  * Do not call setup.py clean.
  * Add install-missing-files.patch.

 -- Thomas Goirand <zigo@debian.org>  Sat, 25 Aug 2018 15:18:34 +0200

gnocchi (4.2.0-5) unstable; urgency=medium

  * Switch gnocchi to openstack-pkg-tools >= 81~ style of uwsgi app.

 -- Thomas Goirand <zigo@debian.org>  Tue, 05 Jun 2018 15:50:00 +0200

gnocchi (4.2.0-4) unstable; urgency=medium

  * Add patch to remove dependency on distutils (Closes: #896594).

 -- Thomas Goirand <zigo@debian.org>  Sun, 03 Jun 2018 10:41:46 +0200

gnocchi (4.2.0-3) unstable; urgency=medium

  * Add missing gnocchi-statsd daemon package and init script.

 -- Thomas Goirand <zigo@debian.org>  Mon, 07 May 2018 09:23:50 +0200

gnocchi (4.2.0-2) unstable; urgency=medium

  [ Ondřej Nový ]
  * Running wrap-and-sort -bast

  [ Thomas Goirand ]
  * Fixed dbc postrm.

 -- Thomas Goirand <zigo@debian.org>  Mon, 26 Mar 2018 16:43:11 +0000

gnocchi (4.2.0-1) unstable; urgency=medium

  [ Ondřej Nový ]
  * d/control: Set Vcs-* to salsa.debian.org

  [ Thomas Goirand ]
  * New upstream release.
  * Fixed (build-)depends for this release.
  * Standards-Version is now 4.1.3.
  * Add patch for Py3 compat, courtesy of James Page from Canonical.
  * Blacklist test_gnocchi_config_generator_run(), we don't care about it
    anyway, as we're using oslo-config-generator.
  * Fixed uwsgi params.
  * Dropped debconf templates, using openstack-pkg-tools >= 70~.

 -- Thomas Goirand <zigo@debian.org>  Tue, 27 Feb 2018 13:12:12 +0000

gnocchi (4.0.4-1) unstable; urgency=medium

  * New upstream release.
  * Fixed gnocchi-api UWSGI startup.

 -- Thomas Goirand <zigo@debian.org>  Mon, 05 Feb 2018 14:25:47 +0100

gnocchi (4.0.3-3) unstable; urgency=medium

  * python3-gnocchi breaks+replaces python-gnocchi, therefore allowing
    upgrades from older Gnocchi that was using Python 2.7 (Closes: #881247).
  * Fixed encoding of pt.po.

 -- Thomas Goirand <zigo@debian.org>  Fri, 17 Nov 2017 22:40:08 +0000

gnocchi (4.0.3-2) unstable; urgency=medium

  * Fixed version of python-sqlalchemy-utils (>= 0.32.14).
  * Updated pt.po (Closes: #876172).
  * Running gnocchi-upgrade instead of dbsync (Closes: #853121).
  * Uploading to unstable.
  * Add missing build-depends: python-all, python-pbr, python-setuptools,
    python3-testresources.

 -- Thomas Goirand <zigo@debian.org>  Wed, 15 Nov 2017 11:31:24 +0000

gnocchi (4.0.3-1) experimental; urgency=medium

  * New upstream release.
  * Fixed (build-)depends for this release.
  * Updating vcs fields.
  * Updating copyright format url.
  * Updating maintainer field.
  * Running wrap-and-sort -bast.
  * Standards-Version is now 4.1.1.
  * Switch the package to Python 3 only, drop Python 2.
  * Add debian/bin with gnocchi-config-generator entrypoint.
  * Fixed oslo-config-generator namespace list for this release.
  * Fixed source location for policy.json and api-paste.ini.

 -- Thomas Goirand <zigo@debian.org>  Thu, 26 Oct 2017 06:33:31 +0200

gnocchi (3.0.4-4) unstable; urgency=medium

  * German debconf translation update (Closes: #842481).

 -- Thomas Goirand <zigo@debian.org>  Mon, 03 Apr 2017 18:13:32 +0200

gnocchi (3.0.4-3) unstable; urgency=medium

  * Team upload.
  * Revert net-tools dependency.
  * Bump build dependency on openstack-pkg-tools (Closes: #858697).

 -- David Rabel <david.rabel@noresoft.com>  Sat, 01 Apr 2017 11:35:30 +0200

gnocchi (3.0.4-2) unstable; urgency=medium

  * Team upload.
  * Add missing dependency net-tools (Closes: #858697)

 -- David Rabel <david.rabel@noresoft.com>  Sat, 25 Mar 2017 12:06:03 +0100

gnocchi (3.0.4-1) unstable; urgency=medium

  * Team upload.

  [ Ondřej Nový ]
  * Bumped debhelper compat version to 10
  * Added lsb-base to depends

  [ Ondřej Kobližek ]
  * New upstream release (Closes: #852991)

 -- Ondřej Kobližek <koblizeko@gmail.com>  Thu, 02 Feb 2017 14:44:31 +0100

gnocchi (3.0.0-2) unstable; urgency=medium

  [ Ondřej Nový ]
  * d/s/options: extend-diff-ignore of .gitreview

  [ Thomas Goirand ]
  * Uploading to unstable.
  * Debconf translation:
    - it (Closes: #839198).

 -- Thomas Goirand <zigo@debian.org>  Tue, 04 Oct 2016 09:14:26 +0200

gnocchi (3.0.0-1) experimental; urgency=medium

  * New upstream release.
  * Fixed (build-)depends for this release.
  * Using OpenStack's Gerrit as VCS URLs.

 -- Thomas Goirand <zigo@debian.org>  Fri, 23 Sep 2016 16:38:32 +0200

gnocchi (2.0.2-7) unstable; urgency=medium

  [ Ondřej Nový ]
  * d/watch: Fixed upstream URL

  [ Thomas Goirand ]
  * Updated Danish translation of the debconf templates (Closes: #830650).
  * Now using gnocchi-upgrade, and not gnocchi-dbsync (Closes: #832792).

 -- Thomas Goirand <zigo@debian.org>  Mon, 08 Aug 2016 12:21:06 +0000

gnocchi (2.0.2-6) unstable; urgency=medium

  * Fixed section to be net instead of python (Closes: #825364).

 -- Thomas Goirand <zigo@debian.org>  Thu, 02 Jun 2016 07:16:10 +0000

gnocchi (2.0.2-5) unstable; urgency=medium

  [ Ondřej Nový ]
  * Standards-Version is 3.9.8 now (no change)
  * d/rules: Removed UPSTREAM_GIT with default value
  * d/copyright: Changed source URL to https protocol

  [ Thomas Goirand ]
  * Added Japanese debconf templates translation update (Closes: #820769).
  * Updated Dutch debconf templates (Closes: #823439).
  * Updated Brazilian Portuguese debconf templates (Closes: #824292).

 -- Thomas Goirand <zigo@debian.org>  Sat, 23 Apr 2016 18:54:09 +0200

gnocchi (2.0.2-4) unstable; urgency=medium

  * Uploading to unstable.
  * Updated ja.po debconf translation (closes: #819135).

 -- Thomas Goirand <zigo@debian.org>  Tue, 05 Apr 2016 11:02:48 +0200

gnocchi (2.0.2-3) experimental; urgency=medium

  * Added missing (build-)depends: python-lz4.

 -- Thomas Goirand <zigo@debian.org>  Tue, 29 Mar 2016 13:29:28 +0000

gnocchi (2.0.2-2) experimental; urgency=medium

  * Do not use Keystone admin auth token to register API endpoints.

 -- Thomas Goirand <zigo@debian.org>  Tue, 29 Mar 2016 13:10:49 +0000

gnocchi (2.0.2-1) experimental; urgency=medium

  * New upstream release.
  * Fixed (build-)depends for this release.
  * Rename again GNOCCHI_INDEXER_URL env var (upstream constantly changes it).
  * Standards-Version: 3.9.7 (no change).

 -- Thomas Goirand <zigo@debian.org>  Wed, 09 Mar 2016 14:05:32 +0100

gnocchi (1.3.4-1) experimental; urgency=medium

  * New upstream release.
  * Clean /var/{lib,log}/gnocchi on purge (Closes: #810700).
  * Added nl.po debconf translation (Closes: #812356).
  * Fixed running tests with pgsql (ie: GNOCCHI_TEST_INDEXER_URL env var).
  * HTTPS VCS URLs.

 -- Thomas Goirand <zigo@debian.org>  Tue, 02 Feb 2016 09:15:03 +0000

gnocchi (1.3.3+2016.01.27.git.e1339d77a9-1) unstable; urgency=medium

  * New upstream release based on commit e1339d77a9.
  * Removed influxdb and influxdb-dev from build-depends-indep.
  * Do not build-depends on python-ceilometer.
  * Fixed python-future version to be >= 0.15.
  * Fixed (build-)depends for this release.
  * Pushes app.wsgi to /usr/share/gnocchi-common.
  * Fixed debian/copyright ordering.
  * Follow upstream rename of GNOCCHI_TEST_INDEXER_URL to GNOCCHI_INDEXER_URL.
  * Fixed namespaces when generating config file.

 -- Thomas Goirand <zigo@debian.org>  Thu, 28 Jan 2016 04:13:02 +0000

gnocchi (1.3.0-4) unstable; urgency=medium

  * French debconf templates translation update (Closes: #806506).

 -- Thomas Goirand <zigo@debian.org>  Wed, 02 Dec 2015 10:21:02 +0100

gnocchi (1.3.0-3) unstable; urgency=medium

  * Added missing dbconfig-common dependency (Closes: #806538).

 -- Thomas Goirand <zigo@debian.org>  Wed, 02 Dec 2015 08:22:21 +0000

gnocchi (1.3.0-2) unstable; urgency=medium

  * Adds missing config file: api-paste.ini.
  * Fixed auth_protocol to be http by default.
  * Added debconf translations imported from Glance.

 -- Thomas Goirand <zigo@debian.org>  Wed, 25 Nov 2015 13:18:12 +0000

gnocchi (1.3.0-1) unstable; urgency=medium

  * Initial release. (Closes: #799374)

 -- Thomas Goirand <zigo@debian.org>  Fri, 27 Mar 2015 10:32:47 +0100