File: changelog

package info (click to toggle)
masakari 19.0.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,780 kB
  • sloc: python: 22,431; sh: 329; makefile: 68
file content (268 lines) | stat: -rw-r--r-- 7,765 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
masakari (19.0.0-3) unstable; urgency=medium

  * Fix uwsgi config.

 -- Thomas Goirand <zigo@debian.org>  Sat, 12 Jul 2025 10:56:25 +0200

masakari (19.0.0-2) unstable; urgency=medium

  * export OS_OSLO_MESSAGING_RABBIT__PROCESSNAME for all daemons.

 -- Thomas Goirand <zigo@debian.org>  Fri, 11 Jul 2025 14:12:22 +0200

masakari (19.0.0-1) unstable; urgency=medium

  * New upstream release.

 -- Thomas Goirand <zigo@debian.org>  Wed, 02 Apr 2025 13:41:39 +0200

masakari (19.0.0~rc1-2) unstable; urgency=medium

  * Uploading to unstable.

 -- Thomas Goirand <zigo@debian.org>  Fri, 28 Mar 2025 15:35:05 +0100

masakari (19.0.0~rc1-1) experimental; urgency=medium

  * New upstream release.
  * Fixed (build-)depends for this release.

 -- Thomas Goirand <zigo@debian.org>  Thu, 20 Mar 2025 21:11:35 +0100

