hiera-eyaml 2.1.0.rc2 → 2.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 16a11266f8a3a70c5dd4387ddcc5729b6c26c36d
4
- data.tar.gz: 543372f0517d250edf247b7ce8bbf2b9c14e4f92
3
+ metadata.gz: 021e11612889fd5f49208b233150bc0d131ede79
4
+ data.tar.gz: ae80275145e1170d559991ad329ae3bafb015ab2
5
5
  SHA512:
6
- metadata.gz: ac1c9f752166c867a727ee4712ee346856ba44891d4260a308898c8f4ba7aeda014c3c16d56251d998386956c317851b8e33f711f70fed26ac1bee4a92d630f5
7
- data.tar.gz: fecff71c9049404b361b5d38d92d8f42a3c7fb2078ae95adaa7ab34d74880c1b7aacd800707d063b2d528f8ab1a58665a0c50e25edfaef505d56b03426c4e359
6
+ metadata.gz: 37a03638a582c4d88e4be20ed9c41157214c6bd1c3c8d6a061739cf131a394069a7f44504f1046315be471aad7b85cdf525b9b51ed50f92823c53593c7973887
7
+ data.tar.gz: 7efec4883b74f67cabf25848a0a34aae30de1426c5f5cd4d15ed80e1d24b20145976c7341bb28e22894a81f6e15a5d4c1cc964fd1902cfce986ff4253175138f
data/README.md CHANGED
@@ -281,6 +281,7 @@ This is a list of available plugins:
281
281
  - [hiera-eyaml-twofac](https://github.com/gtmtechltd/hiera-eyaml-twofac) - PKCS7 keypair + AES256 symmetric password for two-factor encryption
282
282
  Note that this plugin mandates the user enter a password. It is useful for non-automated scenarios, and is not advised to be used
283
283
  in conjunction with puppet, as it requires entry of a password over a terminal.
284
+ - [hiera-eyaml-kms](https://github.com/adenot/hiera-eyaml-kms) - Encryption using AWS Key Management Service (KMS)
284
285
 
285
286
 
286
287
  Notes
@@ -2,7 +2,7 @@ class Hiera
2
2
  module Backend
3
3
  module Eyaml
4
4
 
5
- VERSION = "2.1.0.rc2"
5
+ VERSION = "2.1.0"
6
6
  DESCRIPTION = "Hiera-eyaml is a backend for Hiera which provides OpenSSL encryption/decryption for Hiera properties"
7
7
 
8
8
  class RecoverableError < StandardError
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hiera-eyaml
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.1.0.rc2
4
+ version: 2.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tom Poulton
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-02-28 00:00:00.000000000 Z
11
+ date: 2016-03-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: trollop
@@ -100,9 +100,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
100
100
  version: '0'
101
101
  required_rubygems_version: !ruby/object:Gem::Requirement
102
102
  requirements:
103
- - - ">"
103
+ - - ">="
104
104
  - !ruby/object:Gem::Version
105
- version: 1.3.1
105
+ version: '0'
106
106
  requirements: []
107
107
  rubyforge_project:
108
108
  rubygems_version: 2.2.2