train-core 1.4.10 → 1.4.11

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +12 -7
  3. data/lib/train/version.rb +1 -1
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 8cc72066de904037e38f87c813143b6bbdf8c0603e88b1c8bc263595d7ae5bdf
4
- data.tar.gz: '028b9cc51859b0a876b1bd447a84567584d0d90334e7bcc772e8e71c375840f0'
3
+ metadata.gz: ff59e268df6e0644952fce6ab783058d6be0ca2077272ca3a78c1060c23563f4
4
+ data.tar.gz: 1a90a57d1ad91feb1778f114d319982d4f70560d29e98b38256b52b38f3d9bd3
5
5
  SHA512:
6
- metadata.gz: de982f8fbcb47fdd143035e8455ea6673c24792efce69f25e2a2ee6b2f32e5cf027aca491965f58f7ade3145c6bee13e146cdc32de4b97bd468036589a765c5e
7
- data.tar.gz: d4a0059ce3d764a2baa04278c8b0b1e4dd70fc9da8d720e0e08bae6ab721e37ae330413dbf46812d1329a6d86cc5891e5669544a3fc0264b28d021a55d5f1683
6
+ metadata.gz: 88c791a6d0742f4ebf8eab8c665087c10fd0d43cb7db2ff51602e19dcc913c1af5043b58c8e51d6b4365e9c9438a574a37da567a2daac3675dc53747477bd418
7
+ data.tar.gz: e9911e47a0a2ccccdb96bc92b3ac0bd8802be2080d42dcd45b5e548b057bcc13393e40b5f0b232081823b22721090e98b46577af542647484195bf36bb54585d
data/CHANGELOG.md CHANGED
@@ -1,18 +1,24 @@
1
- <!-- latest_release 1.4.10 -->
2
- ## [v1.4.10](https://github.com/chef/train/tree/v1.4.10) (2018-05-17)
1
+ <!-- latest_release 1.4.11 -->
2
+ ## [v1.4.11](https://github.com/chef/train/tree/v1.4.11) (2018-05-17)
3
3
 
4
4
  #### Merged Pull Requests
5
- - support sudo passwords for cisco [#301](https://github.com/chef/train/pull/301) ([arlimus](https://github.com/arlimus))
5
+ - Add required env for azure shell msi headers [#302](https://github.com/chef/train/pull/302) ([jquick](https://github.com/jquick))
6
6
  <!-- latest_release -->
7
7
 
8
- <!-- release_rollup since=1.4.9 -->
9
- ### Changes since 1.4.9 release
8
+ <!-- release_rollup since=1.4.10 -->
9
+ ### Changes since 1.4.10 release
10
10
 
11
11
  #### Merged Pull Requests
12
- - support sudo passwords for cisco [#301](https://github.com/chef/train/pull/301) ([arlimus](https://github.com/arlimus)) <!-- 1.4.10 -->
12
+ - Add required env for azure shell msi headers [#302](https://github.com/chef/train/pull/302) ([jquick](https://github.com/jquick)) <!-- 1.4.11 -->
13
13
  <!-- release_rollup -->
14
14
 
15
15
  <!-- latest_stable_release -->
16
+ ## [v1.4.10](https://github.com/chef/train/tree/v1.4.10) (2018-05-17)
17
+
18
+ #### Merged Pull Requests
19
+ - support sudo passwords for cisco [#301](https://github.com/chef/train/pull/301) ([arlimus](https://github.com/arlimus))
20
+ <!-- latest_stable_release -->
21
+
16
22
  ## [v1.4.9](https://github.com/chef/train/tree/v1.4.9) (2018-05-16)
17
23
 
18
24
  #### Bug Fixes
@@ -23,7 +29,6 @@
23
29
  - Initial import of transport for GCP. [#283](https://github.com/chef/train/pull/283) ([skpaterson](https://github.com/skpaterson))
24
30
  - Change Cisco IOS transport log level to INFO [#298](https://github.com/chef/train/pull/298) ([jerryaldrichiii](https://github.com/jerryaldrichiii))
25
31
  - Unpin google-protobuf now that we are building it as a gem [#300](https://github.com/chef/train/pull/300) ([scotthain](https://github.com/scotthain))
26
- <!-- latest_stable_release -->
27
32
 
28
33
  ## [v1.4.4](https://github.com/chef/train/tree/v1.4.4) (2018-05-02)
29
34
 
data/lib/train/version.rb CHANGED
@@ -3,5 +3,5 @@
3
3
  # Author:: Dominik Richter (<dominik.richter@gmail.com>)
4
4
 
5
5
  module Train
6
- VERSION = '1.4.10'.freeze
6
+ VERSION = '1.4.11'.freeze
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: train-core
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.4.10
4
+ version: 1.4.11
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dominik Richter