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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +12 -7
- data/lib/train/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: ff59e268df6e0644952fce6ab783058d6be0ca2077272ca3a78c1060c23563f4
|
4
|
+
data.tar.gz: 1a90a57d1ad91feb1778f114d319982d4f70560d29e98b38256b52b38f3d9bd3
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 88c791a6d0742f4ebf8eab8c665087c10fd0d43cb7db2ff51602e19dcc913c1af5043b58c8e51d6b4365e9c9438a574a37da567a2daac3675dc53747477bd418
|
7
|
+
data.tar.gz: e9911e47a0a2ccccdb96bc92b3ac0bd8802be2080d42dcd45b5e548b057bcc13393e40b5f0b232081823b22721090e98b46577af542647484195bf36bb54585d
|
data/CHANGELOG.md
CHANGED
@@ -1,18 +1,24 @@
|
|
1
|
-
<!-- latest_release 1.4.
|
2
|
-
## [v1.4.
|
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
|
-
-
|
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
|
-
### Changes since 1.4.
|
8
|
+
<!-- release_rollup since=1.4.10 -->
|
9
|
+
### Changes since 1.4.10 release
|
10
10
|
|
11
11
|
#### Merged Pull Requests
|
12
|
-
-
|
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