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 +4 -4
- data/Changelog.md +13 -15
- data/chef-vault.gemspec +1 -1
- data/lib/chef-vault/version.rb +1 -1
- metadata +7 -7
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: ffb6333a85cfb2e047183f63cc6be00726bd66a8
|
|
4
|
+
data.tar.gz: cba6140c44a0a8113b1d9ff4719b5891dc8c1c36
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e2791e183bc46ee2c8d9b8b66d39e9b7e0266fc2ef1fbc18f7c7ec4347f70663af9483697f538af7bd36c0ad53d743b75c031ca7c2022f4f003d153b86e57184
|
|
7
|
+
data.tar.gz: 73571c97d03959224d8091393a11b7d663baa078c81b1acd063e9b134274cff903964e519f88bdfdfc210395bf61050c9bbba661f86ad8d9bb3ec534b3a0aa12
|
data/Changelog.md
CHANGED
|
@@ -1,36 +1,34 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
|
|
3
|
-
## [v3.0.
|
|
4
|
-
[Full Changelog](https://github.com/chef/chef-vault/compare/
|
|
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
|
-
**
|
|
6
|
+
**Fixed bugs:**
|
|
7
7
|
|
|
8
|
-
-
|
|
8
|
+
- Only have a development dependency on Chef.
|
|
9
9
|
|
|
10
|
-
## [v3.0.0
|
|
11
|
-
[Full Changelog](https://github.com/chef/chef-vault/compare/
|
|
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
|
-
## [
|
|
26
|
-
[Full Changelog](https://github.com/chef/chef-vault/compare/
|
|
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)
|
data/chef-vault.gemspec
CHANGED
|
@@ -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.
|
|
48
|
+
s.add_development_dependency :chef
|
|
49
49
|
end
|
|
50
50
|
end
|
data/lib/chef-vault/version.rb
CHANGED
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.
|
|
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-
|
|
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: '
|
|
104
|
-
type: :
|
|
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: '
|
|
110
|
+
version: '0'
|
|
111
111
|
description: Data encryption support for Chef using data bags
|
|
112
112
|
email:
|
|
113
113
|
- thom@chef.io
|