Merge lp:~andreserl/maas/pkg_1.9b2 into lp:~maas-maintainers/maas/packaging

Proposed by Andres Rodriguez
Status: Merged
Approved by: Andres Rodriguez
Approved revision: 432
Merged at revision: 431
Proposed branch: lp:~andreserl/maas/pkg_1.9b2
Merge into: lp:~maas-maintainers/maas/packaging
Diff against target: 93 lines (+66/-2)
2 files modified
debian/changelog (+64/-0)
debian/control (+2/-2)
To merge this branch: bzr merge lp:~andreserl/maas/pkg_1.9b2
Reviewer Review Type Date Requested Status
Andres Rodriguez (community) Approve
Review via email: mp+276758@code.launchpad.net

Commit message

Release 1.9.0beta2

To post a comment you must log in.
Revision history for this message
Andres Rodriguez (andreserl) wrote :

selfie!

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'debian/changelog'
--- debian/changelog 2015-10-28 12:21:12 +0000
+++ debian/changelog 2015-11-05 13:30:54 +0000
@@ -1,3 +1,67 @@
1maas (1.9.0~beta3+bzr4466-0ubuntu1) UNRELEASED; urgency=medium
2
3 * UNRELEASED
4
5 -- Andres Rodriguez <andreserl@ubuntu.com> Thu, 05 Nov 2015 08:29:06 -0500
6
7maas (1.9.0~beta2+bzr4456-0ubuntu1) wily; urgency=medium
8
9 * New upstream release, 1.9.0 beta2, bzr4456:
10 - New capabilities for subnets, vlan, spaces and
11 fabrics. (LP: #LP: #1511257)
12 - Upgrade left a PXE NIC"s on nodes without a subnet associated
13 causing deploy issues. (LP: #LP: #1509077)
14 - DNS record doesn't get created against the PXE
15 interface (LP: #1512109)
16 - bcache cache_mode setting not configured on
17 servers (LP: #1510334)
18 - Administrators unable to delete users using the API (LP: #1510210)
19 - Can create a VolumeGroup (vg0) without having created
20 a partition on the boot disk (LP: #1509536)
21 - set-boot-disk yields in a machine not being able to
22 deploy (LP: #1501400)
23 - Deploying Other OS' (CentOS, Windows) should not configure
24 custom storage (LP: #1504956)
25 - Add RAID 10 support (LP: #1509164)
26 - MAAS should download grub from grub-efi-amd64-signed package
27 instead of the archive path (LP: #1511437)
28 - Fails to deploy with UEFI (LP: #1510120)
29 - previous owner of node can use oauth creds to retrieve current
30 owner's user-data (LP: #1507586)
31 - IP range validation for too small ranges (LP: #1507630)
32 - test__calls_update_host_maps_for_next_ip_managed_subnet
33 can fail randomly (LP: #1507630)
34 - No way to disable maas-proxy (LP: #1511071)
35 - [UI] HWE naming needs to be clearer (LP: #1505034))
36 - [UI] Angular $digest loop issue on node details page (LP: #1509476)
37 - [UI] New nodes interfaces doesn't show which interface is the
38 PXE interface (LP: #1509473)
39 - [UI] When partitioning, there should be 20px padding between
40 the sizing fields (LP: #1510471)
41 - [UI] On the available table, add model and serial to the
42 name column (LP: #1510467)
43 - [UI] On the available table, change “available space” to
44 “size” for consistency (LP: #1510466)
45 - [UI] when formatting/mounting, the button says “Format & Mount”
46 this should just be “Mount” (LP: #1510472)
47 - [UI] Tickbox on create bond networking (LP: #1503533)
48 - [UI] On the file system table, change name to “File system”
49 (lower case S) (LP: #1510447)
50 - [UI] When creating bcache and raid, remove the empty column
51 between the config fields. (LP: #1510474)
52 - [UI] On the available table, make sure all buttons are
53 lowercase (LP: #1510488)
54 - [UI] Subnets filter doesn't show network, it shows name
55 instead (LP: #1511174)
56 - [UI] can't edit / add storage tags (LP: #1509417)
57 - [UI] Hover state for networking doesn't work (LP: #1510891)
58 - [UI] change "edit tag" link to icon storage (LP: #1510458)
59 - [UI] Can no longer see the IP address PXE interface gets
60 on commissioning (LP: #1510629)
61 * debian/control: Bump Dep on python-curtin to > 0.1.0~bzr275.
62
63 -- Andres Rodriguez <andreserl@ubuntu.com> Wed, 28 Oct 2015 21:20:39 -0400
64
1maas (1.9.0~beta1+bzr4417-0ubuntu1) wily; urgency=medium65maas (1.9.0~beta1+bzr4417-0ubuntu1) wily; urgency=medium
266
3 * New upstream release, 1.9.0 beta1, bzr4415:67 * New upstream release, 1.9.0 beta1, bzr4415:
468
=== modified file 'debian/control'
--- debian/control 2015-09-09 13:41:05 +0000
+++ debian/control 2015-11-05 13:30:54 +0000
@@ -92,7 +92,7 @@
92Architecture: all92Architecture: all
93Depends: python-bson,93Depends: python-bson,
94 python-crochet,94 python-crochet,
95 python-curtin,95 python-curtin (> 0.1.0~bzr275),
96 python-distro-info,96 python-distro-info,
97 python-formencode,97 python-formencode,
98 python-jsonschema,98 python-jsonschema,
@@ -181,7 +181,7 @@
181Depends: python-apt,181Depends: python-apt,
182 python-convoy,182 python-convoy,
183 python-crochet,183 python-crochet,
184 python-curtin,184 python-curtin (> 0.1.0~bzr275),
185 python-lxml,185 python-lxml,
186 python-maas-client (= ${binary:Version}),186 python-maas-client (= ${binary:Version}),
187 python-netaddr,187 python-netaddr,

Subscribers

People subscribed via source and target branches

to all changes: