train-core 1.4.9 → 1.4.10

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 +18 -13
  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: f27342510e8c99adb13ef3e433c862edc0153fba572389b9918b4ddbe8129540
4
- data.tar.gz: 21a634c4c06b5f7366339f52ac5b335d6caa2eb045362b90b73859aabdb98d4b
3
+ metadata.gz: 8cc72066de904037e38f87c813143b6bbdf8c0603e88b1c8bc263595d7ae5bdf
4
+ data.tar.gz: '028b9cc51859b0a876b1bd447a84567584d0d90334e7bcc772e8e71c375840f0'
5
5
  SHA512:
6
- metadata.gz: 5b77bfdffea0f60f5a940f22aeec31610f13389b427f9f663eeef9191a7c2a3644f709783541c0ca8c39b102298a0082c81e660cc7b6a4d7a24fba6fc1ffa97e
7
- data.tar.gz: 4448047e7277b281e1e90a56ece1097e09927f39e5b25327d78d890e44f3783ed09b6dfc14df968acf593273a8c4c82f7fbf30f0fd684ee5b5435005a76c28c7
6
+ metadata.gz: de982f8fbcb47fdd143035e8455ea6673c24792efce69f25e2a2ee6b2f32e5cf027aca491965f58f7ade3145c6bee13e146cdc32de4b97bd468036589a765c5e
7
+ data.tar.gz: d4a0059ce3d764a2baa04278c8b0b1e4dd70fc9da8d720e0e08bae6ab721e37ae330413dbf46812d1329a6d86cc5891e5669544a3fc0264b28d021a55d5f1683
data/CHANGELOG.md CHANGED
@@ -1,30 +1,35 @@
1
- <!-- latest_release 1.4.9 -->
2
- ## [v1.4.9](https://github.com/chef/train/tree/v1.4.9) (2018-05-16)
1
+ <!-- latest_release 1.4.10 -->
2
+ ## [v1.4.10](https://github.com/chef/train/tree/v1.4.10) (2018-05-17)
3
3
 
4
4
  #### Merged Pull Requests
5
- - 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))
5
+ - support sudo passwords for cisco [#301](https://github.com/chef/train/pull/301) ([arlimus](https://github.com/arlimus))
6
6
  <!-- latest_release -->
7
7
 
8
- <!-- release_rollup since=1.4.4 -->
9
- ### Changes since 1.4.4 release
10
-
11
- #### Bug Fixes
12
- - Allow nil password and www_form_encoded_password to work together. [#297](https://github.com/chef/train/pull/297) ([marcparadise](https://github.com/marcparadise)) <!-- 1.4.6 -->
8
+ <!-- release_rollup since=1.4.9 -->
9
+ ### Changes since 1.4.9 release
13
10
 
14
11
  #### Merged Pull Requests
15
- - 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)) <!-- 1.4.9 -->
16
- - Change Cisco IOS transport log level to INFO [#298](https://github.com/chef/train/pull/298) ([jerryaldrichiii](https://github.com/jerryaldrichiii)) <!-- 1.4.8 -->
17
- - Initial import of transport for GCP. [#283](https://github.com/chef/train/pull/283) ([skpaterson](https://github.com/skpaterson)) <!-- 1.4.7 -->
18
- - Support encoded passwords in target url [#296](https://github.com/chef/train/pull/296) ([marcparadise](https://github.com/marcparadise)) <!-- 1.4.5 -->
12
+ - support sudo passwords for cisco [#301](https://github.com/chef/train/pull/301) ([arlimus](https://github.com/arlimus)) <!-- 1.4.10 -->
19
13
  <!-- release_rollup -->
20
14
 
21
15
  <!-- latest_stable_release -->
16
+ ## [v1.4.9](https://github.com/chef/train/tree/v1.4.9) (2018-05-16)
17
+
18
+ #### Bug Fixes
19
+ - Allow nil password and www_form_encoded_password to work together. [#297](https://github.com/chef/train/pull/297) ([marcparadise](https://github.com/marcparadise))
20
+
21
+ #### Merged Pull Requests
22
+ - Support encoded passwords in target url [#296](https://github.com/chef/train/pull/296) ([marcparadise](https://github.com/marcparadise))
23
+ - Initial import of transport for GCP. [#283](https://github.com/chef/train/pull/283) ([skpaterson](https://github.com/skpaterson))
24
+ - Change Cisco IOS transport log level to INFO [#298](https://github.com/chef/train/pull/298) ([jerryaldrichiii](https://github.com/jerryaldrichiii))
25
+ - 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
+
22
28
  ## [v1.4.4](https://github.com/chef/train/tree/v1.4.4) (2018-05-02)
23
29
 
24
30
  #### Merged Pull Requests
25
31
  - Enable expeditor release tasks [#294](https://github.com/chef/train/pull/294) ([jquick](https://github.com/jquick))
26
32
  - Split train into a core gem. [#293](https://github.com/chef/train/pull/293) ([miah](https://github.com/miah))
27
- <!-- latest_stable_release -->
28
33
 
29
34
 
30
35
 
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.9'.freeze
6
+ VERSION = '1.4.10'.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.4.9
4
+ version: 1.4.10
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-16 00:00:00.000000000 Z
11
+ date: 2018-05-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: mixlib-shellout