inspec-core 2.1.80 → 2.1.81
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 -8
- data/lib/inspec/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: e04abd6a479177a2e9e17e9e1b88d893914e87eda7229bdcd7c02abef2dec16f
|
|
4
|
+
data.tar.gz: 3b034b2f956196432056108ff94ebfe04783e8c715608d83bc4f795a19da4ade
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a6d3574fe0384e35452f9e333c4882e881a190697f7ec1d45bc195e5d357b1925176ca736a68a1d486c12df0b16bc9f78a10f3e68ff92fa80e752cb39f2c904f
|
|
7
|
+
data.tar.gz: 7b0c9cfa07b6905dc949e726efab49dc0a8c93c84edf90b0939c85698d93ad17db18981c5cd673b4b143090088adadd7eff4c78d1295a83c6c2814d35a801927
|
data/CHANGELOG.md
CHANGED
|
@@ -1,21 +1,27 @@
|
|
|
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.81 -->
|
|
4
|
+
## [v2.1.81](https://github.com/chef/inspec/tree/v2.1.81) (2018-05-17)
|
|
5
5
|
|
|
6
6
|
#### Merged Pull Requests
|
|
7
|
-
-
|
|
7
|
+
- Update Train pin to pull in msi env [#3068](https://github.com/chef/inspec/pull/3068) ([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.80 -->
|
|
11
|
+
### Changes since 2.1.80 release
|
|
12
12
|
|
|
13
13
|
#### Merged Pull Requests
|
|
14
|
-
-
|
|
15
|
-
- Add job_uuid passthrough for automate report [#3064](https://github.com/chef/inspec/pull/3064) ([jquick](https://github.com/jquick)) <!-- 2.1.79 -->
|
|
14
|
+
- Update Train pin to pull in msi env [#3068](https://github.com/chef/inspec/pull/3068) ([jquick](https://github.com/jquick)) <!-- 2.1.81 -->
|
|
16
15
|
<!-- release_rollup -->
|
|
17
16
|
|
|
18
17
|
<!-- latest_stable_release -->
|
|
18
|
+
## [v2.1.80](https://github.com/chef/inspec/tree/v2.1.80) (2018-05-17)
|
|
19
|
+
|
|
20
|
+
#### Merged Pull Requests
|
|
21
|
+
- Add job_uuid passthrough for automate report [#3064](https://github.com/chef/inspec/pull/3064) ([jquick](https://github.com/jquick))
|
|
22
|
+
- Bump train pin [#3065](https://github.com/chef/inspec/pull/3065) ([jquick](https://github.com/jquick))
|
|
23
|
+
<!-- latest_stable_release -->
|
|
24
|
+
|
|
19
25
|
## [v2.1.78](https://github.com/chef/inspec/tree/v2.1.78) (2018-05-16)
|
|
20
26
|
|
|
21
27
|
#### Bug Fixes
|
|
@@ -27,7 +33,6 @@
|
|
|
27
33
|
- Fix www build for node v10 [#3049](https://github.com/chef/inspec/pull/3049) ([miah](https://github.com/miah))
|
|
28
34
|
- Add train GCP transport [#3046](https://github.com/chef/inspec/pull/3046) ([jquick](https://github.com/jquick))
|
|
29
35
|
- Adds middleware dependecy for Azure [#3061](https://github.com/chef/inspec/pull/3061) ([dmccown](https://github.com/dmccown))
|
|
30
|
-
<!-- latest_stable_release -->
|
|
31
36
|
|
|
32
37
|
## [v2.1.72](https://github.com/chef/inspec/tree/v2.1.72) (2018-05-10)
|
|
33
38
|
|
data/lib/inspec/version.rb
CHANGED