From 801a4b8909891d8ccedf74280ad7b316568d563e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafa=C5=82=20Rzepecki?= Date: Mon, 21 Dec 2015 16:07:13 +0100 Subject: [PATCH] Update metadata and Changelog --- CHANGELOG.md | 12 ++++++++++++ metadata.rb | 4 ++-- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ce9094c..6aafbfc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +# 0.3.0 + +* Systemd support + +# 0.2.3 + +* Updated EL repository URL + +# 0.2.2 + +* Add a timeout in pubkey fetcher to prevent lockout when Conjur is unreachable + # 0.2.1 * Lower nslcd's idle_timelimit to one second diff --git a/metadata.rb b/metadata.rb index f0ecb4c..b61fce2 100644 --- a/metadata.rb +++ b/metadata.rb @@ -3,7 +3,7 @@ maintainer_email 'support@conjur.net' license 'MIT License' description 'Installs/Configures conjur' -version '0.2.2' +version '0.3.0' recipe "conjur::install", "Installs Conjur base packages and configuration, suitable for a foundation image." @@ -11,6 +11,6 @@ depends "yum" depends "sshd-service" -%w(ubuntu).each do |platform| +%w(ubuntu centos).each do |platform| supports platform end