train-core 1.5.0 → 1.5.4

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 +18 -10
  3. data/lib/train/version.rb +1 -1
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 851000326ee9d2a7b2539cead0c0d869714eebc57651a44578f9e012ca68b581
4
- data.tar.gz: 7222c92100f0292402105342cac70bbb1302fea450081be0b5224aafc04e5b82
3
+ metadata.gz: 1197725af1432c82b09cf462be25c26a554466b81d09c643237c8d08cb39ef4b
4
+ data.tar.gz: d9a0df5873c6e54afe2ecf8109e57c270f790ad3aeec848a259ac65c32fa2064
5
5
  SHA512:
6
- metadata.gz: 9c875f132d65706fc205bee6461b59067a305ac7e716deb372f15405f050f6c52dd0dfe0db81b7e528959ed7accd06ce023588bffc4d4e8fff8d066d41824794
7
- data.tar.gz: ca5dc0cce6799ccdd1c0cf548dadf9047c3a8b0412e33b6bed1189b363f911d89c8610d2706c84079c406eecaa1088461d25bcf986232af423377d35026c6472
6
+ metadata.gz: d779763025d53cc407b7463ac6da6a945115bb92428addd4ddfc5fe75495db755d46ac2d50821c6e516da653b64d0f07380d51e341141655fc2dbdefd4493bc4
7
+ data.tar.gz: a05b332b124733414c30a16d34887d9704487c2b6363426d247b4368e2e73dcd66d1345b001d45f0cf645065e38f58590a6a4974ebb277fd5101fca711868bc2
@@ -1,27 +1,35 @@
1
- <!-- latest_release 1.5.0 -->
2
- ## [v1.5.0](https://github.com/inspec/train/tree/v1.5.0) (2018-09-27)
1
+ <!-- latest_release 1.5.4 -->
2
+ ## [v1.5.4](https://github.com/inspec/train/tree/v1.5.4) (2018-10-15)
3
3
 
4
4
  #### Merged Pull Requests
5
- - Bump minor version. [#357](https://github.com/inspec/train/pull/357) ([jquick](https://github.com/jquick))
5
+ - Correct example plugin link [#363](https://github.com/inspec/train/pull/363) ([jerryaldrichiii](https://github.com/jerryaldrichiii))
6
6
  <!-- latest_release -->
7
7
 
8
- <!-- release_rollup since=1.4.37 -->
9
- ### Changes since 1.4.37 release
8
+ <!-- release_rollup since=1.5.0 -->
9
+ ### Changes since 1.5.0 release
10
10
 
11
11
  #### Merged Pull Requests
12
- - Bump minor version. [#357](https://github.com/inspec/train/pull/357) ([jquick](https://github.com/jquick)) <!-- 1.5.0 -->
13
- - Plugins: Test harness, test fixture, docs, and local-type example [#356](https://github.com/inspec/train/pull/356) ([clintoncwolfe](https://github.com/clintoncwolfe)) <!-- 1.4.40 -->
14
- - Adding GCP admin_client helper. [#349](https://github.com/inspec/train/pull/349) ([skpaterson](https://github.com/skpaterson)) <!-- 1.4.39 -->
15
- - Update google-api-client version. [#348](https://github.com/inspec/train/pull/348) ([skpaterson](https://github.com/skpaterson)) <!-- 1.4.38 -->
12
+ - Correct example plugin link [#363](https://github.com/inspec/train/pull/363) ([jerryaldrichiii](https://github.com/jerryaldrichiii)) <!-- 1.5.4 -->
13
+ - Adds Azure Vault Client [#351](https://github.com/inspec/train/pull/351) ([r-fennell](https://github.com/r-fennell)) <!-- 1.5.3 -->
14
+ - Remove the legacy version bumping from the rakefile [#359](https://github.com/inspec/train/pull/359) ([tas50](https://github.com/tas50)) <!-- 1.5.2 -->
15
+ - Fixes the link pointing back to the plugin docs [#362](https://github.com/inspec/train/pull/362) ([cattywampus](https://github.com/cattywampus)) <!-- 1.5.1 -->
16
16
  <!-- release_rollup -->
17
17
 
18
18
  <!-- latest_stable_release -->
19
+ ## [v1.5.0](https://github.com/inspec/train/tree/v1.5.0) (2018-09-27)
20
+
21
+ #### Merged Pull Requests
22
+ - Update google-api-client version. [#348](https://github.com/inspec/train/pull/348) ([skpaterson](https://github.com/skpaterson))
23
+ - Adding GCP admin_client helper. [#349](https://github.com/inspec/train/pull/349) ([skpaterson](https://github.com/skpaterson))
24
+ - Plugins: Test harness, test fixture, docs, and local-type example [#356](https://github.com/inspec/train/pull/356) ([clintoncwolfe](https://github.com/clintoncwolfe))
25
+ - Bump minor version. [#357](https://github.com/inspec/train/pull/357) ([jquick](https://github.com/jquick))
26
+ <!-- latest_stable_release -->
27
+
19
28
  ## [v1.4.37](https://github.com/inspec/train/tree/v1.4.37) (2018-09-13)
20
29
 
21
30
  #### Merged Pull Requests
22
31
  - Rescues SystemCallError instead of Errno [#346](https://github.com/inspec/train/pull/346) ([dmccown](https://github.com/dmccown))
23
32
  - Add a export method for platforms [#347](https://github.com/inspec/train/pull/347) ([jquick](https://github.com/jquick))
24
- <!-- latest_stable_release -->
25
33
 
26
34
  ## [v1.4.35](https://github.com/inspec/train/tree/v1.4.35) (2018-08-23)
27
35
 
@@ -3,5 +3,5 @@
3
3
  # Author:: Dominik Richter (<dominik.richter@gmail.com>)
4
4
 
5
5
  module Train
6
- VERSION = '1.5.0'.freeze
6
+ VERSION = '1.5.4'.freeze
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: train-core
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.5.0
4
+ version: 1.5.4
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-09-27 00:00:00.000000000 Z
11
+ date: 2018-10-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: mixlib-shellout