This is a maintenance release candidate of Puppet Dashboard.
It includes contributions from Carl Caum, Josh Lifton, and Matt Robinson.

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.7
http://projects.puppetlabs.com/projects/dashboard

Documentation is available at:
http://docs.puppetlabs.com/dashboard/index.html


1.2.7 Release Notes
===
Upgrade vendored rails from 2.3.12 to 2.3.14

   This upgrade includes security fixes:

   http://weblog.rubyonrails.org/2011/8/16/ann-rails-2-3-14/
   https://github.com/rails/rails/compare/v2.3.12...v2.3.14

   This upgrade was accomplished like so:

       gem install rails --version 2.3.14
       rake rails:freeze:gems

Add parameters support for nodes and node groups

   Previous to this commit there was no rake API for setting parameters on
   nodes and node groups.  This commit adds the `node:parameters` and
   `nodegroup:parameters` tasks. Both accept two arguments:
   - *name* Which node or node group to apply the parameters to
   - *parameters* In format param1=val,param2=val2

   This format was chosen for two reasons. I wanted multiple parameters to
   be
   able to supported on a single command. Further, rake doesn't support
   multiple instances of the same argument so a format such as
   'parameter=param,value parameter=param2,value2' could not be supported.

   Example:
   `rake node:parameters name=master.puppet.internal \
   parameters=ntpserver=ntp1.mydomain.com,dnsserver=dns.mydomain.com`

   Potential Issues:
   Currently it is impossible to escape the *=* or *,* characters when
   specifying the parameters value.  So node or node group parameters that
   include a comma or equal sign will not be able to be specified.

1.2.7 Changelog
===
Carl Caum (1):
     0108c04 Add parameters support for nodes and node groups

Joshua Harlan Lifton (3):
     cd417f1 Add account information option to header
     44d8da0 Refactor how account widgets are added to the header
     f2c3d54 Fix regression in access control protections

Matt Robinson (1):
     ecec120 Upgrade vendored rails from 2.3.12 to 2.3.14

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/puppet-users?hl=en.

Reply via email to