]> gitweb.fluxo.info Git - puppet-stdlib.git/commitdiff
Update CHANGELOG and README for 1.0.0
authorJeff McCune <jeff@puppetlabs.com>
Fri, 5 Aug 2011 00:20:39 +0000 (17:20 -0700)
committerJeff McCune <jeff@puppetlabs.com>
Fri, 5 Aug 2011 00:24:46 +0000 (17:24 -0700)
CHANGELOG
Modulefile
README.markdown
RELEASE_PROCESS.markdown

index ee6d3b51579801851bd702f257ab60c25d8221ae..62512f37c4f487869c7ca09313fbe89877b789ca 100644 (file)
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,12 @@
+2011-08-04 Puppet Labs <support@puppetlabs.com> - 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 <jeff@puppetlabs.com> - 0.1.7
 * Add validate_hash() and getvar() functions
 
index 49271195672d0225cd9852fd286c264ba9b8533f..80d8d39bda185efc312a9f49be57672271330409 100644 (file)
@@ -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'
index 1e93c6fffb90f8aaf984e13e23d219261541605b..68186c263efcec2378fa10dbdf052e57351f0ed7 100644 (file)
@@ -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 <jeff@puppetlabs.com>
+ * getvar
+ * has\_key
+ * loadyaml
+ * merge.rb
+ * validate\_array
+ * validate\_bool
+ * validate\_hash
+ * validate\_re
+ * validate\_string
 
-# Functions #
 ## validate\_hash ##
 
     $somehash = { 'one' => 'two' }
index df207302800a2ac2126265d2b46c170f9a4c1c8d..ea40d5d70d53373eea69fc3867fd2d566ba2bb4c 100644 (file)
@@ -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