beaker 3.33.0 → 3.34.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 2f87e8b85aeec9ba9c97de5599a2b8e9aa178ce6
4
- data.tar.gz: df21b528d99134bf4b425621e28b742964b2f639
3
+ metadata.gz: 1b562d104dc7f11a75248a241139e2fe7be4d3ca
4
+ data.tar.gz: 6e5ac3722bae66a57d7d45fbe1193373192f46b1
5
5
  SHA512:
6
- metadata.gz: ba2b3473b8703336bba02a1dffa528d86ec02f4b2c2ebd0a054bd2789dbb956eefaee12174ed7326a05ef6b5b210c6c0ae0a3fe51b31699fe3cd7b31b2988986
7
- data.tar.gz: 9c4f9cbf081c56e727054627c7313bdb00d3b670ee578fef65cd0e360436eec6f986f4d15299e628c097e6975ff20af370e84a79d0888d20fc7fc12a8ba29b84
6
+ metadata.gz: 4f74e6abf79b59fafff8241e7151b6ac43701da54809a972fb267c87bedb53a1e9eb8ad7ba1dab4caac60faa598d4452511cac6595ef4ec552b9c0f9dd937235
7
+ data.tar.gz: 43ef180c5e07267caa541bb48c091419df4d30ef0092c49a48fc9b25c33f2616b2a2f57e9ea5cfac5a8c612b82e2e90ffda91fa6e7dba4712ab6803511dacc18
@@ -11,7 +11,17 @@ Tracking in this Changelog began for this project in version 3.25.0.
11
11
  If you're looking for changes from before this, refer to the project's
12
12
  git logs & PR history.
13
13
 
14
- # [Unreleased](https://github.com/puppetlabs/beaker/compare/3.33.0...master)
14
+ # [Unreleased](https://github.com/puppetlabs/beaker/compare/3.34.0...master)
15
+
16
+ # [3.34.0](https://github.com/puppetlabs/beaker/compare/3.33.0...3.34.0) - 2018-03-26
17
+
18
+ ### Fixed
19
+
20
+ - Recursively glob the tests directory
21
+
22
+ ### Added
23
+
24
+ - Codename for Ubuntu 18.04 'Bionic'
15
25
 
16
26
  # [3.33.0](https://github.com/puppetlabs/beaker/compare/3.32.0...3.33.0) - 2018-03-07
17
27
 
@@ -11,7 +11,8 @@ module Beaker
11
11
  "wheezy" => "7",
12
12
  "squeeze" => "6",
13
13
  },
14
- :ubuntu => { "artful" => "1710",
14
+ :ubuntu => { "bionic" => "1804",
15
+ "artful" => "1710",
15
16
  "zesty" => "1704",
16
17
  "yakkety" => "1610",
17
18
  "xenial" => "1604",
@@ -181,7 +181,7 @@ module Beaker
181
181
  @cli.options[suite] = []
182
182
  end
183
183
  if Pathname(resource).directory?
184
- @cli.options[:tests] = Dir.glob("#{Pathname(resource)}/*.rb")
184
+ @cli.options[:tests] = Dir.glob("#{Pathname(resource)}/**/*.rb")
185
185
  else
186
186
  @cli.options[:tests] = [Pathname(resource).to_s]
187
187
  end
@@ -1,5 +1,5 @@
1
1
  module Beaker
2
2
  module Version
3
- STRING = '3.33.0'
3
+ STRING = '3.34.0'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: beaker
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.33.0
4
+ version: 3.34.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Puppet
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-03-07 00:00:00.000000000 Z
11
+ date: 2018-03-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rspec