train-core 1.5.6 → 1.5.11
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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +17 -8
- data/lib/train/file/remote/unix.rb +2 -1
- data/lib/train/platforms/detect/helpers/os_linux.rb +2 -2
- data/lib/train/platforms/detect/specifications/os.rb +8 -2
- data/lib/train/plugins/base_connection.rb +0 -5
- data/lib/train/transports/local.rb +0 -4
- data/lib/train/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: b96effd96b63d473be914eb23d83523a21bc991299517f822a962c9e2298cdb1
|
|
4
|
+
data.tar.gz: a781e807941a889b19de2ff2f01b2182cea28a81548feecbe9d2b22ab4efabe0
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c083ae1bcbad82a56e309cea4607efb5c92960bc2639c67b122687ee9d1d2c529a4eb362f7f6f9d06e188826b9c809fb4ac4484eec2f863040484331d492c1c4
|
|
7
|
+
data.tar.gz: c7d7856522f0b9e48703406b6a12278a265ab5d69f6baafaa350e3b0e7b6bc5dbe73e4918d1ba47fa025741ee4322d57303baaeeaedcc8839c9bf471893b8b3b
|
data/CHANGELOG.md
CHANGED
|
@@ -1,19 +1,29 @@
|
|
|
1
|
-
<!-- latest_release 1.5.
|
|
2
|
-
## [v1.5.
|
|
1
|
+
<!-- latest_release 1.5.11 -->
|
|
2
|
+
## [v1.5.11](https://github.com/inspec/train/tree/v1.5.11) (2018-12-10)
|
|
3
3
|
|
|
4
4
|
#### Merged Pull Requests
|
|
5
|
-
-
|
|
5
|
+
- Pass logger to Cisco IOS transport [#381](https://github.com/inspec/train/pull/381) ([btm](https://github.com/btm))
|
|
6
6
|
<!-- latest_release -->
|
|
7
7
|
|
|
8
|
-
<!-- release_rollup since=1.5.
|
|
9
|
-
### Changes since 1.5.
|
|
8
|
+
<!-- release_rollup since=1.5.6 -->
|
|
9
|
+
### Changes since 1.5.6 release
|
|
10
10
|
|
|
11
11
|
#### Merged Pull Requests
|
|
12
|
-
-
|
|
13
|
-
-
|
|
12
|
+
- Pass logger to Cisco IOS transport [#381](https://github.com/inspec/train/pull/381) ([btm](https://github.com/btm)) <!-- 1.5.11 -->
|
|
13
|
+
- Added a new matcher for amazon linux 2 [#380](https://github.com/inspec/train/pull/380) ([artyomtkachenko](https://github.com/artyomtkachenko)) <!-- 1.5.10 -->
|
|
14
|
+
- Remove `#local?` [#365](https://github.com/inspec/train/pull/365) ([jerryaldrichiii](https://github.com/jerryaldrichiii)) <!-- 1.5.9 -->
|
|
15
|
+
- Fix shallow_link_path on remote unix [#373](https://github.com/inspec/train/pull/373) ([mheiges](https://github.com/mheiges)) <!-- 1.5.8 -->
|
|
16
|
+
- Add Google API application info [#378](https://github.com/inspec/train/pull/378) ([nathenharvey](https://github.com/nathenharvey)) <!-- 1.5.7 -->
|
|
14
17
|
<!-- release_rollup -->
|
|
15
18
|
|
|
16
19
|
<!-- latest_stable_release -->
|
|
20
|
+
## [v1.5.6](https://github.com/inspec/train/tree/v1.5.6) (2018-11-01)
|
|
21
|
+
|
|
22
|
+
#### Merged Pull Requests
|
|
23
|
+
- Fix Cisco IOS detection when banners lack a `\r\n` [#372](https://github.com/inspec/train/pull/372) ([jerryaldrichiii](https://github.com/jerryaldrichiii))
|
|
24
|
+
- Adds cached_client method in BaseConnection [#371](https://github.com/inspec/train/pull/371) ([dmccown](https://github.com/dmccown))
|
|
25
|
+
<!-- latest_stable_release -->
|
|
26
|
+
|
|
17
27
|
## [v1.5.4](https://github.com/inspec/train/tree/v1.5.4) (2018-10-18)
|
|
18
28
|
|
|
19
29
|
#### Merged Pull Requests
|
|
@@ -21,7 +31,6 @@
|
|
|
21
31
|
- Remove the legacy version bumping from the rakefile [#359](https://github.com/inspec/train/pull/359) ([tas50](https://github.com/tas50))
|
|
22
32
|
- Adds Azure Vault Client [#351](https://github.com/inspec/train/pull/351) ([r-fennell](https://github.com/r-fennell))
|
|
23
33
|
- Correct example plugin link [#363](https://github.com/inspec/train/pull/363) ([jerryaldrichiii](https://github.com/jerryaldrichiii))
|
|
24
|
-
<!-- latest_stable_release -->
|
|
25
34
|
|
|
26
35
|
## [v1.5.0](https://github.com/inspec/train/tree/v1.5.0) (2018-09-27)
|
|
27
36
|
|
|
@@ -10,8 +10,8 @@ module Train::Platforms::Detect::Helpers
|
|
|
10
10
|
case conf
|
|
11
11
|
when /rawhide/i
|
|
12
12
|
/((\d+) \(Rawhide\))/i.match(conf)[1].downcase
|
|
13
|
-
when /Amazon Linux
|
|
14
|
-
/
|
|
13
|
+
when /Amazon Linux/i
|
|
14
|
+
/([\d\.]+)/.match(conf)[1]
|
|
15
15
|
when /derived from .*linux|amazon/i
|
|
16
16
|
/Linux ((\d+|\.)+)/i.match(conf)[1]
|
|
17
17
|
else
|
|
@@ -17,9 +17,15 @@ module Train::Platforms::Detect::Specifications
|
|
|
17
17
|
|
|
18
18
|
plat.family('windows').in_family('os')
|
|
19
19
|
.detect {
|
|
20
|
-
|
|
21
|
-
|
|
20
|
+
# Can't return from a `proc` thus the `is_windows` shenanigans
|
|
21
|
+
is_windows = false
|
|
22
|
+
is_windows = true if winrm?
|
|
23
|
+
|
|
24
|
+
if @backend.class.to_s == 'Train::Transports::Local::Connection'
|
|
25
|
+
is_windows = true if ruby_host_os(/mswin|mingw32|windows/)
|
|
22
26
|
end
|
|
27
|
+
|
|
28
|
+
is_windows
|
|
23
29
|
}
|
|
24
30
|
# windows platform
|
|
25
31
|
plat.name('windows').in_family('windows')
|
data/lib/train/version.rb
CHANGED
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.
|
|
4
|
+
version: 1.5.11
|
|
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-
|
|
11
|
+
date: 2018-12-10 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: mixlib-shellout
|