Refactor authz
[invirt/packages/invirt-base.git] / debian / changelog
1 invirt-base (0.0.40) bionic; urgency=medium
2
3   * Remove helper files for init scripts
4   * Remove postinst script and interest in invirt-reload
5     - Packages should declare interest in invirt-reload and do whatever they
6       need in their own postinst scripts
7
8  -- Ben Steffen <bds@mit.edu>  Mon, 09 Dec 2019 16:20:26 -0500
9
10 invirt-base (0.0.39) bionic; urgency=medium
11
12   * Update control file to fix lintian warnings and do what hopefully at least
13     is the correct thing to build python3 packages
14
15   * Remove invirt-reload, use activate-await <trigger-name> in debian/triggers
16     instead
17
18  -- Ben Steffen <bds@mit.edu>  Fri, 06 Dec 2019 23:01:10 -0500
19
20 invirt-base (0.0.38) bionic; urgency=medium
21
22   * Move to Python 3
23
24   * invirt-mako-renderer just allows regular file exceptions to come from 
25     open()ing a nonexistent file instead of raising SystemExit()
26
27   * Remove struct class
28     - struct is supposed to also function as a dict, which can break with
29       unfortunate key names
30       - e.g. Key named 'items' would cause dict.items() to fail for not obvious
31         reasons
32
33   * Updated compat version to 11
34
35   * Grab bionic packages from debathena instead of precise
36
37   * Renamed many things
38     - expandOwner -> expand_owner
39     - expandAdmin -> expand_admin
40     - captureOutput -> null
41       - subprocess.run provides nearly exactly this interface now
42     - lock_file -> open_locked
43     - checkKinit -> check_kinit
44
45     - src_path -> SRC_PATH
46     - src_dirpath -> SRC_DIRPATH
47     - cache_path -> CACHE_PATH
48     - lock_path -> LOCK_PATH
49
50     - dicts -> null
51     - structs -> null
52     - null -> config
53       - Don't use struct class, just use a regular dict
54
55     - InvirtException -> PathResolutionException
56
57  -- Ben Steffen <bds@mit.edu>  Tue, 26 Nov 2019 17:04:42 -0500
58
59 invirt-base (0.0.37) precise; urgency=low
60
61   * Updating to reasonable version.
62
63  -- Steven Valdez <dvorak42@mit.edu>  Sat, 20 Jul 2013 16:25:09 -0400
64
65 invirt-base (0.0.37~glasgall3achernya1) precise; urgency=low
66
67   * Switch to dh7
68   * Bump standards version
69
70  -- Alexander Chernyakhovsky <achernya@mit.edu>  Fri, 31 May 2013 01:20:40 -0400
71
72 invirt-base (0.0.37~glasgall3) precise; urgency=low
73
74   * Change debathena.list to pull from precise
75
76  -- Adam Glasgall <glasgall@mit.edu>  Wed, 20 Mar 2013 23:08:20 -0700
77
78 invirt-base (0.0.37~glasgall2) precise; urgency=low
79
80   * Drop python-json from Depends, as it's part of Python now.
81
82  -- Adam Glasgall <glasgall@mit.edu>  Wed, 20 Mar 2013 22:48:09 -0700
83
84 invirt-base (0.0.36~glasgall1) precise; urgency=low
85
86   * Port packaging to dh_python2
87
88  -- Adam Glasgall <glasgall@mit.edu>  Wed, 20 Mar 2013 22:29:45 -0700
89
90 invirt-base (0.0.35) unstable; urgency=low
91
92   * Patch from Austin Chu <eefi@mit.edu> to handle remctl results that are
93     larger than a single pipe buffer.
94
95  -- Quentin Smith <quentin@mit.edu>  Sat, 19 Mar 2011 17:23:51 -0400
96
97 invirt-base (0.0.34) unstable; urgency=low
98
99   * Depend on pkg_resources
100
101  -- Greg Brockman <gdb@mit.edu>  Mon, 23 Aug 2010 11:40:01 -0400
102
103 invirt-base (0.0.33) unstable; urgency=low
104
105   * Fixed up the captureOutput method.
106
107  -- Greg Brockman <gdb@mit.edu>  Sun, 11 Jul 2010 18:48:59 -0400
108
109 invirt-base (0.0.32) unstable; urgency=low
110
111   * Add back an invirt.authz module, but restructure it so it uses
112     entrypoints to find an actual backend module.
113
114  -- Evan Broder <broder@mit.edu>  Fri, 05 Feb 2010 09:46:51 -0500
115
116 invirt-base (0.0.31) unstable; urgency=low
117
118   * Added an invirt mako render script.
119
120  -- Greg Brockman <gdb@mit.edu>  Sat, 23 Jan 2010 00:48:44 -0500
121
122 invirt-base (0.0.30) unstable; urgency=low
123
124   * Cleanup the handling of triggers...so that it actually works.
125
126  -- Evan Broder <broder@mit.edu>  Thu, 28 Jan 2010 00:22:21 -0500
127
128 invirt-base (0.0.29) unstable; urgency=low
129
130   [ Greg Brockman ]
131   * Added a safestructs for doing config without raising.
132
133   [ Evan Broder ]
134   * Support running invirt-reload directly from a package postinst,
135     instead of via triggers. (LP: #439426)
136
137  -- Evan Broder <broder@mit.edu>  Wed, 27 Jan 2010 21:18:07 -0500
138
139 invirt-base (0.0.28) unstable; urgency=low
140
141   * Completely remove the invirt.authz Python package - it will be
142     included in packages that Provide invirt-authz.
143
144  -- Evan Broder <broder@mit.edu>  Mon, 21 Dec 2009 16:26:21 -0600
145
146 invirt-base (0.0.27) unstable; urgency=low
147
148   * Move invirt.authz.locker to xvm.authz.locker, in the xvm-authz-locker
149     package.
150   * Stop installing sources.list.d files for XVM's specific Invirt
151     installation.
152
153  -- Evan Broder <broder@mit.edu>  Tue, 15 Dec 2009 21:26:13 -0600
154
155 invirt-base (0.0.26) unstable; urgency=low
156
157   * Add a captureOutput function to invirt.common as a convenient wrapper
158     around subprocess.Popen.
159   * Allow iterating over invirt.common.struct objects.
160   * New invirt.authz package containing:
161     - invirt.authz.locker: The authorization policies currently being used
162       by XVM
163     - invirt.authz.mech: Automagically populated by the authorization
164       module selected in the Invirt config file
165
166  -- Evan Broder <broder@mit.edu>  Sun, 22 Nov 2009 21:18:38 -0500
167
168 invirt-base (0.0.25) unstable; urgency=low
169
170   * Add the invirt-system component to the sources.list.
171
172  -- Evan Broder <broder@mit.edu>  Sun, 26 Apr 2009 11:41:25 -0400
173
174 invirt-base (0.0.24) unstable; urgency=low
175
176   * Move invirt-setquotas to invirt-database
177   * Glob together all scripts instead of listing them
178
179  -- Evan Broder <broder@mit.edu>  Tue, 17 Feb 2009 03:40:50 -0500
180
181 invirt-base (0.0.23) unstable; urgency=low
182
183   * another minor bugfix
184
185  -- Peter A. Iannucci <iannucci@mit.edu>  Tue, 17 Feb 2009 03:05:13 -0500
186
187 invirt-base (0.0.22) unstable; urgency=low
188
189   * minor bugfix
190
191  -- Peter A. Iannucci <iannucci@mit.edu>  Tue, 17 Feb 2009 02:59:00 -0500
192
193 invirt-base (0.0.21) unstable; urgency=low
194
195   * added invirt-setquota script (self-documenting)
196
197  -- Peter A. Iannucci <iannucci@mit.edu>  Tue, 17 Feb 2009 01:43:54 -0500
198
199 invirt-base (0.0.20) unstable; urgency=low
200
201   * depend on remctl-client
202   * fix usage message in std-init.sh
203   * fix whitespace in debathena.list
204
205  -- Greg Price <price@mit.edu>  Sat, 31 Jan 2009 14:35:04 -0500
206
207 invirt-base (0.0.19) unstable; urgency=low
208
209   * Use triggers to run invirt-reload whenver one of the config packages
210     is updated
211
212  -- Evan Broder <broder@mit.edu>  Mon, 26 Jan 2009 08:06:05 -0500
213
214 invirt-base (0.0.18) unstable; urgency=low
215
216   * run_parts_list: fix unclear docstring
217   * config-init.sh: degrade to non-bash gracefully, document better
218   * invirt.config: fix an error on empty config files
219   * invirt.common: give clearer error message on missing config variable
220   * invirt.common: handle yaml's None with empty struct for good error message
221
222  -- Greg Price <price@mit.edu>  Sun, 28 Dec 2008 19:18:51 -0500
223
224 invirt-base (0.0.17) unstable; urgency=low
225
226   * Remove apticron and molly-guard dependencies,
227     to go into the XVM metapackages
228
229  -- Greg Price <price@mit.edu>  Fri, 26 Dec 2008 23:56:34 -0500
230
231 invirt-base (0.0.16) unstable; urgency=low
232
233   * Don't reference a config field that we no longer use
234
235  -- Evan Broder <broder@mit.edu>  Wed, 10 Dec 2008 23:04:58 -0500
236
237 invirt-base (0.0.15) unstable; urgency=low
238
239   * Stop trying to stuff the XVM site-specific packages into the invirt
240     namespace
241
242  -- Evan Broder <broder@mit.edu>  Sun, 07 Dec 2008 09:08:40 -0500
243
244 invirt-base (0.0.14) unstable; urgency=low
245
246   * Move the XVM production .k5login out of this package
247
248  -- Evan Broder <broder@mit.edu>  Sat, 06 Dec 2008 14:43:37 -0500
249
250 invirt-base (0.0.13) unstable; urgency=low
251
252   * Add a dependency on apticron for all servers
253
254  -- Evan Broder <broder@mit.edu>  Thu, 20 Nov 2008 20:37:40 -0500
255
256 invirt-base (0.0.12) unstable; urgency=low
257
258   * Change the apt source list for production
259   * Punt hardy-backports, since the servers have it enabled on their side
260
261  -- Evan Broder <broder@mit.edu>  Sat, 15 Nov 2008 10:16:23 -0500
262
263 invirt-base (0.0.11) unstable; urgency=low
264
265   * Fix a typo in the common Python exceptions
266
267  -- Evan Broder <broder@mit.edu>  Wed, 12 Nov 2008 05:59:05 -0500
268
269 invirt-base (0.0.10) unstable; urgency=low
270
271   * Fix a missing import in the remctl code
272
273  -- Evan Broder <broder@mit.edu>  Wed, 12 Nov 2008 03:30:41 -0500
274
275 invirt-base (0.0.9) unstable; urgency=low
276
277   * Move useful Python exceptions into invirt.common
278   * Move the remctl code out of the website and into invirt-base
279
280  -- Evan Broder <broder@mit.edu>  Tue, 11 Nov 2008 01:14:42 -0500
281
282 invirt-base (0.0.8) unstable; urgency=low
283
284   * invirt-reload should force-reload, not just reload
285
286  -- Greg Price <price@mit.edu>  Mon, 10 Nov 2008 22:45:07 -0500
287
288 invirt-base (0.0.7) unstable; urgency=low
289
290   * Move invirt.remote module to invirt-remote-server package
291
292  -- Evan Broder <broder@mit.edu>  Mon, 10 Nov 2008 15:15:29 -0500
293
294 invirt-base (0.0.6) unstable; urgency=low
295
296   * Depend on invirt-mail-config on all servers
297
298  -- Evan Broder <broder@mit.edu>  Thu, 06 Nov 2008 22:56:08 -0500
299
300 invirt-base (0.0.5) unstable; urgency=low
301
302   * All Invirt servers should have molly-guard installed, to prevent
303     accidents
304
305  -- Evan Broder <broder@mit.edu>  Mon, 03 Nov 2008 03:38:04 -0500
306
307 invirt-base (0.0.4) unstable; urgency=low
308
309   * We don't have any more sipb-xen- packages, so punt that from the
310     invirt-reload script
311
312  -- Evan Broder <broder@mit.edu>  Sat, 01 Nov 2008 04:52:55 -0400
313
314 invirt-base (0.0.3) unstable; urgency=low
315
316   * Use invoke-rc.d instead of calling init scripts directly
317
318  -- Evan Broder <broder@mit.edu>  Fri, 31 Oct 2008 06:30:40 -0400
319
320 invirt-base (0.0.2) unstable; urgency=low
321
322   * eliminate choice of source and cache files for invirt.config.load and
323     invirt-getconf, so we can do what follows
324   * look in /etc/invirt/conf.d/ as well as /etc/invirt/master.yaml
325   * use run-parts semantics in /etc/invirt/conf.d/
326
327  -- Greg Price <price@mit.edu>  Wed, 29 Oct 2008 00:10:36 -0400
328
329 invirt-base (0.0.1) unstable; urgency=low
330
331   * sipb-xen-base -> invirt-base
332   * use /invirt for apt URI rather than /sipb-xen
333
334  -- Greg Price <price@mit.edu>  Sun, 25 Oct 2008 00:54:09 -0400
335
336 sipb-xen-base (8.29) unstable; urgency=low
337
338   * gen-files.sh: degrade gracefully to plain-old sh
339
340  -- Greg Price <price@mit.edu>  Sat, 25 Oct 2008 20:06:54 -0400
341
342 sipb-xen-base (8.28) unstable; urgency=low
343
344   * Factor out more common initscript code:
345     std-init.sh replaces the usual Debian boilerplate
346
347  -- Greg Price <price@mit.edu>  Sat, 25 Oct 2008 15:33:08 -0400
348
349 sipb-xen-base (8.27) unstable; urgency=low
350
351   * Use invoke-rc.d in invirt-reload so that policy-rc.d is respected
352
353  -- Evan Broder <broder@mit.edu>  Fri, 24 Oct 2008 13:19:49 -0400
354
355 sipb-xen-base (8.26) unstable; urgency=low
356
357   * Move invirt-reload to /usr/sbin
358
359  -- Evan Broder <broder@mit.edu>  Fri, 24 Oct 2008 12:53:18 -0400
360
361 sipb-xen-base (8.25) unstable; urgency=low
362
363   * Factor out common initscript code, provide it here
364
365  -- Greg Price <price@mit.edu>  Fri, 24 Oct 2008 07:06:59 -0400
366
367 sipb-xen-base (8.24) unstable; urgency=low
368
369   * Switch to using a setup.py file with CDBS's Python support
370
371  -- Evan Broder <broder@mit.edu>  Fri, 24 Oct 2008 05:22:49 -0400
372
373 sipb-xen-base (8.23) unstable; urgency=low
374
375   * Now that we're using Python 2.5, we can actually write with statements
376
377  -- Evan Broder <broder@mit.edu>  Fri, 24 Oct 2008 03:32:00 -0400
378
379 sipb-xen-base (8.22) unstable; urgency=low
380
381   * Please - anything but etch. Anything!
382
383  -- Evan Broder <broder@mit.edu>  Thu, 02 Oct 2008 19:50:30 -0400
384
385 sipb-xen-base (8.21) unstable; urgency=low
386
387   * update sources.list.d/sipb-xen.list for prod and hardy
388
389  -- Greg Price <price@mit.edu>  Wed, 01 Oct 2008 20:06:52 -0400
390
391 sipb-xen-base (8.20) unstable; urgency=low
392
393   * fix distribution
394
395  -- Greg Price <price@mit.edu>  Tue, 30 Sep 2008 23:51:11 -0400
396
397 sipb-xen-base (8.19) hardy; urgency=low
398
399   * depend on invirt-config, which is provided by xvm-devconfig
400     and xvm-prodconfig.
401
402  -- Greg Price <price@mit.edu>  Mon, 29 Sep 2008 06:03:54 +0000
403
404 sipb-xen-base (8.18) unstable; urgency=low
405
406   * Use production k5login
407   * Include openafs component
408
409  -- Sam Hartman <hartmans@debian.org>  Fri, 22 Aug 2008 16:37:01 -0400
410
411 sipb-xen-base (8.17) unstable; urgency=low
412
413   * removed the `mako` program since python-mako already includes a
414     mako-render
415
416  -- Yang Zhang <y_z@mit.edu>  Wed, 13 Aug 2008 01:45:26 -0400
417
418 sipb-xen-base (8.16) unstable; urgency=low
419
420   * added `mako` program for processing templates in invirt packages
421
422  -- Yang Zhang <y_z@mit.edu>  Tue, 12 Aug 2008 16:00:43 -0400
423
424 sipb-xen-base (8.15) unstable; urgency=low
425
426   * put invirt-getconf in /usr/bin
427
428  -- Greg Price <price@mit.edu>  Sat,  2 Aug 2008 21:58:36 -0400
429
430 sipb-xen-base (8.14) unstable; urgency=low
431
432   * using correct default paths in invirt-getconf
433   * fixed os.rename import bug
434
435  -- Yang Zhang <y_z@mit.edu>  Sat,  2 Aug 2008 20:29:56 -0400
436
437 sipb-xen-base (8.13) unstable; urgency=low
438
439   * fix an error message
440
441  -- Greg Price <price@mit.edu>  Wed, 30 Jul 2008 23:04:07 -0400
442
443 sipb-xen-base (8.12) unstable; urgency=low
444
445   [ Greg Price ]
446   * add --ls and some convenience features to invirt-getconf:
447     formatting composite nodes as yaml, allowing the root
448   * fix bug in late-import of yaml in invirt.config
449   * use yaml.CSafeDumper and yaml.CSafeLoader everywhere
450   
451   [ Yang Zhang ]
452   * added shared lock around cache-reading transaction
453
454  -- Greg Price <price@mit.edu>  Wed, 30 Jul 2008 22:11:15 -0400
455
456 sipb-xen-base (8.11) unstable; urgency=low
457
458   * sped up invirt.config module load time by rearranging imports
459   * no longer removing the lock file
460
461  -- Yang Zhang <y_z@mit.edu>  Wed, 30 Jul 2008 21:55:23 -0400
462
463 sipb-xen-base (8.10) unstable; urgency=low
464
465   * added file locking around cache
466
467  -- Yang Zhang <y_z@mit.edu>  Tue, 29 Jul 2008 22:35:25 -0400
468
469 sipb-xen-base (8.9) unstable; urgency=low
470
471   * moved more generic code into `common` package
472   * silently fail if cache fails
473   * load the configuration on module load
474   * produce a struct-based representation of the configuration
475   * allowing full exception messages for OSErrors (default behavior)
476   * added some dependencies specs
477
478  -- Yang Zhang <y_z@mit.edu>  Tue, 29 Jul 2008 01:03:16 -0400
479
480 sipb-xen-base (8.8) unstable; urgency=low
481
482   * added timestamp-based JSON caching of configuration for faster loading
483   * exposed (more) options to command-line frontend
484   * improved error messages/handling/help
485   * removed all python 2.5-isms
486   * reformatted to fit project style conventions
487
488  -- Yang Zhang <y_z@mit.edu>  Mon, 28 Jul 2008 12:25:03 -0400
489
490 sipb-xen-base (8.7) unstable; urgency=low
491
492   * back to 2.4 compatibility
493
494  -- Greg Price <price@mit.edu>  Mon, 28 Jul 2008 07:44:27 -0400
495
496 sipb-xen-base (8.6) unstable; urgency=low
497
498   * switching to python 2.5 only
499   * added y_z to .k5login
500
501  -- Yang Zhang <y_z@mit.edu>  Sun, 27 Jul 2008 20:23:54 -0400
502
503 sipb-xen-base (8.5) unstable; urgency=low
504
505   * using python 2.5
506   * initial working version of invirt-getconf that reads & navigates YAML
507
508  -- Yang Zhang <y_z@linerva.mit.edu>  Sun, 27 Jul 2008 20:12:28 -0400
509
510 sipb-xen-base (8.4) unstable; urgency=low
511
512   [ Greg Price ]
513   * begin a Python package 'invirt'
514
515   [ Yang Zhang ]
516   * added invirt-getconf to read configuration files
517
518  -- Yang Zhang <y_z@mit.edu>  Sun, 27 Jul 2008 19:10:10 -0400
519
520 sipb-xen-base (8.3) unstable; urgency=low
521
522   * add invirt-reload to regenerate and reload configs
523
524  -- Greg Price <price@mit.edu>  Mon, 21 Jul 2008 20:35:42 -0400
525
526 sipb-xen-base (8.2) unstable; urgency=low
527
528   * leave out debathena-system so we get only the packages we ask for
529
530  -- Greg Price <price@mit.edu>  Sun, 20 Jul 2008 13:58:52 -0400
531
532 sipb-xen-base (8.1) unstable; urgency=low
533
534   * include debathena to make stuff like kerberos config easier
535
536  -- Greg Price <price@mit.edu>  Sat, 19 Jul 2008 23:16:47 -0400
537
538 sipb-xen-base (8) unstable; urgency=low
539
540   * update .k5login to match black-mesa
541
542  -- Greg Price <price@mit.edu>  Sun,  4 May 2008 20:28:28 -0400
543
544 sipb-xen-base (7) unstable; urgency=low
545
546   * include backports.org
547   * sources.list.d doesn't actually need a .sources.list, just .list
548
549  -- Greg Price <price@mit.edu>  Thu,  1 May 2008 19:45:50 -0400
550
551 sipb-xen-base (6) unstable; urgency=low
552
553   * actually use sources.list.d correctly
554
555  -- Greg Price <price@mit.edu>  Sat, 26 Apr 2008 21:22:12 -0400
556
557 sipb-xen-base (5) unstable; urgency=low
558
559   * update sources.list, use sources.list.d
560
561  -- Greg Price <price@mit.edu>  Sat, 26 Apr 2008 21:06:05 -0400
562
563 sipb-xen-base (4) unstable; urgency=low
564
565   * sipb-vm-1 becomes sipb-xen-dev
566
567  -- Sam Hartman <hartmans@debian.org>  Tue,  4 Sep 2007 15:48:50 -0400
568
569 sipb-xen-base (3) unstable; urgency=low
570
571   * We want security updates too
572
573  -- Sam Hartman <hartmans@debian.org>  Fri, 10 Aug 2007 20:39:14 -0400
574
575 sipb-xen-base (2) unstable; urgency=low
576
577   * Update sources.list to include our debian mirror
578
579  -- Sam Hartman <hartmans@debian.org>  Sat,  4 Aug 2007 19:11:18 -0400
580
581 sipb-xen-base (1) unstable; urgency=low
582
583   * New upstream version
584
585  -- Sam Hartman <hartmans@debian.org>  Sat,  4 Aug 2007 18:44:21 -0400
586