beaker-puppet 4.3.0 → 4.4.1

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 9608db44e1a8db0fc23e8dcf785698ec20778feb753fac4883b5f6a328cd603a
4
- data.tar.gz: 49c0dd234ffe37059885be80c902dd1f3ca0846bc4c1e0401000455762eec16e
3
+ metadata.gz: 6f0348cca254c27334c26c725d3f4a85f8e1478ee9cc0f2225e5926191dbf2ad
4
+ data.tar.gz: 80b547283b224d79124c4da2d64ac80d2e7f7e1f5771bb3b894b60dfac6e807b
5
5
  SHA512:
6
- metadata.gz: ec68fb077fd1a4bb8c69fcbd1eae7017746b5c5d3a3f2e82a8a70296d5f82254c52498298eb5bf8e077f2d87442226bb178255a0918e6082be2832a41e7cd8a3
7
- data.tar.gz: bd0abc1d9cd7e570a124d37c8e42b1c9322df328eb7acc5d14c7ce1ddf127831b322842cbb162dfe8f865f8d36f8fe28eaa911e71c28b941fa5d4862d1c68120
6
+ metadata.gz: f46087026e865f7e5cb5b92c10fc9f2d63622461506912d3d4d871cc4e1753a5ee259335e1f34eb2ee8ab2e855c7c9a3bb6a17d00db617bdff3d0eb5bb88d44f
7
+ data.tar.gz: 1eb888543c65046ad3e562eb765099c087433309b14df31ba45b53d544f3776a32daf92e237d89d9352a5289ddc74e6b738d20c295bb371601214c54864794c7
data/CHANGELOG.md CHANGED
@@ -2,6 +2,22 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file.
4
4
 
5
+ ## [4.4.1](https://github.com/puppetlabs/beaker-puppet/tree/4.4.1) (2026-03-19)
6
+
7
+ [Full Changelog](https://github.com/puppetlabs/beaker-puppet/compare/4.4.0...4.4.1)
8
+
9
+ **Merged pull requests:**
10
+
11
+ - \(PA-8312\) Skip gem source add for Solaris & AIX [\#274](https://github.com/puppetlabs/beaker-puppet/pull/274) ([cthorn42](https://github.com/cthorn42))
12
+
13
+ ## [4.4.0](https://github.com/puppetlabs/beaker-puppet/tree/4.4.0) (2026-02-24)
14
+
15
+ [Full Changelog](https://github.com/puppetlabs/beaker-puppet/compare/4.3.0...4.4.0)
16
+
17
+ **Merged pull requests:**
18
+
19
+ - beaker: Allow 7.x [\#272](https://github.com/puppetlabs/beaker-puppet/pull/272) ([bastelfreak](https://github.com/bastelfreak))
20
+
5
21
  ## [4.3.0](https://github.com/puppetlabs/beaker-puppet/tree/4.3.0) (2026-01-06)
6
22
 
7
23
  [Full Changelog](https://github.com/puppetlabs/beaker-puppet/compare/4.2.0...4.3.0)
@@ -11,6 +27,14 @@ All notable changes to this project will be documented in this file.
11
27
  - Add Ruby 4.0 support [\#271](https://github.com/puppetlabs/beaker-puppet/pull/271) ([bastelfreak](https://github.com/bastelfreak))
12
28
  - Add Ruby 3.4 support [\#269](https://github.com/puppetlabs/beaker-puppet/pull/269) ([bastelfreak](https://github.com/bastelfreak))
13
29
 
30
+ **Closed issues:**
31
+
32
+ - Drop inifile dependency [\#206](https://github.com/puppetlabs/beaker-puppet/issues/206)
33
+
34
+ **Merged pull requests:**
35
+
36
+ - \(maint\) Update tests [\#268](https://github.com/puppetlabs/beaker-puppet/pull/268) ([mhashizume](https://github.com/mhashizume))
37
+
14
38
  ## [4.2.0](https://github.com/puppetlabs/beaker-puppet/tree/4.2.0) (2025-01-17)
15
39
 
16
40
  [Full Changelog](https://github.com/puppetlabs/beaker-puppet/compare/4.1.1...4.2.0)
@@ -39,15 +63,20 @@ All notable changes to this project will be documented in this file.
39
63
 
40
64
  - Add support for Ubuntu 24.04 [\#257](https://github.com/puppetlabs/beaker-puppet/pull/257) ([joshcooper](https://github.com/joshcooper))
41
65
 
66
+ **Merged pull requests:**
67
+
42
68
  ## [4.0.0](https://github.com/puppetlabs/beaker-puppet/tree/4.0.0) (2024-05-29)
43
69
 
44
- [Full Changelog](https://github.com/puppetlabs/beaker-puppet/compare/3.0.1...4.0.0)
70
+ [Full Changelog](https://github.com/puppetlabs/beaker-puppet/compare/2.1.0...4.0.0)
45
71
 
46
72
  **Breaking changes:**
47
73
 
48
74
  - Add support for Beaker 6 [\#255](https://github.com/puppetlabs/beaker-puppet/pull/255) ([mhashizume](https://github.com/mhashizume))
49
75
  - Remove unsupported network platforms [\#254](https://github.com/puppetlabs/beaker-puppet/pull/254) ([mhashizume](https://github.com/mhashizume))
50
76
 
77
+
78
+ [Full Changelog](https://github.com/puppetlabs/beaker-puppet/compare/3.0.1...2.1.0)
79
+
51
80
  ## [3.0.1](https://github.com/puppetlabs/beaker-puppet/tree/3.0.1) (2024-03-12)
52
81
 
53
82
  [Full Changelog](https://github.com/puppetlabs/beaker-puppet/compare/3.0.0...3.0.1)
@@ -96,14 +125,6 @@ All notable changes to this project will be documented in this file.
96
125
  - Bump actions/checkout from 3 to 4 [\#227](https://github.com/puppetlabs/beaker-puppet/pull/227) ([dependabot[bot]](https://github.com/apps/dependabot))
97
126
  - Update voxpupuli-rubocop requirement from ~\> 1.2 to ~\> 2.0 [\#226](https://github.com/puppetlabs/beaker-puppet/pull/226) ([dependabot[bot]](https://github.com/apps/dependabot))
98
127
 
99
- ## [2.1.0](https://github.com/puppetlabs/beaker-puppet/tree/2.1.0) (2024-03-19)
100
-
101
- [Full Changelog](https://github.com/puppetlabs/beaker-puppet/compare/2.0.0...2.1.0)
102
-
103
- **Implemented enhancements:**
104
-
105
- - \[PA-6181\]: Fix acceptance test failure caused due to addition of Amazon Linux 2023 in pe-client-tools for orchestrator client pipeline [\#250](https://github.com/puppetlabs/beaker-puppet/pull/250) ([span786](https://github.com/span786))
106
-
107
128
  ## [2.0.0](https://github.com/puppetlabs/beaker-puppet/tree/2.0.0) (2023-05-05)
108
129
 
109
130
  [Full Changelog](https://github.com/puppetlabs/beaker-puppet/compare/1.29.0...2.0.0)
@@ -504,8 +525,8 @@ All notable changes to this project will be documented in this file.
504
525
 
505
526
  - \(maint\) Bump version of puppet-agent to test against to 6.0.0 [\#109](https://github.com/puppetlabs/beaker-puppet/pull/109) ([melissa](https://github.com/melissa))
506
527
  - \(maint\) Remove assumption that we have runtime on docker [\#108](https://github.com/puppetlabs/beaker-puppet/pull/108) ([melissa](https://github.com/melissa))
507
- - \(maint\) Added debian 10 or higher to allow insecure repo [\#107](https://github.com/puppetlabs/beaker-puppet/pull/107) ([loopinu](https://github.com/loopinu))
508
- - \(MAINT\) Fix test:acceptance:pkg [\#106](https://github.com/puppetlabs/beaker-puppet/pull/106) ([smcelmurry](https://github.com/smcelmurry))
528
+ - \(maint\) Added debian 10 or higher to allow insecure repo [\#107](https://github.com/puppetlabs/beaker-puppet/pull/107) ([alexandru-d-popa](https://github.com/alexandru-d-popa))
529
+ - \(MAINT\) Fix test:acceptance:pkg [\#106](https://github.com/puppetlabs/beaker-puppet/pull/106) ([junebug-spencer](https://github.com/junebug-spencer))
509
530
  - \(maint\) Exclude tmp directory on module installation [\#101](https://github.com/puppetlabs/beaker-puppet/pull/101) ([glennsarti](https://github.com/glennsarti))
510
531
  - \(maint\) Enable acceptance testing with puppet-agent installed from ni… [\#98](https://github.com/puppetlabs/beaker-puppet/pull/98) ([melissa](https://github.com/melissa))
511
532
 
@@ -652,10 +673,6 @@ All notable changes to this project will be documented in this file.
652
673
 
653
674
  [Full Changelog](https://github.com/puppetlabs/beaker-puppet/compare/1.2.0...1.3.0)
654
675
 
655
- **Merged pull requests:**
656
-
657
- - pass hiera\_config argument to puppet\_apply [\#63](https://github.com/puppetlabs/beaker-puppet/pull/63) ([lmayorga1980](https://github.com/lmayorga1980))
658
-
659
676
  ## [1.2.0](https://github.com/puppetlabs/beaker-puppet/tree/1.2.0) (2018-09-11)
660
677
 
661
678
  [Full Changelog](https://github.com/puppetlabs/beaker-puppet/compare/1.1.0...1.2.0)
@@ -851,7 +868,7 @@ All notable changes to this project will be documented in this file.
851
868
 
852
869
  **Merged pull requests:**
853
870
 
854
- - \(maint\) Add beaker-abs to Gemfile [\#21](https://github.com/puppetlabs/beaker-puppet/pull/21) ([smcelmurry](https://github.com/smcelmurry))
871
+ - \(maint\) Add beaker-abs to Gemfile [\#21](https://github.com/puppetlabs/beaker-puppet/pull/21) ([junebug-spencer](https://github.com/junebug-spencer))
855
872
 
856
873
  ## [0.8.0](https://github.com/puppetlabs/beaker-puppet/tree/0.8.0) (2017-10-13)
857
874
 
@@ -29,6 +29,6 @@ Gem::Specification.new do |s|
29
29
  s.add_development_dependency 'beaker-vmpooler', '~> 1.4'
30
30
 
31
31
  # Run time dependencies
32
- s.add_runtime_dependency 'beaker', '>= 5.0', '< 7'
32
+ s.add_runtime_dependency 'beaker', '>= 5.0', '< 8'
33
33
  s.add_runtime_dependency 'oga', '~> 3.4'
34
34
  end
@@ -1,3 +1,3 @@
1
1
  module BeakerPuppet
2
- VERSION = '4.3.0'
2
+ VERSION = '4.4.1'
3
3
  end
@@ -21,5 +21,13 @@ step 'Verify host times' do
21
21
  end
22
22
 
23
23
  step 'Configure gem mirror' do
24
- configure_gem_mirror(hosts)
24
+ # Skip if RELEASE_STREAM is 'puppet9' and platform is aix or solaris
25
+ # Issue with Rubygems's SafeMarshal see: PA-8312
26
+ release_stream = ENV.fetch('RELEASE_STREAM')
27
+ skip_platforms = /aix|solaris/i
28
+ if release_stream == 'puppet9' && hosts.any? { |host| host['platform'] =~ skip_platforms }
29
+ logger.info 'Skipping configure_gem_mirror for puppet9 on aix/solaris, issue with rubygems 4.0'
30
+ else
31
+ configure_gem_mirror(hosts)
32
+ end
25
33
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: beaker-puppet
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.3.0
4
+ version: 4.4.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Vox Pupuli
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2026-01-06 00:00:00.000000000 Z
11
+ date: 2026-03-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: fakefs
@@ -109,7 +109,7 @@ dependencies:
109
109
  version: '5.0'
110
110
  - - "<"
111
111
  - !ruby/object:Gem::Version
112
- version: '7'
112
+ version: '8'
113
113
  type: :runtime
114
114
  prerelease: false
115
115
  version_requirements: !ruby/object:Gem::Requirement
@@ -119,7 +119,7 @@ dependencies:
119
119
  version: '5.0'
120
120
  - - "<"
121
121
  - !ruby/object:Gem::Version
122
- version: '7'
122
+ version: '8'
123
123
  - !ruby/object:Gem::Dependency
124
124
  name: oga
125
125
  requirement: !ruby/object:Gem::Requirement