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