beaker 4.11.1 → 4.12.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: c1a8549e026be5a3fa83b131174cab1fe2407950
4
- data.tar.gz: 0ca7f821905cc7195e0c05bdf47aa440e85bf9db
3
+ metadata.gz: da415d6c193adaf6c37b48cb3f9b960c67aaf963
4
+ data.tar.gz: 39f8b272d0a97590934533259b31a3a5a9b6219f
5
5
  SHA512:
6
- metadata.gz: 340af3a743fefc91288adba7e6105de325f6b3f023559e72bb9969e14dce916514fe47fb978bdbbafc25f701d41776afb471dbf3c45b24259c3404f8cc2f251c
7
- data.tar.gz: 8e7b8dad8e1cdd62d063cabae50cb6b2090b74e68429fa803e93da905d781a0d9bd2117d5b0adec3c75655e2118a82df775068192b9d4ad462198685b2f9bda6
6
+ metadata.gz: 1dd3223ab325509d56de25a94d77047ecb8d9516b37e227bacd7697f04a65d9955e38614956aece4fff4b4c4797a9f1be0e38a732a360e82108e9091f524bf5b
7
+ data.tar.gz: a22c426766116b2ac27a188b220d5f714ed2674ee66b246a8646b368b680b386d41f77890b815d8375b3a27f8046e24a6e8960ca5eade84950eb2db5f3713453
data/CHANGELOG.md CHANGED
@@ -11,7 +11,13 @@ 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/4.11.0...master)
14
+ # [Unreleased](https://github.com/puppetlabs/beaker/compare/4.12.0...master)
15
+
16
+ # [4.12.0](https://github.com/puppetlabs/beaker/compare/4.11.1...4.12.0) - 2019-08-14
17
+
18
+ ### Added
19
+
20
+ - redhatfips as a recognized platform (PE-27037)
15
21
 
16
22
  # [4.11.1](https://github.com/puppetlabs/beaker/compare/4.11.0...4.11.1) - 2019-08-13
17
23
 
@@ -3,7 +3,7 @@ module Beaker
3
3
  # all String methods while adding several platform-specific use cases.
4
4
  class Platform < String
5
5
  # Supported platforms
6
- PLATFORMS = /^(alpine|huaweios|cisco_nexus|cisco_ios_xr|(free|open)bsd|osx|centos|fedora|debian|oracle|redhat|scientific|sles|ubuntu|windows|solaris|aix|archlinux|el|eos|cumulus|f5|netscaler)\-.+\-.+$/
6
+ PLATFORMS = /^(alpine|huaweios|cisco_nexus|cisco_ios_xr|(free|open)bsd|osx|centos|fedora|debian|oracle|redhat|redhatfips|scientific|sles|ubuntu|windows|solaris|aix|archlinux|el|eos|cumulus|f5|netscaler)\-.+\-.+$/
7
7
  # Platform version numbers vs. codenames conversion hash
8
8
  PLATFORM_VERSION_CODES =
9
9
  { :debian => { "buster" => "10",
@@ -65,6 +65,7 @@ module Beaker
65
65
  # * debian
66
66
  # * oracle
67
67
  # * redhat
68
+ # * redhatfips
68
69
  # * scientific
69
70
  # * sles
70
71
  # * ubuntu
@@ -1,5 +1,5 @@
1
1
  module Beaker
2
2
  module Version
3
- STRING = '4.11.1'
3
+ STRING = '4.12.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: 4.11.1
4
+ version: 4.12.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Puppet
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-08-13 00:00:00.000000000 Z
11
+ date: 2019-08-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rspec