Merge lp:~andreserl/maas/packaging_1.8.3 into lp:~maas-maintainers/maas/packaging-1.8

Proposed by Andres Rodriguez
Status: Merged
Approved by: Andres Rodriguez
Approved revision: 416
Merged at revision: 416
Proposed branch: lp:~andreserl/maas/packaging_1.8.3
Merge into: lp:~maas-maintainers/maas/packaging-1.8
Diff against target: 36 lines (+18/-0)
2 files modified
debian/changelog (+17/-0)
debian/maas-cluster-controller.maas-clusterd.service (+1/-0)
To merge this branch: bzr merge lp:~andreserl/maas/packaging_1.8.3
Reviewer Review Type Date Requested Status
Andres Rodriguez (community) Approve
Review via email: mp+273947@code.launchpad.net

Commit message

* New upstream release, 1.8.3 bzr 4050:
  - Declare dependency on metadataserver migration 0015 by maasserver
    migration 0121 to allow upgrades from 1.5.4 to 1.8 to work. (LP: #1495064)
  - Fix the issue where the included ':', apache2 wont forward the
    connection (LP: #1484696)
  - Fixes autocomplete styling for tagging (LP: #1489160)
  - Add HPDSA hardware drivers to the drivers config (LP: #1491898)
  - Always invoke the init system using the C.UTF-8 locale. (LP: #1491822)
  - Use cluster_name instead of name for the cluster, otherwise the UI
    will show the DNS zone name instead of the actual cluster name.
* debian/control: Restart maas-clusterd in the event it failed to start
  due to missing /var/lib/maas/secret (LP: #1471946)

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-08-25 15:17:56 +0000
3+++ debian/changelog 2015-10-09 05:07:56 +0000
4@@ -1,3 +1,20 @@
5+maas (1.8.3+bzr4050-0ubuntu1) trusty; urgency=medium
6+
7+ * New upstream release, 1.8.3 bzr 4050:
8+ - Declare dependency on metadataserver migration 0015 by maasserver
9+ migration 0121 to allow upgrades from 1.5.4 to 1.8 to work. (LP: #1495064)
10+ - Fix the issue where the included ':', apache2 wont forward the
11+ connection (LP: #1484696)
12+ - Fixes autocomplete styling for tagging (LP: #1489160)
13+ - Add HPDSA hardware drivers to the drivers config (LP: #1491898)
14+ - Always invoke the init system using the C.UTF-8 locale. (LP: #1491822)
15+ - Use cluster_name instead of name for the cluster, otherwise the UI
16+ will show the DNS zone name instead of the actual cluster name.
17+ * debian/control: Restart maas-clusterd in the event it failed to start
18+ due to missing /var/lib/maas/secret (LP: #1471946)
19+
20+ -- Andres Rodriguez <andreserl@ubuntu.com> Thu, 08 Oct 2015 21:53:04 -0700
21+
22 maas (1.8.2+bzr4041-0ubuntu1) trusty; urgency=medium
23
24 * New upstream release, 1.8.2 bzr 4041:
25
26=== modified file 'debian/maas-cluster-controller.maas-clusterd.service'
27--- debian/maas-cluster-controller.maas-clusterd.service 2015-05-21 16:54:25 +0000
28+++ debian/maas-cluster-controller.maas-clusterd.service 2015-10-09 05:07:56 +0000
29@@ -12,6 +12,7 @@
30 User=maas
31 Group=maas
32 Restart=always
33+RestartSec=10s
34 EnvironmentFile=/etc/maas/maas_cluster.conf
35 Environment="LOGFILE=/var/log/maas/clusterd.log"
36 # Logs go to the journal; read them with

Subscribers

People subscribed via source and target branches