File: changelog

package info (click to toggle)
kas 5.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,280 kB
  • sloc: python: 5,877; sh: 1,097; makefile: 210
file content (276 lines) | stat: -rw-r--r-- 9,424 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
kas (5.2-1) unstable; urgency=medium

  * New upstream version 5.2
  * kas: Add support for layer priorities
  * kas: Add support for AWS SSO login credentials
  * kas: Allows one to specify commits via id of annotated tags as well
  * kas: Avoid unneeded commit ID updates in lockfiles
  * kas: Catch error when updating an invalid commit in a lockfile
  * kas: Disable terminal prompts in git
  * kas: Improve error logging on failed fetches
  * kas: Avoid redundant error logging of invoked commands
  * kas: Improve error logging of failed for_all_repos commands
  * docs: Add community support section to getting started guide
  * docs: Show schema defaults that evaluate to false
  * docs: Show allowed integer ranges in the schema

 -- Felix Moessbauer <felix.moessbauer@siemens.com>  Tue, 24 Feb 2026 10:32:31 +0100

kas (5.1-1) unstable; urgency=medium

  * New upstream version 5.1
  * kas: use DL_DIR environment variable on cleanall
  * kas: Print distro name and version on startup
  * kas-container: Install binfmts for qemu manually
  * kas-container: add custom git path to safedirs
  * kas-container: restore debian sources list after installation
  * docs: Update installation instructions
  * docs: add missing property to buildtools examples

 -- Felix Moessbauer <felix.moessbauer@siemens.com>  Fri, 05 Dec 2025 09:58:56 +0100

kas (5.0-1) unstable; urgency=medium

  * New upstream version 5.0
  * kas: introduce buildtools support
  * kas: Allow branch override
  * kas: Dump output of init-build-env scripts at debug log-level
  * kas: fail on fetch errors, rather than warn and continue
  * kas: only fetch repos on update if commit is not pinned
  * kas: call sudo only once in ISAR mode of clean plugin
  * kas: avoid redundant diff output of filename
  * kas: print commit log on lock update
  * kas-container: Provide images based on both Debian 12 and 13
  * kas-container: allow to select specific image distribution
  * kas-container: add support for KAS_BUILDTOOLS_DIR
  * kas-container: add partial support for run0
  * debian: add missing and new manpages
  * debian: disable ssh-agent test (Closes: #1117751)

 -- Felix Moessbauer <felix.moessbauer@siemens.com>  Tue, 21 Oct 2025 14:47:14 +0200

kas (4.8.2-1) unstable; urgency=medium

  * New upstream version 4.8.2
  * kas: clean: avoid creation of tmp data to recover from full-disk scenario
  * kas: avoid duplicate creations of tmpdir
  * kas-container: fix host timezone propagation, resolving yocto breakage
  * kas-container: avoid collision of internal vars with environment
  * kas-container: fallback to xterm if a TERM value is not supported
  * docs: precisely describe where SHELL env var is in effect
  * docs: add note on YAML support and its limitations
  * docs: remove GnuPG limitation of repo verification
  * docs: sphinx_kas_schema.py: support numbers in regex

 -- Felix Moessbauer <felix.moessbauer@siemens.com>  Mon, 18 Aug 2025 12:39:40 +0200

kas (4.8.1-2) unstable; urgency=medium

  * debian: switch to autopkgtest-pkg-pybuild

 -- Felix Moessbauer <felix.moessbauer@siemens.com>  Tue, 17 Jun 2025 11:22:15 +0200

kas (4.8.1-1) unstable; urgency=medium

  * New upstream version 4.8.1
  * kas: Add diff plugin to compare config files and repos
  * kas: add support to verify signatures of git repos
  * kas: add support for distributed lock file updates
  * kas: add purge command to remove all managed data
  * kas: add support for NPMRC_FILE environment variable
  * kas: drop overrides from output of dump when using --resolve-refs
  * kas: inject current version of kas into config dumps
  * kas: enforce allowed values for layer enabling/disabling
  * kas: deprecate various magic values to disable a layer
  * kas: consistently check for the validity of path provided via env vars
  * kas: skip shallow cloning for reference repos
  * kas: improve reporting of yaml format errors
  * kas: fix output on patching errors
  * kas-container: add limited support for docker rootless
  * kas-container: propagate timezone information into container
  * kas-container: warn if script version does not match container
  * kas-container: prepare for looser coupling of script and container versions
  * debian: update standards version to 4.7.2
  * debian: add python3-{kconfiglib,gnupg,newt} to recommends

 -- Felix Moessbauer <felix.moessbauer@siemens.com>  Mon, 16 Jun 2025 12:56:15 +0200

kas (4.7-1) unstable; urgency=medium

  * New upstream version 4.7

 -- Felix Moessbauer <felix.moessbauer@siemens.com>  Mon, 03 Feb 2025 11:21:56 +0100

kas (4.6-1) unstable; urgency=medium

  * New upstream version 4.6
  * debian: run all not-online tests
  * debian: add kas-lock and kas-container manpages
  * debian: remove obsolete lintian overrides

 -- Felix Moessbauer <felix.moessbauer@siemens.com>  Mon, 09 Dec 2024 08:47:08 +0100

kas (4.5-2) unstable; urgency=medium

  * debian: add lintian overrides for spelling issues

 -- Felix Moessbauer <felix.moessbauer@siemens.com>  Fri, 20 Sep 2024 10:57:34 +0200

kas (4.5-1) unstable; urgency=medium

  * New upstream version 4.5

 -- Felix Moessbauer <felix.moessbauer@siemens.com>  Wed, 18 Sep 2024 09:45:07 +0200

kas (4.4-2) unstable; urgency=medium

  * debian: bump standards version to 4.7.0
  * debian: add lintian overrides for sphinx generated manpages

 -- Felix Moessbauer <felix.moessbauer@siemens.com>  Fri, 07 Jun 2024 10:05:19 +0200

kas (4.4-1) unstable; urgency=medium

  * debian: update upstream signing key
  * New upstream version 4.4
  * debian: add attestation man page

 -- Felix Moessbauer <felix.moessbauer@siemens.com>  Thu, 06 Jun 2024 11:40:53 +0200

kas (4.3.2-1) unstable; urgency=medium

  * New upstream version 4.3.2
  * fixes regression when using SSH_PRIVATE_KEY[_FILE]
  * don't add comments to .netrc, fixing gitlab-ci
  * align hg semantics of repo dirty checking

  [ Bastian Germann ]
  * Hand over package to Felix (Closes: #1055342)

 -- Felix Moessbauer <felix.moessbauer@siemens.com>  Wed, 10 Apr 2024 06:49:59 +0200

kas (4.3-1) unstable; urgency=medium

  * New upstream version 4.3
  * install all kas manpages
  * adapt to new upstream requirements
  * install bash-completions for kas
  * update copyright information
  * Update standards version to 4.6.2, no changes needed.

 -- Felix Moessbauer <felix.moessbauer@siemens.com>  Tue, 12 Mar 2024 08:21:05 +0100

kas (4.0-1) unstable; urgency=medium

  * New upstream version 4.0

 -- Bastian Germann <bage@debian.org>  Wed, 28 Jun 2023 13:00:53 +0200

kas (3.2.3-1) unstable; urgency=medium

  * New upstream version 3.2.3
  * Rebase patch
  * Update standards version to 4.6.1, no changes needed.

 -- Bastian Germann <bage@debian.org>  Mon, 19 Jun 2023 15:51:07 +0200

kas (3.1-2) unstable; urgency=medium

  * Use pyproject for build

 -- Bastian Germann <bage@debian.org>  Sat, 15 Oct 2022 09:23:34 +0200

kas (3.1-1) unstable; urgency=medium

  * New upstream version 3.1

 -- Bastian Germann <bage@debian.org>  Mon, 15 Aug 2022 21:08:34 +0200

kas (3.0.2-1) unstable; urgency=medium

  * Set upstream metadata fields: Bug-Database, Bug-Submit.
  * Update standards version to 4.6.0, no changes needed.
  * New upstream version 3.0.2

 -- Bastian Germann <bage@debian.org>  Wed, 09 Mar 2022 12:08:47 +0100

kas (3.0-1) unstable; urgency=medium

  * New upstream version 3.0
  * Rebase patch

 -- Bastian Germann <bage@debian.org>  Sat, 05 Mar 2022 16:18:23 +0100

kas (2.6.3-2) unstable; urgency=medium

  * Build-depend on python3-newt (snack, Closes: #1006143)
  * Disable autopkgtest (erroring without reason)

 -- Bastian Germann <bage@debian.org>  Mon, 21 Feb 2022 10:22:17 +0100

kas (2.6.3-1) unstable; urgency=medium

  * Set bage's debian.org email
  * Use global Salsa CI config
  * Fix missing-build-dependency-for-dh-addon
  * Patch rebase
  * Amend copyright info
  * Build-depend on kconfiglib
  * New upstream version 2.6.3

 -- Bastian Germann <bage@debian.org>  Wed, 09 Feb 2022 23:42:12 +0100

kas (2.5-1) unstable; urgency=medium

  * New upstream version 2.5

 -- Bastian Germann <bastiangermann@fishpost.de>  Wed, 25 Aug 2021 13:34:30 +0200

kas (2.4-1) unstable; urgency=medium

  * d/tests/control Mark needs-internet (Closes: #985155)
  * New upstream version 2.4

 -- Bastian Germann <bastiangermann@fishpost.de>  Sun, 14 Mar 2021 10:40:32 +0100

kas (2.3.3-1) unstable; urgency=medium

  * New upstream version 2.3.3

 -- Bastian Germann <bage@linutronix.de>  Mon, 30 Nov 2020 10:21:40 +0100

kas (2.3.2-1) unstable; urgency=medium

  [ Ondřej Nový ]
  * d/control: Update Maintainer field with new Debian Python Team
    contact address.
  * d/control: Update Vcs-* fields with new Debian Python Team Salsa
    layout.

  [ Bastian Germann ]
  * New upstream version 2.3.2
  * Add v2.3's copyright info
  * Rebase patch series

 -- Bastian Germann <bage@linutronix.de>  Wed, 25 Nov 2020 19:05:26 +0100

kas (2.2-1) unstable; urgency=medium

  * New upstream version 2.2
  * Update patch
  * Whitelist the tests

 -- Bastian Germann <bage@linutronix.de>  Sat, 22 Aug 2020 15:00:22 +0200

kas (2.1.1-2) unstable; urgency=medium

  * Clean build leftovers
  * Use pristine-tar as required by DPMT

 -- Bastian Germann <bage@linutronix.de>  Fri, 07 Aug 2020 18:41:48 +0200

kas (2.1.1-1) unstable; urgency=medium

  * Initial release (Closes: #956123)

 -- Bastian Germann <bage@linutronix.de>  Sun, 07 Jun 2020 21:36:50 +0200