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

Subscribers

People subscribed via source and target branches

to all changes: