Hiera 1.0.0rc3 is a feature release candidate designed to accompany Puppet 3.0.

Changes to Hiera since 1.0.0rc2 were mainly to ease packaging and
improve testing.

Downloads are available:
 * Source http://downloads.puppetlabs.com/hiera/hiera-1.0.0rc3.tar.gz

It includes contributions from the following people:
Kelsey Hightower and Matthaus Litteken

See the Verifying Puppet Download section at:
 
http://projects.puppetlabs.com/projects/puppet/wiki/Downloading_Puppet#Verifying+Puppet+Downloads

Please report feedback via the Puppet Labs Redmine site, using an
affected version of 1.0.0rc3:
 http://projects.puppetlabs.com/projects/hiera


## Hiera 1.0.0rc3 Release Notes ##
Remove Puppet parser functions

    This commit removes all the Puppet parser functions. This is being done
    to allow hiera to work better in stand-alone setups, and remove the
    dependency on Puppet for testing.

    The Parser functions will now live in hiera-puppet.

(#14514) Use default config when hiera.yaml is missing

    Hiera no longer raises an exception when the hiera configuration file
    is missing; instead log a warning and use the following default config:

        {
          :backends  => ["yaml"],
          :hierarchy => "common",
          :logger    => "console"
        }

    This patch includes updated tests.


Hiera 1.0.0rc3 Changelog
===
Kelsey Hightower (5):
      9808a64 (#14514) Use default config when hiera.yaml is missing
      7312a95 (maint) Add Hiera acceptance tests
      0067cd2 (maint) Additional tests for Hiera array and hash lookups
      22a98ee Remove Puppet parser functions
      b6218b9 (maint) Hiera should raise an error when config is missing

Matthaus Litteken (8):
      fe3d509 Remove empty Puppet class definition
      fd644b6 Add require hiera/backend to test
      10f930f Add mac packaging to hiera
      1df7201 Update mac packaging to dynamically generate preflight
      6910d2d Move conf to ext, replace spec with erb
      182fa17 Add debian packaging for hiera
      e927da2 Add package task for deb, srpm
      2b8f0d3 Updating changelog for 1.0.0rc3

-- 
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+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/puppet-users?hl=en.

Reply via email to