File: changelog

package info (click to toggle)
waagent 2.12.0.2-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 8,776 kB
  • sloc: python: 55,011; xml: 3,325; sh: 1,183; makefile: 22
file content (402 lines) | stat: -rw-r--r-- 12,370 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
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
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
waagent (2.12.0.2-3) unstable; urgency=medium

  * Add python3-crypt-r to runtime dependencies, not just build-deps

 -- Noah Meyerhans <noahm@debian.org>  Tue, 22 Apr 2025 14:32:30 -0400

waagent (2.12.0.2-2) unstable; urgency=medium

  * Re-work a flakey test to be more reliable
  * Use the crypt module from crypt_r (Closes: #1092518)

 -- Noah Meyerhans <noahm@debian.org>  Fri, 18 Apr 2025 13:31:27 -0400

waagent (2.12.0.2-1) unstable; urgency=medium

  * New upstream version
  * Update debian/watch

 -- Noah Meyerhans <noahm@debian.org>  Thu, 14 Nov 2024 12:05:48 -0500

waagent (2.12.0.2~pre-3) unstable; urgency=medium

  * Add mount to build-deps (Closes: #1086013)

 -- Noah Meyerhans <noahm@debian.org>  Mon, 28 Oct 2024 16:45:26 -0400

waagent (2.12.0.2~pre-2) unstable; urgency=medium

  * Add openssl to build-deps for tests (Closes: #1085958)

 -- Noah Meyerhans <noahm@debian.org>  Thu, 24 Oct 2024 15:41:09 -0400

waagent (2.12.0.2~pre-1) unstable; urgency=medium

  * New upstream pre-release version 2.12.0.2 (Closes: #1083284, #1081679)
  * Fix distro detection logic to avoid upstream bug #3214
  * stop ignoring dh_auto_test failures
  * Skip several tests that cannot pass in contrained build environments
  * skip or fix some broken tests
  * ensure autoupdate functionality is disabled
  * Explicitly set the provisioning mode to "cloud-init"
  * Update to standards version 4.7.0
  * update vcs links to reflect team maintainership
  * Add noahm to uploaders
  * debian/control: update description
  * override known lintian warnings
  * Remove python3-pkg-resources from Depends (Closes: #1083986)

 -- Noah Meyerhans <noahm@debian.org>  Fri, 11 Oct 2024 16:10:25 -0400

waagent (2.9.1.1-2) unstable; urgency=medium

  * Drop completely broken new systemd unit selection.
    (closes: #1072878)
  * Run tests during build, but ignore result.
  * Fix missing Pre-Depends.

 -- Bastian Blank <waldi@debian.org>  Sun, 09 Jun 2024 21:01:38 +0200

waagent (2.9.1.1-1) unstable; urgency=medium

  * New upstream version.
  * Do not require root.
  * Set maintainer to debian-cloud.
  * Install udev files into /usr.  (closes: #1058825)

 -- Bastian Blank <waldi@debian.org>  Wed, 05 Jun 2024 13:52:56 +0200

waagent (2.7.3.0-4) unstable; urgency=medium

  * Fix support for Kali Linux.  (closes: #1018288)

 -- Bastian Blank <bastian.blank@credativ.de>  Tue, 04 Oct 2022 09:52:50 +0200

waagent (2.7.3.0-3) unstable; urgency=medium

  * Downgrade cloud-init to suggests, otherwise it's installed on existing
    systems.

 -- Bastian Blank <bastian.blank@credativ.de>  Wed, 28 Sep 2022 13:25:58 +0200

waagent (2.7.3.0-2) unstable; urgency=medium

  * Always use cloud-init for provisioning.

 -- Bastian Blank <bastian.blank@credativ.de>  Mon, 05 Sep 2022 15:36:56 +0200

waagent (2.7.3.0-1) unstable; urgency=medium

  * New upstream version.
  * Properly require distro module.
  * Disable provisioning support completely.

 -- Bastian Blank <bastian.blank@credativ.de>  Wed, 17 Aug 2022 15:53:09 +0200

waagent (2.6.0.2-1) unstable; urgency=medium

  * New upstream version.

 -- Bastian Blank <bastian.blank@credativ.de>  Thu, 20 Jan 2022 12:01:44 +0100

waagent (2.3.1.1-1) unstable; urgency=medium

  * New upstream version.

 -- Bastian Blank <bastian.blank@credativ.de>  Mon, 06 Sep 2021 11:56:54 +0200

waagent (2.2.47-2) unstable; urgency=medium

  * Use debhelper compat level 13.
  * Remove build-dep on dh-systemd. (closes: #958633)
  * Use declarative python3 dh sequence.

 -- Bastian Blank <bastian.blank@credativ.de>  Wed, 19 Aug 2020 16:06:40 +0200

waagent (2.2.47-1) unstable; urgency=medium

  * New upstream version.
  * Remove recurring message for disabled auto-update.
  * Depend on fdisk. (closes: #872113)

 -- Bastian Blank <bastian.blank@credativ.de>  Wed, 13 May 2020 12:46:19 +0200

waagent (2.2.45-4) unstable; urgency=medium

  * Build-depend on required python3-distro. (closes: #954492)

 -- Bastian Blank <bastian.blank@credativ.de>  Fri, 27 Mar 2020 14:41:41 +0100

waagent (2.2.45-3) unstable; urgency=medium

  * Disable resource disk if cloud-init is enabled.
  * Open log before trying to log anything.
  * Make compatible with Python 3.8.

 -- Bastian Blank <bastian.blank@credativ.de>  Thu, 19 Mar 2020 16:13:51 +0100

waagent (2.2.45-2) unstable; urgency=medium

  * Use new source format.
  * Fix resource disk setup.

 -- Bastian Blank <bastian.blank@credativ.de>  Mon, 20 Jan 2020 16:34:23 +0100

waagent (2.2.45-1) unstable; urgency=medium

  * New upstream version. (closes: #911701)
  * Support co-installation with cloud-init.

 -- Bastian Blank <bastian.blank@credativ.de>  Fri, 06 Dec 2019 14:00:41 +0100

waagent (2.2.41-1) unstable; urgency=medium

  * New upstream version.

 -- Bastian Blank <bastian.blank@credativ.de>  Thu, 08 Aug 2019 16:05:11 +0200

waagent (2.2.34-4) unstable; urgency=medium

  * Fix stray backup file due to incorrect sed call. (closes: #928179)

 -- Bastian Blank <bastian.blank@credativ.de>  Mon, 29 Apr 2019 16:45:57 +0200

waagent (2.2.34-3) unstable; urgency=medium

  * Set proper access rights on swap file.
    CVE-2019-0804

 -- Bastian Blank <bastian.blank@credativ.de>  Tue, 12 Mar 2019 09:34:51 +0100

waagent (2.2.34-2) unstable; urgency=medium

  * Disable all tests, they need a real system. (closes: #918943)

 -- Bastian Blank <bastian.blank@credativ.de>  Wed, 16 Jan 2019 15:03:03 +0100

waagent (2.2.34-1) unstable; urgency=medium

  * New upstream version.

 -- Bastian Blank <bastian.blank@credativ.de>  Thu, 10 Jan 2019 09:49:51 +0100

waagent (2.2.26-1) unstable; urgency=medium

  * New upstream version.
  * Update Vcs entries to point to salsa.debian.org.
  * Disable agent auto update. (closes: #887704)

 -- Bastian Blank <bastian.blank@credativ.de>  Tue, 29 May 2018 14:53:21 +0200

waagent (2.2.18-3) unstable; urgency=medium

  * Move udev rules to /lib/udev. (closes: #856065)
  * Set priority to optional.

 -- Bastian Blank <bastian.blank@credativ.de>  Mon, 27 Nov 2017 09:07:13 +0100

waagent (2.2.18-2) unstable; urgency=medium

  * Create /var/lib/waagent with mode 0700. (closes: #878951)

 -- Bastian Blank <bastian.blank@credativ.de>  Tue, 21 Nov 2017 09:28:39 +0100

waagent (2.2.18-1) unstable; urgency=medium

  * New upstream version.

 -- Bastian Blank <waldi@debian.org>  Wed, 04 Oct 2017 11:51:29 +0200

waagent (2.2.14-1) unstable; urgency=medium

  * New upstream version.

 -- Bastian Blank <waldi@debian.org>  Fri, 18 Aug 2017 13:38:17 +0200

waagent (2.2.12-3) unstable; urgency=medium

  * Revert waagent2.0 handling.
  * Add Vcs source entries.
  * Add minimal mirror selection for apt sources.list.

 -- Bastian Blank <waldi@debian.org>  Thu, 17 Aug 2017 15:04:48 +0200

waagent (2.2.12-2) unstable; urgency=medium

  * Install waagent2.0 in /usr/lib.
  * Disable byte-code writing in extentions handlers.

 -- Bastian Blank <waldi@debian.org>  Fri, 07 Jul 2017 17:24:34 +0200

waagent (2.2.12-1) unstable; urgency=medium

  * New upstream version.

 -- Bastian Blank <bastian.blank@credativ.de>  Mon, 29 May 2017 10:54:06 +0200

waagent (2.2.2-2) unstable; urgency=medium

  * Make sure tests packages is not included.
  * Fix deprovision. (closes: #860019)

 -- Bastian Blank <bastian.blank@credativ.de>  Mon, 10 Apr 2017 13:14:40 +0200

waagent (2.2.2-1) unstable; urgency=medium

  * New upstream version.
  * Use Python 3.
  * Extend Debian support.
  * Drop cloud-init use:
    - Conflict against cloud-init.
    - Drop upgrade code.
  * Split walinuxagent.service:
    - Add waagent-resourcedisk.service:
      Format and mount resourcedisk before local-fs.target.
    - Add waagent-provision.service:
      Run complete provisioning while blocking the boot.
  * Replace check for resourcedisk setup with blkid calls.

 -- Bastian Blank <bastian.blank@credativ.de>  Wed, 18 Jan 2017 13:36:20 +0100

waagent (2.2.0-1) unstable; urgency=medium

  * New upstream version.

 -- Bastian Blank <bastian.blank@credativ.de>  Wed, 05 Oct 2016 14:10:15 +0200

waagent (2.1.6-1) unstable; urgency=medium

  * New upstream version.

 -- Bastian Blank <bastian.blank@credativ.de>  Wed, 24 Aug 2016 16:48:22 +0200

waagent (2.1.4-2) unstable; urgency=medium

  * Depend on eject.

 -- Bastian Blank <bastian.blank@credativ.de>  Thu, 09 Jun 2016 13:33:02 +0200

waagent (2.1.4-1) unstable; urgency=medium

  * New upstream version.
  * Fill cloud-init information if none already exist.
  * Start service after network.target.

 -- Bastian Blank <bastian.blank@credativ.de>  Thu, 02 Jun 2016 14:07:58 +0200

waagent (2.1.3-3) unstable; urgency=medium

  * Don't longer disable hostname bounce.

 -- Bastian Blank <bastian.blank@credativ.de>  Thu, 10 Mar 2016 13:49:23 +0100

waagent (2.1.3-2) unstable; urgency=medium

  * Handle upgrades to cloud-init. (closes: #814513)

 -- Bastian Blank <bastian.blank@credativ.de>  Fri, 04 Mar 2016 17:06:16 +0100

waagent (2.1.3-1) unstable; urgency=medium

  * New upstream version.
  * Only create /var/lib/waagent on initial installation

 -- Bastian Blank <bastian.blank@credativ.de>  Thu, 11 Feb 2016 16:40:04 +0100

waagent (2.1.2-1) unstable; urgency=medium

  * New upstream version.
  * Depend on host, needed by Microsofts custom script stuff.
  * Use cloud-init:
    - Use Ubuntu provisioning handler, disable provisioning.
    - Depend on new enough version of cloud-init.
    - Update dependencies in init script and service.
    - Disable recursive agent invocation and hostname bounce in clout-init.

 -- Bastian Blank <bastian.blank@credativ.de>  Mon, 01 Feb 2016 13:11:28 +0100

waagent (2.1.0-3) unstable; urgency=medium

  * Completely drop cloud-init usage. (closes: #800957)
  * Depend on ca-certificates and parted.
  * Create /var/lib/waagent with restricted permissions.
  * Drop /var/lib/waagent during remove.

 -- Bastian Blank <bastian.blank@credativ.de>  Thu, 22 Oct 2015 08:14:17 +0200

waagent (2.1.0-2) unstable; urgency=medium

  * Ignore missing certificate (ssh key).
  * Rename init-script/systemd-server again.
  * Fix service dependencies.

 -- Bastian Blank <bastian.blank@credativ.de>  Wed, 30 Sep 2015 12:12:58 +0200

waagent (2.1.0-1) unstable; urgency=medium

  * New upstream version.
  * Hijack package.
  * Not longer try to install systemd stuff by package setup.
  * Use own systemd service, use dh-systemd.
  * Use own init script.
  * Remove unused python3 support.
  * Remove old postinst, postrm script.
  * Remove upstart support, "It's dead, Jim".
  * Make package arch-all.
  * Disable environment monitor.

 -- Bastian Blank <bastian.blank@credativ.de>  Thu, 30 Jul 2015 13:27:01 +0200

waagent (2.0.8-0.1) experimental; urgency=medium

  * Non-maintainer upload.
  * New upstream release (Closes: #739153)
  * debian/watch
    - update upstream source URL
  * debian/control
    - update Homepage: field
    - set Standards-Version: 3.9.6
    - add "Build-Depends: python-setuptools" to avoid FTBFS
    - set "Build-Depends: debhelper (>= 9)"
    - add "Build-Depends: dh-python"
    - add "Build-Depends: python3-all"
    - add "X-Python-Version: all"
    - update description from upstream README
    - add "Conflicts: walinuxagent"
  * remove debian/waagent.install since setup.py installs necessary files to
    debian/waagent directory
  * add debian/init.d to install init for sysvinit system
  * debian/copyright
    - correct license name, Apache-2.0
  * debian/patches
    - drop waagent-fdisk-locale.patch: merged upstream
  * debian/rules
    - add override_dh_auto_install to specify "--init-system=systemd" for
      setup.py
  * debian/compat
    - set 9
  * debian/upstart
    - import from Ubuntu's walinuxagent package

 -- Hideki Yamane <henrich@debian.org>  Sun, 12 Oct 2014 21:50:29 +0900

waagent (1.3.2-1) unstable; urgency=low

  * New upstream release:
    - dvd provisionning fixes
    - improve system commands handling
  * Add python-pyasn1 requires in order to get working ssh fingerprint
  support
  * Kill prerm script
  * Fix postrm script (Closes: #704741)
  * Make sure that everything is removed on purge.
  * Fix fdisk check to make it locale independent

 -- Arnaud Patard <apatard@hupstream.com>  Thu, 07 Mar 2013 14:23:14 +0100

waagent (1.2-1) unstable; urgency=low

  * Initial import (Closes: #695575)

 -- Arnaud Patard <apatard@hupstream.com>  Mon, 10 Dec 2012 09:22:45 +0100