inspec-core 2.1.68 → 2.1.72

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
  SHA256:
3
- metadata.gz: 7b45f2228cf91a9a8725124ba908aee9e15d63427c8db029efbd92ee938762a3
4
- data.tar.gz: 9b15fb0d8d46c156d89b48d9a66083418f00817a1a6d73cdc9b2bc4372f87682
3
+ metadata.gz: c51c0a86bfae318bda6124a3bf2fa0f32e290d5140ae2715b9f0a0a63950b465
4
+ data.tar.gz: 2c49c70b56d782b4e6120376cb43554b06e09ce5697c905ad7c6251c3af43a20
5
5
  SHA512:
6
- metadata.gz: 5d84530277b1da871dc15d47fa0317d60c53ff409971ba53fdf455c69a0e3e5c4eed456a0edbce5506121c0e73d449e3e250d9eb2c26c544548ac895ea0d181b
7
- data.tar.gz: de0677b2f6e91f7436e9e7afea69e030cf415512143a1497a498ade79f647738a9ae853dbe5358df32f2f284eedfe542e28ad6cc01d69712fcc442fc74c07dd3
6
+ metadata.gz: 7bd1f3103345707a7ee877f7cea662f7c4a7f0d5d9064781eb9aa25c1ab90ea12ae54575b96398bccf4f078de1bb59c55382f31f26a321763437a8482a0d1665
7
+ data.tar.gz: e40a7fb2d8ac0ea4078db32b5d938060e495f67e5bc92b99de76e5c7a4aeb67a1c90ce879dafbf2cea464b7a3bc1d28eb748abdf84f264fd8d5ef794dafa67e9
data/CHANGELOG.md CHANGED
@@ -1,20 +1,35 @@
1
1
  # Change Log
2
2
  <!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
3
- <!-- latest_release 2.1.68 -->
4
- ## [v2.1.68](https://github.com/chef/inspec/tree/v2.1.68) (2018-05-04)
3
+ <!-- latest_release 2.1.72 -->
4
+ ## [v2.1.72](https://github.com/chef/inspec/tree/v2.1.72) (2018-05-10)
5
5
 
6
- #### Merged Pull Requests
7
- - Fix the A2 vendoring with depends on the A2 server [#3022](https://github.com/chef/inspec/pull/3022) ([jquick](https://github.com/jquick))
6
+ #### New Resources
7
+ - Skeletal aws_ec2_instances resource [#3023](https://github.com/chef/inspec/pull/3023) ([clintoncwolfe](https://github.com/clintoncwolfe))
8
8
  <!-- latest_release -->
9
9
 
10
- <!-- release_rollup since=2.1.67 -->
11
- ### Changes since 2.1.67 release
10
+ <!-- release_rollup since=2.1.68 -->
11
+ ### Changes since 2.1.68 release
12
+
13
+ #### New Resources
14
+ - Skeletal aws_ec2_instances resource [#3023](https://github.com/chef/inspec/pull/3023) ([clintoncwolfe](https://github.com/clintoncwolfe)) <!-- 2.1.72 -->
15
+
16
+ #### Enhancements
17
+ - Add git dependency to habitat plan. [#3037](https://github.com/chef/inspec/pull/3037) ([phiggins](https://github.com/phiggins)) <!-- 2.1.71 -->
18
+
19
+ #### Bug Fixes
20
+ - Allow the depends key to be exposed in json profiles report [#3033](https://github.com/chef/inspec/pull/3033) ([jquick](https://github.com/jquick)) <!-- 2.1.70 -->
12
21
 
13
22
  #### Merged Pull Requests
14
- - Fix the A2 vendoring with depends on the A2 server [#3022](https://github.com/chef/inspec/pull/3022) ([jquick](https://github.com/jquick)) <!-- 2.1.68 -->
23
+ - Fix typo in os_env_spec [#3028](https://github.com/chef/inspec/pull/3028) ([Happycoil](https://github.com/Happycoil)) <!-- 2.1.69 -->
15
24
  <!-- release_rollup -->
16
25
 
17
26
  <!-- latest_stable_release -->
27
+ ## [v2.1.68](https://github.com/chef/inspec/tree/v2.1.68) (2018-05-04)
28
+
29
+ #### Merged Pull Requests
30
+ - Fix the A2 vendoring with depends on the A2 server [#3022](https://github.com/chef/inspec/pull/3022) ([jquick](https://github.com/jquick))
31
+ <!-- latest_stable_release -->
32
+
18
33
  ## [v2.1.67](https://github.com/chef/inspec/tree/v2.1.67) (2018-05-03)
19
34
 
20
35
  #### New Features
@@ -32,7 +47,6 @@
32
47
  - Update Habitat plan [#3000](https://github.com/chef/inspec/pull/3000) ([jerryaldrichiii](https://github.com/jerryaldrichiii))
33
48
  - cmp should recognise a string being a negative int [#3007](https://github.com/chef/inspec/pull/3007) ([james-stocks](https://github.com/james-stocks))
34
49
  - Add inspec-core gem to expeditor release [#3018](https://github.com/chef/inspec/pull/3018) ([jquick](https://github.com/jquick))
35
- <!-- latest_stable_release -->
36
50
 
37
51
  ## [v2.1.59](https://github.com/chef/inspec/tree/v2.1.59) (2018-04-26)
38
52
 
@@ -105,6 +105,7 @@ module Inspec::Reporters
105
105
  copyright_email: p[:copyright_email],
106
106
  supports: p[:supports],
107
107
  attributes: p[:attributes],
108
+ depends: p[:depends],
108
109
  groups: profile_groups(p),
109
110
  controls: profile_controls(p),
110
111
  }
@@ -4,5 +4,5 @@
4
4
  # author: Christoph Hartmann
5
5
 
6
6
  module Inspec
7
- VERSION = '2.1.68'
7
+ VERSION = '2.1.72'
8
8
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: inspec-core
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.1.68
4
+ version: 2.1.72
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-04 00:00:00.000000000 Z
11
+ date: 2018-05-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: train-core