inspec-core 2.1.81 → 2.1.83
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 -7
- data/README.md +1 -1
- data/docs/README.md +1 -0
- data/lib/inspec/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 48fb337bc5038db0285d7264215f03ec129e590b02fc7b5b32c4fca8c89047b0
|
|
4
|
+
data.tar.gz: f7cd5184aaf2b0e2b91321f38b2a6ebd2ae93892fac2c7a12c2e82a3927c861e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ab6cfdee206debbe0ed90feb97323ffa383d95f848ce290677df0a711fa7ea96233eaedab9e1702ad662c9a19a6707042a3ff934284cdbe318cbf863e14c8c10
|
|
7
|
+
data.tar.gz: decf3b72f0ad721b01231ed71baad917454bed4dfef1bcf17efb93f14cbc6ef9422fd2b901c6293bdd87f33e9167b458d95590f375fb988e9842185a9a39c915
|
data/CHANGELOG.md
CHANGED
|
@@ -1,26 +1,32 @@
|
|
|
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.83 -->
|
|
4
|
+
## [v2.1.83](https://github.com/chef/inspec/tree/v2.1.83) (2018-05-18)
|
|
5
5
|
|
|
6
6
|
#### Merged Pull Requests
|
|
7
|
-
-
|
|
7
|
+
- Test new gem builds [#3071](https://github.com/chef/inspec/pull/3071) ([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.81 -->
|
|
11
|
+
### Changes since 2.1.81 release
|
|
12
12
|
|
|
13
13
|
#### Merged Pull Requests
|
|
14
|
-
-
|
|
14
|
+
- Test new gem builds [#3071](https://github.com/chef/inspec/pull/3071) ([jquick](https://github.com/jquick)) <!-- 2.1.83 -->
|
|
15
|
+
- Update ruby required version. [#3070](https://github.com/chef/inspec/pull/3070) ([jquick](https://github.com/jquick)) <!-- 2.1.82 -->
|
|
15
16
|
<!-- release_rollup -->
|
|
16
17
|
|
|
17
18
|
<!-- latest_stable_release -->
|
|
19
|
+
## [v2.1.81](https://github.com/chef/inspec/tree/v2.1.81) (2018-05-17)
|
|
20
|
+
|
|
21
|
+
#### Merged Pull Requests
|
|
22
|
+
- Update Train pin to pull in msi env [#3068](https://github.com/chef/inspec/pull/3068) ([jquick](https://github.com/jquick))
|
|
23
|
+
<!-- latest_stable_release -->
|
|
24
|
+
|
|
18
25
|
## [v2.1.80](https://github.com/chef/inspec/tree/v2.1.80) (2018-05-17)
|
|
19
26
|
|
|
20
27
|
#### Merged Pull Requests
|
|
21
28
|
- Add job_uuid passthrough for automate report [#3064](https://github.com/chef/inspec/pull/3064) ([jquick](https://github.com/jquick))
|
|
22
29
|
- Bump train pin [#3065](https://github.com/chef/inspec/pull/3065) ([jquick](https://github.com/jquick))
|
|
23
|
-
<!-- latest_stable_release -->
|
|
24
30
|
|
|
25
31
|
## [v2.1.78](https://github.com/chef/inspec/tree/v2.1.78) (2018-05-16)
|
|
26
32
|
|
data/README.md
CHANGED
data/docs/README.md
CHANGED
|
@@ -38,3 +38,4 @@ The stability indices are as follows:
|
|
|
38
38
|
* `Stability: Experimental` - New features may change or are removed in future versions
|
|
39
39
|
* `Stability: Stable` - API is well established and proofed. Maintaining compatibility is a high priority
|
|
40
40
|
* `Stability: Locked` - Only security and performance fixes are allowed
|
|
41
|
+
|
data/lib/inspec/version.rb
CHANGED
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.
|
|
4
|
+
version: 2.1.83
|
|
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-18 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: train-core
|