From 4a15c47a8a3949a4b5ce7d214e67ae92e254f719 Mon Sep 17 00:00:00 2001 From: Cody Herriges Date: Mon, 24 Jun 2013 21:27:16 -0700 Subject: [PATCH] Puppet Forge release 2.0.0 Marks the commit that the branch stable/grizzly and the 2.0.0 tag is cut from, adds the pkg directory to .gitignore to prevent accidental committing of Forge artifacts to the repository, and updates release notes. Change-Id: I406eb52de27b95378e498d65deaab3991999bacd --- .gitignore | 1 + README.md | 2 ++ 2 files changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index ebb7c6a0e..9f7eb50cb 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ *.swp spec/fixtures/modules/* +pkg diff --git a/README.md b/README.md index e45ee5a49..2a241cad7 100644 --- a/README.md +++ b/README.md @@ -98,4 +98,6 @@ Release Notes * Further compatibility fixes for RHEL and its derivatives. * Postgres support added. * Adjustments to help in supporting the still in development quantum module. +* Config changes can be hidden from Puppet logs. +* Move from deprecated rabbit_notifier to rpc_notifier. * Various cleanups and bug fixes.