From f4563dedcc2411cc2924d7d18434263f626748c5 Mon Sep 17 00:00:00 2001 From: Nacer Laradji Date: Wed, 3 Apr 2013 10:35:04 +0200 Subject: [PATCH 1/2] 0.0.42 release --- README.md | 4 ++++ metadata.rb | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3d67a1c..d067ba4 100644 --- a/README.md +++ b/README.md @@ -108,6 +108,10 @@ TODO : CHANGELOG : =========== +### 0.0.42 + * Adds Berkshelf/Vagrant 1.1 compatibility (andrewGarson) + * Moves recipe[yum::epel] to a documented runlist dependency instead of forcing you to use it via include_recipe + ### 0.0.41 * Format metadata and add support for Oracle linux (Thanks to tas50 and his love for oracle Linux) * Fix about redhat LSB in agent-prebuild recipe (Thanks nutznboltz) diff --git a/metadata.rb b/metadata.rb index 855d956..f4fbed1 100644 --- a/metadata.rb +++ b/metadata.rb @@ -4,7 +4,7 @@ license "Apache 2.0" description "Installs/Configures Zabbix Agent/Server" long_description IO.read(File.join(File.dirname(__FILE__), 'README.md')) -version "0.0.41" +version "0.0.42" supports "ubuntu", ">= 10.04" supports "debian", ">= 6.0" supports "redhat", ">= 5.0" From 7127601716a34123efa1c041a24a5edac8c6b390 Mon Sep 17 00:00:00 2001 From: Andrew Garson Date: Wed, 3 Apr 2013 09:58:18 -0700 Subject: [PATCH 2/2] Removes Berksfile.lock --- Berksfile.lock | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 Berksfile.lock diff --git a/Berksfile.lock b/Berksfile.lock deleted file mode 100644 index f22569b..0000000 --- a/Berksfile.lock +++ /dev/null @@ -1,12 +0,0 @@ -cookbook 'zabbix', :path => '/Users/agarson/development/zabbix' -cookbook 'apache2', :locked_version => '1.6.0' -cookbook 'database', :locked_version => '1.3.12' -cookbook 'mysql', :locked_version => '2.1.2' -cookbook 'openssl', :locked_version => '1.0.2' -cookbook 'build-essential', :locked_version => '1.3.4' -cookbook 'postgresql', :locked_version => '2.2.2' -cookbook 'aws', :locked_version => '0.100.6' -cookbook 'xfs', :locked_version => '1.1.0' -cookbook 'ufw', :locked_version => '0.6.1' -cookbook 'firewall', :locked_version => '0.10.2' -cookbook 'yum', :locked_version => '2.2.0' \ No newline at end of file