~ubuntu-branches/ubuntu/utopic/maas/utopic-security

« back to all changes in this revision

Viewing changes to debian/changelog

  • Committer: Package Import Robot
  • Author(s): Julian Edwards, Julian Edwards, Andres Rodriguez
  • Date: 2014-08-21 18:38:27 UTC
  • mfrom: (1.2.34)
  • Revision ID: package-import@ubuntu.com-20140821183827-9xyb5u2o4l8g3zxj
Tags: 1.6.1+bzr2550-0ubuntu1
* New upstream bugfix release:
  - Auto-link node MACs to Networks (LP: #1341619)

[ Julian Edwards ]
* debian/maas-region-controller.postinst: Don't restart RabbitMQ on
  upgrades, just ensure it's running.  Should prevent a race with the
  cluster celery restarting.
* debian/rules: Pull upstream branch from the right place.

[ Andres Rodriguez ]
* debian/maas-region-controller.postinst: Ensure cluster celery is
  started if it also runs on the region.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
maas (1.5.2+bzr2282-0ubuntu2) utopic; urgency=medium
2
 
 
3
 
  * debian/control:
4
 
   - Add missing dependency in maas-cluster-controller for grub-common
5
 
     (LP: #1328231) 
6
 
   - Move dependency from maas-cluster-controller to maas-provisioningserver for
7
 
     python-seamicroclient (LP: #1332532) 
8
 
 
9
 
 -- Greg Lutostanski <gregory.lutostanski@canonical.com>  Fri, 20 Jun 2014 10:01:31 -0500
10
 
 
11
 
maas (1.5.2+bzr2282-0ubuntu1) utopic; urgency=medium
12
 
 
13
 
  * New upstream bugfix release:
14
 
   - Remove workaround for fixed Django bug 1311433 (LP: #1311433)
15
 
   - Ensure that validation errors are returned when adding a node over
16
 
     the API and its cluster controller is not contactable. (LP: #1305061)
17
 
   - Hardware enablement support for PowerKVM (LP: #1325038)
18
 
   - Shorten the time taken for a cluster to initially connect to the region
19
 
     via RPC to around 2 seconds (LP: #1317682)
20
 
   - Faster DHCP leases parser (LP: #1305102)
21
 
   - Documentation fixed explaining how to enable an ephemeral backdoor
22
 
     (LP: #1321696)
23
 
   - Use probe-and-enlist-hardware to enlist all virtual machine inside
24
 
     a libvirt machine, allow password qemu+ssh connections.
25
 
     (LP: #1315155, LP: #1315157)
26
 
   - Rename ppc64el boot loader to PowerKVM (LP: #1315154)
27
 
   - Fix NodeForm's is_valid() method so that it uses Django's way of setting
28
 
     errors on forms instead of putting text in self.errors['architecture']
29
 
     (LP: #1301465)
30
 
   - Change BootMethods to return their own IReader per-request, update method
31
 
     names to reflect new usage. (LP: #1315154)
32
 
   - Return early and stop the DHCP server when the list of managed interfaces
33
 
     of the nodegroup is empty. (LP: #1324944)
34
 
   - Fix invalid attribute references in the VirshSSH class. Added more test
35
 
     for the VirshSSH class. (LP: #1324966)
36
 
  * debian/control:
37
 
   - Add missing dependency in maas-cluster-controller for python-pexpect
38
 
     (LP: #1322151) 
39
 
 
40
 
 -- Greg Lutostanski <gregory.lutostanski@canonical.com>  Mon, 02 Jun 2014 11:57:58 -0500
41
 
 
42
 
maas (1.5.1+bzr2269-0ubuntu2) utopic; urgency=medium
43
 
 
44
 
  * debian/control: Really fix missing dep on python-crochet for
45
 
    python-maas-provisioningserver.
46
 
 
47
 
 -- Andres Rodriguez <andreserl@ubuntu.com>  Fri, 09 May 2014 22:41:19 -0500
48
 
 
49
 
maas (1.5.1+bzr2269-0ubuntu1) utopic; urgency=medium
50
 
 
51
 
  * New upstream bugfix release
52
 
    - Drops upstream patch to try to fix a regression that in reality was
53
 
      a hack to fix an issue in django. (LP: #1311433)
54
 
  * debian/control: Add missing dep on python-crochet for
55
 
    maas-cluster-controller. (LP: #1311765)
56
 
 
57
 
 -- Andres Rodriguez <andreserl@ubuntu.com>  Fri, 09 May 2014 22:24:12 -0500
58
 
 
59
 
maas (1.5+bzr2267-0ubuntu1) utopic; urgency=medium
60
 
 
61
 
  * New upstream bugfix release. Fixes:
62
 
    - Hardware Enablement for Cisco B-Series. (LP: #1300476)
63
 
    - Allow AMT power type to specify IP Address. (LP: #1308772)
64
 
    - Spurious failure when starting and creating lock files. (LP: 1308069)
65
 
    - Fix regression introduced by a security fix (LP: #1311433, LP: #1311433)
66
 
    - Fix usage of hardware enablement kernels by fixing the preseeds
67
 
      (LP: #1310082, LP: #1310076, LP: #1310082)
68
 
    - Fix parallel juju deployments. (LP: #1314409)
69
 
    - Clear distro_series when stopping node from WebUI (LP: #1316396)
70
 
    - Fix click hijacking (LP: #1298784)
71
 
    - Fix blocking API client when deleting a resource (LP: #1313556)
72
 
    - Do not import Trusty RC images by default (LP: #1311151)
73
 
 
74
 
 -- Andres Rodriguez <andreserl@ubuntu.com>  Tue, 15 Apr 2014 14:41:32 -0400
 
1
maas (1.6.1+bzr2550-0ubuntu1) utopic; urgency=medium
 
2
 
 
3
  * New upstream bugfix release:
 
4
    - Auto-link node MACs to Networks (LP: #1341619)
 
5
 
 
6
  [ Julian Edwards ]
 
7
  * debian/maas-region-controller.postinst: Don't restart RabbitMQ on
 
8
    upgrades, just ensure it's running.  Should prevent a race with the
 
9
    cluster celery restarting.
 
10
  * debian/rules: Pull upstream branch from the right place.
 
11
 
 
12
  [ Andres Rodriguez ]
 
13
  * debian/maas-region-controller.postinst: Ensure cluster celery is
 
14
    started if it also runs on the region.
 
15
 
 
16
 -- Julian Edwards <julian.edwards@canonical.com>  Thu, 21 Aug 2014 18:38:27 +1000
 
17
 
 
18
maas (1.6.0+bzr2545-0ubuntu1) trusty; urgency=medium
 
19
 
 
20
  * New upstream release 1.6.0
 
21
 
 
22
  [ Greg Lutostanski ]
 
23
   * debian/control:
 
24
    - maas-cluster-controller depends on grub-common
 
25
    - maas-provisioningserver not maas-cluster-controller depends on
 
26
      python-seamicroclient (LP: #1332532)
 
27
    - maas-provisioningserver not maas-cluster-controller depends on
 
28
      python-pexpect (LP: #1352273)
 
29
 
 
30
  [ Gavin Panella ]
 
31
   * debian/maas-cluster-controller.postinst
 
32
    - Allow maas-pserv to bind to all IPv6 addresses too.
 
33
 
 
34
  [ Diogo Matsubara ]
 
35
   * debian/control:
 
36
    - python-maas-provisioningserver depends on python-paramiko (LP: #1334401)
 
37
 
 
38
  [ Julian Edwards ]
 
39
  * debian/maas-cluster-controller.install: don't install bootresources.yaml
 
40
    any more, it's not there in 1.6.0
 
41
  * debian/extras/99-maas-sudoers: Add permissions for tgt-admin and
 
42
    uec2roottar
 
43
 
 
44
  [ Andres Rodriguez ]
 
45
  * debian/maas-region-controller.postinst: Do not change celery's rabbitmq
 
46
    password on upgrade to not lock remote Cluster Controllers if upgrading
 
47
    from 1.5+. (LP: #1300507)
 
48
 
 
49
 -- Julian Edwards <julian.edwards@canonical.com>  Tue, 19 Aug 2014 22:34:30 +1000
 
50
 
 
51
maas (1.5.3+bzr2287-0ubuntu1) trusty; urgency=medium
 
52
 
 
53
  * New upstream bugfix release:
 
54
    - Reduce number of celery tasks emitted when updating a cluster controller
 
55
      (LP: #1324944)
 
56
    - Fix VirshSSH template which was referencing invalid attributes
 
57
      (LP: #1324966)
 
58
    - Fix a start up problem where a database lock was being taken outside of
 
59
      a transaction (LP: #1325759)
 
60
    - Reformat badly formatted Architecture error message (LP: #1301465)
 
61
    - Final changes to support ppc64el (now known as PowerNV) (LP: #1315154)
 
62
 
 
63
  [ Raphaël Badin ]
 
64
   * debian/extras/99-maas-sudoers:
 
65
    - Add rule 'maas-dhcp-server stop' job.
 
66
 
 
67
 -- Julian Edwards <julian.edwards@canonical.com>  Wed, 04 Jun 2014 13:31:46 +1000
 
68
 
 
69
maas (1.5.2+bzr2277-0ubuntu1) trusty; urgency=medium
 
70
 
 
71
  * New upstream bugfix release:
 
72
    - Remove workaround for fixed Django bug 1311433 (LP: #1311433)
 
73
    - Ensure that validation errors are returned when adding a node over
 
74
      the API and its cluster controller is not contactable. (LP: #1305061)
 
75
    - Hardware enablement support for PowerKVM
 
76
    - Shorten the time taken for a cluster to initially connect to the region
 
77
      via RPC to around 2 seconds (LP: #1317682)
 
78
    - Faster DHCP leases parser (LP: #1305102)
 
79
    - Documentation fixed explaining how to enable an ephemeral backdoor
 
80
      (LP: #1321696)
 
81
    - Use probe-and-enlist-hardware to enlist all virtual machine inside
 
82
      a libvirt machine, allow password qemu+ssh connections.
 
83
      (LP: #1315155, LP: #1315157)
 
84
    - Rename ppc64el boot loader to PowerKVM (LP: #1315154)
 
85
   * debian/control:
 
86
    - Add missing dependency in maas-cluster-controller for python-pexpect
 
87
 
 
88
 -- Julian Edwards <julian.edwards@canonical.com>  Mon, 26 May 2014 10:56:33 +1000
75
89
 
76
90
maas (1.5+bzr2252-0ubuntu1) trusty; urgency=medium
77
91