This is a maintenance release of Puppet Dashboard. This release resolves issues #10198, #10270, and #10543. 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.3rc1 http://projects.puppetlabs.com/projects/dashboard Documentation is available at: http://docs.puppetlabs.com/dashboard/index.html 1.2.3rc1 Release Notes == -- Fix #10270 dashboard-workers init script should check the right pid files The puppet-dashboard-workers init script was using all the pidfiles in the pid directory, it should only only consider the delayed_job pidfiles. This fixes that. -- Fix #10198 fixes display issue when no nodes in group * Adds a clearfix so the parent element visually contains all floating children. * Pushes the all_nodes.present conditional up one level so the div containing the run failure status will not be displayed if there are no nodes in the group -- Feature #10543 Rake task to add all nodes to a group Adds the ability to add all nodes to a given group using rake 1.2.3rc1 Changelog ==* (#10543) Rake task to add all nodes to a group * (#10270) dashboard-workers init script should check the right pid files * (#10198) fixes display issue when no nodes in group * Took out unused css classes. Fixed broken HAML. Regenerated all.css. -- You received this message because you are subscribed to the Google Groups "Puppet Developers" group. To post to this group, send email to puppet-dev@googlegroups.com. To unsubscribe from this group, send email to puppet-dev+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-dev?hl=en.
Stefan Heijmans
2011-Nov-05 13:31 UTC
[Puppet Users] Re: ANNOUNCE: Puppet-Dashboard 1.2.3rc1 available
On 4 nov, 23:06, Matthaus Litteken <matth...@puppetlabs.com> wrote:> -- Fix #10270 dashboard-workers init script should check the right pid filespuppet-dashboard/ext/packaging/redhat/puppet-dashboard-workers.init uses DASHBOARD_ROOT this is not set in puppet-dashboard/ext/packaging/redhat/puppet- dashboard.sysconfig, this uses DASHBOARD_HOME so always defaulted at /usr/share/puppet-dashboard puppet-dashboard/ext/packaging/redhat/puppet-dashboard.init does DASHBOARD_HOME fix; 1. add DASHBOARD_ROOT to puppet-dashboard/ext/packaging/redhat/puppet- dashboard.sysconfig 2. preferred: replace DASHBOARD_ROOT with DASHBOARD_HOME in puppet- dashboard/ext/packaging/redhat/puppet-dashboard-workers.ini -- 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.
Michael Stahnke
2011-Nov-14 16:13 UTC
Re: [Puppet Users] Re: ANNOUNCE: Puppet-Dashboard 1.2.3rc1 available
On Sat, Nov 5, 2011 at 6:31 AM, Stefan Heijmans <heijmans@rechtspraak.nl> wrote:> On 4 nov, 23:06, Matthaus Litteken <matth...@puppetlabs.com> wrote: >> -- Fix #10270 dashboard-workers init script should check the right pid files > > puppet-dashboard/ext/packaging/redhat/puppet-dashboard-workers.init > uses DASHBOARD_ROOT > this is not set in puppet-dashboard/ext/packaging/redhat/puppet- > dashboard.sysconfig, this uses DASHBOARD_HOME > so always defaulted at /usr/share/puppet-dashboard > > puppet-dashboard/ext/packaging/redhat/puppet-dashboard.init does > DASHBOARD_HOME > > fix; > 1. add DASHBOARD_ROOT to puppet-dashboard/ext/packaging/redhat/puppet- > dashboard.sysconfig > 2. preferred: replace DASHBOARD_ROOT with DASHBOARD_HOME in puppet- > dashboard/ext/packaging/redhat/puppet-dashboard-workers.ini >We''ll get this into the next month''s Dashboard. This is a simple fix and a fairly straightforward implementation. http://projects.puppetlabs.com/issues/10809 Mike> -- > 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. > >-- 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.