masakari (18.0.0-2) unstable; urgency=medium

  * Switch to pybuild (Closes: #1090435).

 -- Thomas Goirand <zigo@debian.org>  Thu, 19 Dec 2024 16:12:45 +0100

masakari (18.0.0-1) unstable; urgency=medium

  * New upstream release.

 -- Thomas Goirand <zigo@debian.org>  Wed, 02 Oct 2024 16:13:50 +0200

masakari (18.0.0~rc1-2) unstable; urgency=medium

  * Uploading to unstable.

 -- Thomas Goirand <zigo@debian.org>  Fri, 20 Sep 2024 17:19:56 +0200

masakari (18.0.0~rc1-1) experimental; urgency=medium

  * New upstream release.

 -- Thomas Goirand <zigo@debian.org>  Tue, 17 Sep 2024 09:33:46 +0200

masakari (17.0.0-3) unstable; urgency=medium

  * Removed python3-migrate from (build-)depends.

 -- Thomas Goirand <zigo@debian.org>  Fri, 12 Jul 2024 04:45:40 +0200

masakari (17.0.0-2) unstable; urgency=medium

  * Removed extraneous python3-mock build dependency (Closes: #1071637).

 -- Thomas Goirand <zigo@debian.org>  Sun, 02 Jun 2024 13:14:27 +0200

masakari (17.0.0-1) unstable; urgency=medium

  * New upstream release.
  * Uploading to unstable.

 -- Thomas Goirand <zigo@debian.org>  Thu, 04 Apr 2024 12:14:54 +0200

masakari (17.0.0~rc1-1) experimental; urgency=medium

  * Add close-on-exec{2,} = true in uwsgi config.
  * New upstream release.
  * Add alembic as (build-)depends.
  * Drop Fix_compatability_with_new_oslo.messaging.patch and sqla2.0-*
    patches, applied upstream.

 -- Thomas Goirand <zigo@debian.org>  Thu, 14 Mar 2024 22:05:45 +0100

masakari (16.0.0-3) unstable; urgency=medium

  * Add SQLAlchemy 2.0 support applying upstream patches:
    - sqla2.0-db_remove_configurable_backend.patch
    - sqla2.0-db_add_initial_alembic_configuration.patch
    - sqla2.0-db_write_up_for_auto-generation.patch
    - sqla2.0-db_add_initial_alembic_migration.patch
    - sqla2.0-db_Sync_alembic_sqlalchemy-migrate_migrations.patch
    - sqla2.0-db_tests_Validate_number_of_rows_before_purging.patch
    - sqla2.0-db_migrate_to_alembic.patch
    - sqla2.0-db_remove_legacy_migration.patch
    - sqla2.0-test-Enable_SQLAlchemy_2.0_deprecation_warnings.patch
    - sqla2.0-tests_Resolve_various_warnings.patch
    - sqla2.0-db_dont_pass_strings_to_connection.exectute.patch
    - sqla2.0-db_dont_use_strings_to_indicate_paths.patch
    - sqla2.0-db_dont_use_legacy_select_calling_stype.patch
    - sqla2.0-db-dont-rely-on-implicit-autocommit.patch
  * Blacklist TestObjectVersions.test_versions().

 -- Thomas Goirand <zigo@debian.org>  Tue, 06 Feb 2024 13:14:31 +0100

masakari (16.0.0-2) unstable; urgency=medium

  * Add do-not-use-assertDictContainsSubset.patch (Closes: #1058212).
  * Blacklist HackingTestCase.test_no_os_popen.

 -- Thomas Goirand <zigo@debian.org>  Tue, 12 Dec 2023 23:20:49 +0100

masakari (16.0.0-1) unstable; urgency=medium

  * New upstream release.
  * Uploading to unstable.
  * Added python3-migrate as (build-)depends.

 -- Thomas Goirand <zigo@debian.org>  Thu, 05 Oct 2023 11:04:54 +0200

masakari (16.0.0~rc1-2) experimental; urgency=medium

  * Add Fix_compatability_with_new_oslo.messaging.patch.

 -- Thomas Goirand <zigo@debian.org>  Tue, 19 Sep 2023 16:39:51 +0200

masakari (16.0.0~rc1-1) experimental; urgency=medium

  * New upstream release.

 -- Thomas Goirand <zigo@debian.org>  Sat, 16 Sep 2023 17:19:20 +0200

masakari (15.0.0-3) unstable; urgency=medium

  * Cleans better (Closes: #1049053).

 -- Thomas Goirand <zigo@debian.org>  Tue, 22 Aug 2023 13:59:46 +0200

masakari (15.0.0-2) unstable; urgency=medium

  * Uploading to unstable.

 -- Thomas Goirand <zigo@debian.org>  Tue, 20 Jun 2023 09:02:47 +0200

masakari (15.0.0-1) experimental; urgency=medium

  * New upstream release.

 -- Thomas Goirand <zigo@debian.org>  Wed, 22 Mar 2023 14:15:04 +0100

masakari (15.0.0~rc1-1) experimental; urgency=medium

  * New upstream release.
  * Removed (build-)depends versions when satisfied in Bookworm.
  * Fixed (build-)depends for this release.
  * Removed lsb-base depends.

 -- Thomas Goirand <zigo@debian.org>  Mon, 06 Mar 2023 16:58:33 +0100

masakari (14.0.2-1) unstable; urgency=medium

  * New upstream release.

 -- Thomas Goirand <zigo@debian.org>  Wed, 01 Feb 2023 09:03:01 +0100

masakari (14.0.0-1) unstable; urgency=medium

  * New upstream release.

 -- Thomas Goirand <zigo@debian.org>  Wed, 05 Oct 2022 23:22:06 +0200

masakari (14.0.0~rc1-2) unstable; urgency=medium

  * Uploading to unstable.

 -- Thomas Goirand <zigo@debian.org>  Sat, 24 Sep 2022 18:07:06 +0200

masakari (14.0.0~rc1-1) experimental; urgency=medium

  * New upstream release.
  * Fixed (build-)depends for this release.

 -- Thomas Goirand <zigo@debian.org>  Wed, 14 Sep 2022 10:09:21 +0200

masakari (13.0.0-2) unstable; urgency=medium

  * Autopkgtest: do not run TestWSGIService tests, which are failing in the
    test env for autopkgtest.

 -- Thomas Goirand <zigo@debian.org>  Tue, 05 Apr 2022 10:15:58 +0200

masakari (13.0.0-1) unstable; urgency=medium

  * New upstream release.

 -- Thomas Goirand <zigo@debian.org>  Wed, 30 Mar 2022 22:30:19 +0200

masakari (13.0.0~rc1-2) unstable; urgency=medium

  * Uploading to unstable.

 -- Thomas Goirand <zigo@debian.org>  Sun, 27 Mar 2022 11:02:39 +0200

masakari (13.0.0~rc1-1) experimental; urgency=medium

  * New upstream release.
  * Add autopkgtest.

 -- Thomas Goirand <zigo@debian.org>  Thu, 10 Mar 2022 21:55:06 +0100

masakari (12.0.0-1) unstable; urgency=medium

  * New upstream release.

 -- Thomas Goirand <zigo@debian.org>  Wed, 06 Oct 2021 17:36:38 +0200

masakari (12.0.0~rc1-2) unstable; urgency=medium

  * Uploading to unstable.
  * Fix 00_default_policy.yaml.

 -- Thomas Goirand <zigo@debian.org>  Thu, 30 Sep 2021 10:37:33 +0200

masakari (12.0.0~rc1-1) experimental; urgency=medium

  * Fixed UPSTREAM_GIT to point to opendev.
  * New upstream release.

 -- Thomas Goirand <zigo@debian.org>  Wed, 15 Sep 2021 13:39:54 +0200

masakari (11.0.1-1) unstable; urgency=medium

  * New upstream version

 -- Michal Arbet <michal.arbet@ultimum.io>  Fri, 20 Aug 2021 11:49:24 +0200

masakari (11.0.0-3) unstable; urgency=medium

  * Upload to unstable.

 -- Thomas Goirand <zigo@debian.org>  Mon, 16 Aug 2021 18:48:03 +0200

masakari (11.0.0-2) experimental; urgency=medium

  * Remove $(CURDIR)/debian/tmp/usr/etc (Closes: #988712).

 -- Thomas Goirand <zigo@debian.org>  Tue, 18 May 2021 17:04:24 +0200

masakari (11.0.0-1) experimental; urgency=medium

  * New upstream release.

 -- Thomas Goirand <zigo@debian.org>  Wed, 14 Apr 2021 23:22:02 +0200

masakari (11.0.0~rc1-1) experimental; urgency=medium

  * Tune masakari-api-uwsgi.ini for performance.
  * New upstream release.
  * Fixed (build-)depends for this release.
  * Removed (build-)depends versions when satisfied in Bullseye.

 -- Thomas Goirand <zigo@debian.org>  Tue, 06 Apr 2021 14:57:58 +0200

masakari (10.0.0-1) unstable; urgency=medium

  * Initial release (Closes: #985081).

 -- Thomas Goirand <zigo@debian.org>  Fri, 12 Mar 2021 18:56:25 +0100