Matthaus Litteken
2011-Sep-21 23:11 UTC
[Puppet Users] ANNOUNCE: Puppet-Dashboard 1.2.1 available
This is a maintenance release of Puppet Dashboard. This release resolves issues #7405, #9101, #8878, and #8803. More details below. This release is available for download at: http://downloads.puppetlabs.com/dashboard/ We have included Debian and RPM packages as well as a tarball. See the Verifying Puppet Download section at: http://projects.puppetlabs.com/projects/puppet/wiki/Downloading_Puppet Please report feedback via the Puppet Labs Redmine site, using an affected version of 1.2.1 http://projects.puppetlabs.com/projects/dashboard Documentation is available at: http://docs.puppetlabs.com/dashboard/index.html 1.2.1 Release Notes == -- Fix #7405 - Daemonized redhat init script for dashboard The previous redhat init script would not daemonize, but would merely background the dashboard server start, so running start over ssh would hang. This patch replaces the ''su -c'' with daemon and passes -d to the server start command, so it daemonizes. Start can now be run over ssh without the hang. -- Fix #9101 - Fix Dashboard workers init script on RH The Red Hat Dashboard workers init script last set of fixes had a typo that caused it not to be recognized by chkconfig. This patch fixes that so the script is usable by chkconfig. It also removes duplicate and possibly conflicting blocks of comments that chkconfig can read. -- Fix #8878 - Add ability to add nodes from the group edit/create pages It''s really unusable to have to go to each node''s edit page to add a list of nodes to a group. Now you can just add the nodes on the group''s create or edit page. * 99aa23a Updated CHANGELOG for release 1.2.1 * 881abbf Updated CHANGELOG for 1.2.1rc3 * 0e81c25 (#7405) Daemonized redhat init script for dashboard * 2d92f0f Updated CHANGELOG for 1.2.1rc2 * bcbdbe3 Updated CHANGELOG for 1.2.1rc1 * 3ab0029 (#9101) Fix Dashboard workers init script on RH * 6b10a5e maint: Move duplicated code to a helper method * 02ca4ff maint: Fix node_ids method by not overwriting it with and attr_accessor * a2b864d (#8878) Make code more DRY * 0075dd9 (#8878) Add ability to add nodes from the group edit/create pages * ee59af8 (#8803) A single report page has a header with too much padding -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.