inspec 2.1.78 → 2.1.80
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +19 -13
- data/inspec.gemspec +1 -1
- data/lib/inspec/reporters/automate.rb +1 -1
- data/lib/inspec/version.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 5746ba00d3cbb8924728d305a832112026a9f632
|
4
|
+
data.tar.gz: 8b88fa7dd5340824c8ae3f14a81dd6722e9dac91
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 74d9572bc54db149a0f86516596e2e8745b4469ee4f87554711ba234272807daa23bf4578e0e6847b28151cf450552dac33f0bf0155126b4efa99950576d367a
|
7
|
+
data.tar.gz: f459afd90eccf755e5779113db90856faf8750a03c3c720bb9d0fde86ee3352dfca0e97ec250edc3429a3301b81c658628ce1058343803fa892047fcf2c878ff
|
data/CHANGELOG.md
CHANGED
@@ -1,27 +1,34 @@
|
|
1
1
|
# Change Log
|
2
2
|
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
|
3
|
-
<!-- latest_release 2.1.
|
4
|
-
## [v2.1.
|
3
|
+
<!-- latest_release 2.1.80 -->
|
4
|
+
## [v2.1.80](https://github.com/chef/inspec/tree/v2.1.80) (2018-05-17)
|
5
5
|
|
6
6
|
#### Merged Pull Requests
|
7
|
-
-
|
7
|
+
- Bump train pin [#3065](https://github.com/chef/inspec/pull/3065) ([jquick](https://github.com/jquick))
|
8
8
|
<!-- latest_release -->
|
9
9
|
|
10
|
-
<!-- release_rollup since=2.1.
|
11
|
-
### Changes since 2.1.
|
10
|
+
<!-- release_rollup since=2.1.78 -->
|
11
|
+
### Changes since 2.1.78 release
|
12
12
|
|
13
13
|
#### Merged Pull Requests
|
14
|
-
-
|
15
|
-
- Add
|
16
|
-
|
17
|
-
|
18
|
-
|
14
|
+
- Bump train pin [#3065](https://github.com/chef/inspec/pull/3065) ([jquick](https://github.com/jquick)) <!-- 2.1.80 -->
|
15
|
+
- Add job_uuid passthrough for automate report [#3064](https://github.com/chef/inspec/pull/3064) ([jquick](https://github.com/jquick)) <!-- 2.1.79 -->
|
16
|
+
<!-- release_rollup -->
|
17
|
+
|
18
|
+
<!-- latest_stable_release -->
|
19
|
+
## [v2.1.78](https://github.com/chef/inspec/tree/v2.1.78) (2018-05-16)
|
19
20
|
|
20
21
|
#### Bug Fixes
|
21
|
-
- Fix matcher output when the args to the matcher are a hash for two resources [#3044](https://github.com/chef/inspec/pull/3044) ([clintoncwolfe](https://github.com/clintoncwolfe))
|
22
|
-
<!-- release_rollup -->
|
22
|
+
- Fix matcher output when the args to the matcher are a hash for two resources [#3044](https://github.com/chef/inspec/pull/3044) ([clintoncwolfe](https://github.com/clintoncwolfe))
|
23
23
|
|
24
|
+
#### Merged Pull Requests
|
25
|
+
- Updating Copy To Clipboard for ruby users InSpec installation command [#3054](https://github.com/chef/inspec/pull/3054) ([subramani95](https://github.com/subramani95))
|
26
|
+
- Add a passthrough for report_uuid [#3057](https://github.com/chef/inspec/pull/3057) ([jquick](https://github.com/jquick))
|
27
|
+
- Fix www build for node v10 [#3049](https://github.com/chef/inspec/pull/3049) ([miah](https://github.com/miah))
|
28
|
+
- Add train GCP transport [#3046](https://github.com/chef/inspec/pull/3046) ([jquick](https://github.com/jquick))
|
29
|
+
- Adds middleware dependecy for Azure [#3061](https://github.com/chef/inspec/pull/3061) ([dmccown](https://github.com/dmccown))
|
24
30
|
<!-- latest_stable_release -->
|
31
|
+
|
25
32
|
## [v2.1.72](https://github.com/chef/inspec/tree/v2.1.72) (2018-05-10)
|
26
33
|
|
27
34
|
#### New Resources
|
@@ -35,7 +42,6 @@
|
|
35
42
|
|
36
43
|
#### Merged Pull Requests
|
37
44
|
- Fix typo in os_env_spec [#3028](https://github.com/chef/inspec/pull/3028) ([Happycoil](https://github.com/Happycoil))
|
38
|
-
<!-- latest_stable_release -->
|
39
45
|
|
40
46
|
## [v2.1.68](https://github.com/chef/inspec/tree/v2.1.68) (2018-05-04)
|
41
47
|
|
data/inspec.gemspec
CHANGED
@@ -26,7 +26,7 @@ Gem::Specification.new do |spec|
|
|
26
26
|
|
27
27
|
spec.required_ruby_version = '>= 2.3'
|
28
28
|
|
29
|
-
spec.add_dependency 'train', '~> 1.4.
|
29
|
+
spec.add_dependency 'train', '~> 1.4.10'
|
30
30
|
spec.add_dependency 'thor', '~> 0.20'
|
31
31
|
spec.add_dependency 'json', '>= 1.8', '< 3.0'
|
32
32
|
spec.add_dependency 'method_source', '~> 0.8'
|
@@ -26,7 +26,7 @@ module Inspec::Reporters
|
|
26
26
|
final_report[:report_uuid] = @config['report_uuid'] || uuid_from_string(final_report[:end_time] + final_report[:node_uuid])
|
27
27
|
|
28
28
|
# optional json-config passthrough options
|
29
|
-
%w{node_name environment roles recipies}.each do |option|
|
29
|
+
%w{node_name environment roles recipies job_uuid}.each do |option|
|
30
30
|
final_report[option.to_sym] = @config[option] unless @config[option].nil?
|
31
31
|
end
|
32
32
|
final_report
|
data/lib/inspec/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: inspec
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.1.
|
4
|
+
version: 2.1.80
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Dominik Richter
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2018-05-
|
11
|
+
date: 2018-05-17 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: train
|
@@ -16,14 +16,14 @@ dependencies:
|
|
16
16
|
requirements:
|
17
17
|
- - "~>"
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: 1.4.
|
19
|
+
version: 1.4.10
|
20
20
|
type: :runtime
|
21
21
|
prerelease: false
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
23
23
|
requirements:
|
24
24
|
- - "~>"
|
25
25
|
- !ruby/object:Gem::Version
|
26
|
-
version: 1.4.
|
26
|
+
version: 1.4.10
|
27
27
|
- !ruby/object:Gem::Dependency
|
28
28
|
name: thor
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|