Hiera 1.1.0 is a release in the 1.x branch with bug fixes and features.

Downloads are available at:
 * Source: https://downloads.puppetlabs.com/hiera/hiera-1.1.0.tar.gz

RPMs are available at https://yum.puppetlabs.com/el or /fedora

Rubygem available at http://rubygems.org/gems/hiera

Debs are available at https://apt.puppetlabs.com

Mac package is available at https://downloads.puppetlabs.com/mac/hiera-1.1.0.dmg

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

=======================
## Hiera 1.1.0 Highlights ##
=======================

(#16427) Fix inaccurate usage hint in help

    Usage in help was provided as "Usage: hiera [options]", which is inaccurate.
    This commit uses opts.banner in the option parser to override that, as well
    as provide some context about the arguments.

 Add json backend to hiera.

    This commit brings the json backend and corresponding spec test
from hiera-json
    into hiera. The spec test has been updated to move some of its
requires into the
    spec_helper in a previous commit. This commit also updates the
project_data.yaml
    to add a json dependency to hiera to the gem, deb and rpm packages.

Edit example hiera.yaml to fix bogus variable and include default datadir

    A Puppet scope has no $certname variable, and we don't do anything
to add one.
    Instead, Puppet has the following two variables:

    - $settings::certname - the puppet master's certname
    - $clientcert - the agent node's certname

    Of the two, we want $clientcert.

    This commit also calls out the location of the default datadir.

Clarify help for some options

    This commit clarifies the function of the -a and -h flags, and improves the
    wording of the MCollective and inventory options.


=======================
## Hiera 1.1.0 Changelog ##
=======================

Andrew Parker (1):
      f0f89ca (Maint) Lenient checks for looked up data

Daniel Pittman (1):
      580d39e Fix expect/should for RSpec 3 compatibility

Matthaus Litteken (8):
      66fc90e Refactor specs, remove spec.opts
      d36e0f5 Add json backend to hiera.
      f3f4653 (maint) Fixup hiera.spec for el5 oddities, rpmlint issues
      a9aa024 (maint) Fixup json dependency for redhat
      114944d (maint) Config=>RbConfig in hiera.spec.erb
      5253f39 (maint) Remove CHANGELOG from Hiera
      fe5f8b9 Update default cows and mock targets
      db60ecc Update VERSION for Hiera 1.1.0-rc1

Mitchell Hashimoto (1):
      c895013 Additional logging when finding keys in the YAML backend

Moses Mendoza (3):
      f7334ba Fixup apple package plist for use with packaging repo
      3a37348 fail better in package repo rake tasks
      d1c175b Update debian packaging for ruby 1.9

Will Hopper (1):
      ff2bbc6 Update Debian packaging rake task to correctly create
the orig.tar.gz

nfagerlund (3):
      b4e6e2f Edit example hiera.yaml to fix bogus variable and
include default datadir
      c56ff30 (#16427) Fix inaccurate usage hint in help
      562a7cc Clarify help for some options

rahul (1):
      8e7c748 (packaging) provider IPS packaging tasks

-- 
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