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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +13 -8
  3. data/lib/inspec/version.rb +1 -1
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 8cf32d3de6a39b64eff9c06518af681e116d1e6cb93c7b5be3ec4c186404d94a
4
- data.tar.gz: 44078b0485f0ee3b1455b9eefb50123b42180a7361cecf5de3c29dc54723218f
3
+ metadata.gz: e04abd6a479177a2e9e17e9e1b88d893914e87eda7229bdcd7c02abef2dec16f
4
+ data.tar.gz: 3b034b2f956196432056108ff94ebfe04783e8c715608d83bc4f795a19da4ade
5
5
  SHA512:
6
- metadata.gz: e47476867d83dbf292bb032ec48f849855b1e57f8ebd7a4579a373410a666710c760b105a140259b5cbbd6917ff6e96e55c94b6fc4004cc083422d4e3e042dca
7
- data.tar.gz: 78134ed238fd17d36c67dbd94273e9855fe0575ff5f9af464b7421b20d50c01ec4eb4b3faa73d49bacb421b62c17542fa646337fdc835e972cbbbb845031f561
6
+ metadata.gz: a6d3574fe0384e35452f9e333c4882e881a190697f7ec1d45bc195e5d357b1925176ca736a68a1d486c12df0b16bc9f78a10f3e68ff92fa80e752cb39f2c904f
7
+ data.tar.gz: 7b0c9cfa07b6905dc949e726efab49dc0a8c93c84edf90b0939c85698d93ad17db18981c5cd673b4b143090088adadd7eff4c78d1295a83c6c2814d35a801927
@@ -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.80 -->
4
- ## [v2.1.80](https://github.com/chef/inspec/tree/v2.1.80) (2018-05-17)
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
- - Bump train pin [#3065](https://github.com/chef/inspec/pull/3065) ([jquick](https://github.com/jquick))
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.78 -->
11
- ### Changes since 2.1.78 release
10
+ <!-- release_rollup since=2.1.80 -->
11
+ ### Changes since 2.1.80 release
12
12
 
13
13
  #### Merged Pull Requests
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 -->
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
 
@@ -4,5 +4,5 @@
4
4
  # author: Christoph Hartmann
5
5
 
6
6
  module Inspec
7
- VERSION = '2.1.80'
7
+ VERSION = '2.1.81'
8
8
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: inspec-core
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.1.80
4
+ version: 2.1.81
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dominik Richter