chef-vault 3.0.0 → 3.0.1

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: 52a4a35874db5011ab58dc856935a50d9f5bd0b1
4
- data.tar.gz: 3515ba7b52b188fe1851cd2a7d2585b8268f8a9a
3
+ metadata.gz: ffb6333a85cfb2e047183f63cc6be00726bd66a8
4
+ data.tar.gz: cba6140c44a0a8113b1d9ff4719b5891dc8c1c36
5
5
  SHA512:
6
- metadata.gz: dda2609409ba281e63da7dacf34063c9efc65e5ad50a0652f11a75d4f97a56346b32e5580cc853d64933e01ec3edddbe2e67b8b48690e6fecd08a7af9cafca6c
7
- data.tar.gz: ce93841b5ecbd3176a1cc7b5c4ce04735fddcc6a7b7b70cb9739b61e53a40a84c884676dea5a75bb33930d8d50250da2e5d11caa784b80466c649c3b9a639f3d
6
+ metadata.gz: e2791e183bc46ee2c8d9b8b66d39e9b7e0266fc2ef1fbc18f7c7ec4347f70663af9483697f538af7bd36c0ad53d743b75c031ca7c2022f4f003d153b86e57184
7
+ data.tar.gz: 73571c97d03959224d8091393a11b7d663baa078c81b1acd063e9b134274cff903964e519f88bdfdfc210395bf61050c9bbba661f86ad8d9bb3ec534b3a0aa12
@@ -1,36 +1,34 @@
1
1
  # Change Log
2
2
 
3
- ## [v3.0.0](https://github.com/chef/chef-vault/tree/v3.0.0) (2017-04-10)
4
- [Full Changelog](https://github.com/chef/chef-vault/compare/v2.9.1...v3.0.0)
3
+ ## [v3.0.1](https://github.com/chef/chef-vault/tree/v3.0.1) (2017-04-11)
4
+ [Full Changelog](https://github.com/chef/chef-vault/compare/v3.0.0...v3.0.1)
5
5
 
6
- **Implemented enhancements:**
6
+ **Fixed bugs:**
7
7
 
8
- - Vault creation, list, and destruction in sparse mode [\#252](https://github.com/chef/chef-vault/pull/252) ([rveznaver](https://github.com/rveznaver))
8
+ - Only have a development dependency on Chef.
9
9
 
10
- ## [v3.0.0.rc2](https://github.com/chef/chef-vault/tree/v3.0.0.rc2) (2016-12-05)
11
- [Full Changelog](https://github.com/chef/chef-vault/compare/v3.0.0.rc1...v3.0.0.rc2)
10
+ ## [v3.0.0](https://github.com/chef/chef-vault/tree/v3.0.0) (2017-04-10)
11
+ [Full Changelog](https://github.com/chef/chef-vault/compare/v2.9.1...v3.0.0)
12
12
 
13
13
  **Implemented enhancements:**
14
14
 
15
+ - Vault creation, list, and destruction in sparse mode [\#252](https://github.com/chef/chef-vault/pull/252) ([rveznaver](https://github.com/rveznaver))
15
16
  - Add feature to save each key in different data bag item [\#246](https://github.com/chef/chef-vault/pull/246) ([rveznaver](https://github.com/rveznaver))
16
17
  - Enable testing with Chef Zero [\#244](https://github.com/chef/chef-vault/pull/244) ([rveznaver](https://github.com/rveznaver))
17
18
  - Minimize the number of searches [\#243](https://github.com/chef/chef-vault/pull/243) ([thommay](https://github.com/thommay))
18
19
  - Optimise queries when finding nodes [\#240](https://github.com/chef/chef-vault/pull/240) ([thommay](https://github.com/thommay))
20
+ - Removed deprecated knife commands [\#236](https://github.com/chef/chef-vault/pull/236) ([thommay](https://github.com/thommay))
21
+ - rename ChefKey to Actor [\#234](https://github.com/chef/chef-vault/pull/234) ([thommay](https://github.com/thommay))
22
+ - Move to using a logger for all user output [\#232](https://github.com/chef/chef-vault/pull/232) ([thommay](https://github.com/thommay))
23
+ - Add support for clients [\#227](https://github.com/chef/chef-vault/pull/227) ([svanharmelen](https://github.com/svanharmelen))
19
24
 
20
25
  **Fixed bugs:**
21
26
 
22
27
  - Use solo\_legacy\_mode fully [\#242](https://github.com/chef/chef-vault/pull/242) ([thommay](https://github.com/thommay))
23
28
  - Use legacy solo mode [\#241](https://github.com/chef/chef-vault/pull/241) ([thommay](https://github.com/thommay))
24
29
 
25
- ## [v3.0.0.rc1](https://github.com/chef/chef-vault/tree/v3.0.0.rc1) (2016-10-21)
26
- [Full Changelog](https://github.com/chef/chef-vault/compare/v2.9.0...v3.0.0.rc1)
27
-
28
- **Implemented enhancements:**
29
-
30
- - Removed deprecated knife commands [\#236](https://github.com/chef/chef-vault/pull/236) ([thommay](https://github.com/thommay))
31
- - rename ChefKey to Actor [\#234](https://github.com/chef/chef-vault/pull/234) ([thommay](https://github.com/thommay))
32
- - Move to using a logger for all user output [\#232](https://github.com/chef/chef-vault/pull/232) ([thommay](https://github.com/thommay))
33
- - Add support for clients [\#227](https://github.com/chef/chef-vault/pull/227) ([svanharmelen](https://github.com/svanharmelen))
30
+ ## [v2.9.1](https://github.com/chef/chef-vault/tree/v2.9.1) (2017-01-19)
31
+ [Full Changelog](https://github.com/chef/chef-vault/compare/v3.0.0.rc2...v2.9.1)
34
32
 
35
33
  ## [v2.9.0](https://github.com/chef/chef-vault/tree/v2.9.0) (2016-04-08)
36
34
  [Full Changelog](https://github.com/chef/chef-vault/compare/v2.8.0...v2.9.0)
@@ -45,6 +45,6 @@ Gem::Specification.new do |s|
45
45
  # /orgs/org/users/user/keys endpoint was added.
46
46
  s.add_development_dependency "chef", "12.8.1"
47
47
  else # Test most current version of Chef on 2.2.2
48
- s.add_dependency :chef, "~> 12"
48
+ s.add_development_dependency :chef
49
49
  end
50
50
  end
@@ -15,6 +15,6 @@
15
15
  # limitations under the License.
16
16
 
17
17
  class ChefVault
18
- VERSION = "3.0.0"
18
+ VERSION = "3.0.1"
19
19
  MAJOR, MINOR, TINY = VERSION.split(".")
20
20
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: chef-vault
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.0
4
+ version: 3.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Thom May
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-04-10 00:00:00.000000000 Z
11
+ date: 2017-04-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rake
@@ -98,16 +98,16 @@ dependencies:
98
98
  name: chef
99
99
  requirement: !ruby/object:Gem::Requirement
100
100
  requirements:
101
- - - "~>"
101
+ - - ">="
102
102
  - !ruby/object:Gem::Version
103
- version: '12'
104
- type: :runtime
103
+ version: '0'
104
+ type: :development
105
105
  prerelease: false
106
106
  version_requirements: !ruby/object:Gem::Requirement
107
107
  requirements:
108
- - - "~>"
108
+ - - ">="
109
109
  - !ruby/object:Gem::Version
110
- version: '12'
110
+ version: '0'
111
111
  description: Data encryption support for Chef using data bags
112
112
  email:
113
113
  - thom@chef.io