From 0466e1bc6fc1864501ef380d0ca10eda98ee24dc Mon Sep 17 00:00:00 2001 From: Jeff McCune Date: Thu, 4 Aug 2011 17:20:39 -0700 Subject: Update CHANGELOG and README for 1.0.0 --- CHANGELOG | 9 +++++++++ Modulefile | 2 +- README.markdown | 18 ++++++++++++------ RELEASE_PROCESS.markdown | 3 ++- 4 files changed, 24 insertions(+), 8 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index ee6d3b5..62512f3 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,12 @@ +2011-08-04 Puppet Labs - 1.0.0 +* Initial stable release +* Add validate_array and validate_string functions +* Make merge() function work with Ruby 1.8.5 +* Add hash merging function +* Add has_key function +* Add loadyaml() function +* Add append_line native + 2011-06-21 Jeff McCune - 0.1.7 * Add validate_hash() and getvar() functions diff --git a/Modulefile b/Modulefile index 4927119..80d8d39 100644 --- a/Modulefile +++ b/Modulefile @@ -1,5 +1,5 @@ name 'puppetlabs-stdlib' -version '0.1.7' +version '1.0.0' source 'git://github.com/puppetlabs/puppetlabs-stdlib' author 'puppetlabs' license 'Apache 2.0' diff --git a/README.markdown b/README.markdown index 1e93c6f..68186c2 100644 --- a/README.markdown +++ b/README.markdown @@ -20,15 +20,21 @@ This module is designed to work with Puppet version 2.6 and later. It may be forked if Puppet 2.7 specific features are added. There are currently no plans for a Puppet 0.25 standard library module. -# Overview # - -TBA +# Functions # -# Contact Information # + Please see `puppet doc -r function` for documentation on each function. The + current list of functions is: - Jeff McCune + * getvar + * has\_key + * loadyaml + * merge.rb + * validate\_array + * validate\_bool + * validate\_hash + * validate\_re + * validate\_string -# Functions # ## validate\_hash ## $somehash = { 'one' => 'two' } diff --git a/RELEASE_PROCESS.markdown b/RELEASE_PROCESS.markdown index df20730..ea40d5d 100644 --- a/RELEASE_PROCESS.markdown +++ b/RELEASE_PROCESS.markdown @@ -3,8 +3,9 @@ * Work in a topic branch * Submit a github pull request * Address any comments / feeback - * Merge into master using --no-fw + * Merge into master using --no-ff * Update the CHANGELOG + * Update the Modulefile * Create an annotated tag with git tag -a X.Y.Z -m 'version X.Y.Z' * Push the tag with git push origin --tags * Build a new package with puppet-module -- cgit v1.2.3