beaker-pe 2.14.0 → 2.15.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
  SHA256:
3
- metadata.gz: c8a94036c3c94dd8a9f8c1d1f7270c92d9001a52f19c78f3c2ed49a525bb81ec
4
- data.tar.gz: 526d2e40106667cd1b221d4859f9f3f164e4bb61f6bc61a7e9b2d8357ba991eb
3
+ metadata.gz: 960c4c084d43ae9f1abad57a89f6728817222050ebc7309a3a7102c15e4fbba0
4
+ data.tar.gz: bd0aeb76e02a094eacf40f278c426df5448efe4e3f861fcc0fe1dcec6f18c12a
5
5
  SHA512:
6
- metadata.gz: 392473b27fe25f508ab2a250285e05bb25def40fe8a2e3aa52bb4dbf83e525d2a8f4fda8652b3ef8ffac64fc78a0aa000ebfc7365154a75f5f771b001beb6945
7
- data.tar.gz: a446036c299d53b964030a9ab506a1392b150142cd5a170c71cfa4e4e1b375d8b180954d66333e7f3b510c1103010f9f4879b922d87cd25208e9714f231d57c9
6
+ metadata.gz: 82d405b570a55e4077682b1c2a1b768dd9d1d8d7077e35caaf7feff55ab84620cfdb7ecc8687107af7559254684570b58ed5bfa1ed127d0a3aafc75b4df9bf21
7
+ data.tar.gz: 050bd791ae00a9db1567d800e3572d7035eefa67a9b97beb231dc7c2d49d6bfb6b7af961efdb4ba865f58aa54bbb3348fe1f1d6cb58d3d8641a9bb0799bb46a4
data/CHANGELOG.md CHANGED
@@ -1,5 +1,22 @@
1
1
  # Changelog
2
2
 
3
+ ## [2.15.0](https://github.com/puppetlabs/beaker-pe/tree/2.15.0) (2023-08-29)
4
+
5
+ [Full Changelog](https://github.com/puppetlabs/beaker-pe/compare/2.14.1...2.15.0)
6
+
7
+ **Implemented enhancements:**
8
+
9
+ - \(PE-36725\) Update Aix's pe\_repo class name [\#233](https://github.com/puppetlabs/beaker-pe/pull/233) ([cthorn42](https://github.com/cthorn42))
10
+
11
+ ## [2.14.1](https://github.com/puppetlabs/beaker-pe/tree/2.14.1) (2023-08-24)
12
+
13
+ [Full Changelog](https://github.com/puppetlabs/beaker-pe/compare/2.14.0...2.14.1)
14
+
15
+ **Merged pull requests:**
16
+
17
+ - Bump activesupport from 7.0.7 to 7.0.7.2 [\#231](https://github.com/puppetlabs/beaker-pe/pull/231) ([dependabot[bot]](https://github.com/apps/dependabot))
18
+ - Bump activesupport from 7.0.6 to 7.0.7 [\#230](https://github.com/puppetlabs/beaker-pe/pull/230) ([dependabot[bot]](https://github.com/apps/dependabot))
19
+
3
20
  ## [2.14.0](https://github.com/puppetlabs/beaker-pe/tree/2.14.0) (2023-08-09)
4
21
 
5
22
  [Full Changelog](https://github.com/puppetlabs/beaker-pe/compare/2.13.0...2.14.0)
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- beaker-pe (2.14.0)
4
+ beaker-pe (2.15.0)
5
5
  beaker (>= 4.0, < 6)
6
6
  beaker-abs
7
7
  beaker-answers (~> 0.0)
@@ -12,7 +12,7 @@ PATH
12
12
  GEM
13
13
  remote: https://rubygems.org/
14
14
  specs:
15
- activesupport (7.0.6)
15
+ activesupport (7.0.7.2)
16
16
  concurrent-ruby (~> 1.0, >= 1.0.2)
17
17
  i18n (>= 1.6, < 2)
18
18
  minitest (>= 5.1)
@@ -212,4 +212,4 @@ DEPENDENCIES
212
212
  yard
213
213
 
214
214
  BUNDLED WITH
215
- 2.4.18
215
+ 2.4.19
@@ -507,6 +507,8 @@ module Beaker
507
507
  else
508
508
  klass = "pe_repo::platform::windows_x86_64"
509
509
  end
510
+ elsif platform =~ /aix-.*-power/ && !version_is_less(master[:pe_ver], '2022.99.99')
511
+ klass = "pe_repo::platform::aix_power"
510
512
  else
511
513
  klass = "pe_repo::platform::#{klass}"
512
514
  end
@@ -3,7 +3,7 @@ module Beaker
3
3
  module PE
4
4
 
5
5
  module Version
6
- STRING = '2.14.0'
6
+ STRING = '2.15.0'
7
7
  end
8
8
 
9
9
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: beaker-pe
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.14.0
4
+ version: 2.15.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Puppetlabs
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-08-09 00:00:00.000000000 Z
11
+ date: 2023-08-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rspec