From 57530d71774423f83bb351b86743f82279445cfb Mon Sep 17 00:00:00 2001 From: Dustin Collins Date: Thu, 7 Jul 2016 14:12:52 -0400 Subject: [PATCH] v0.4.3 --- Berksfile.lock | 2 +- CHANGELOG.md | 5 +++++ metadata.rb | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/Berksfile.lock b/Berksfile.lock index f7cc702..a67631d 100644 --- a/Berksfile.lock +++ b/Berksfile.lock @@ -7,7 +7,7 @@ GRAPH apt (4.0.1) compat_resource (>= 12.10) compat_resource (12.10.6) - conjur (0.4.2) + conjur (0.4.3) apt (>= 0.0.0) sshd-service (>= 0.0.0) yum (>= 0.0.0) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9fc5f79..1c42cd5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +# 0.4.3 + +* Added attribute `['conjur']['logshipper']['conjur_repository']` to toggle pulling +packages from Conjur repos in [offline scenarios](OFFLINE.md). + # 0.4.2 * Don't install any packages in the `configure` step. diff --git a/metadata.rb b/metadata.rb index 0e3882a..1a8dc48 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.4.2' +version '0.4.3' recipe "conjur::install", "Installs Conjur base packages and configuration, suitable for a foundation image."