beaker-puppet 4.4.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 +4 -4
- data/CHANGELOG.md +26 -17
- data/lib/beaker-puppet/version.rb +1 -1
- data/setup/common/012_Finalize_Installs.rb +9 -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: 6f0348cca254c27334c26c725d3f4a85f8e1478ee9cc0f2225e5926191dbf2ad
|
|
4
|
+
data.tar.gz: 80b547283b224d79124c4da2d64ac80d2e7f7e1f5771bb3b894b60dfac6e807b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f46087026e865f7e5cb5b92c10fc9f2d63622461506912d3d4d871cc4e1753a5ee259335e1f34eb2ee8ab2e855c7c9a3bb6a17d00db617bdff3d0eb5bb88d44f
|
|
7
|
+
data.tar.gz: 1eb888543c65046ad3e562eb765099c087433309b14df31ba45b53d544f3776a32daf92e237d89d9352a5289ddc74e6b738d20c295bb371601214c54864794c7
|
data/CHANGELOG.md
CHANGED
|
@@ -2,11 +2,19 @@
|
|
|
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
|
+
|
|
5
13
|
## [4.4.0](https://github.com/puppetlabs/beaker-puppet/tree/4.4.0) (2026-02-24)
|
|
6
14
|
|
|
7
15
|
[Full Changelog](https://github.com/puppetlabs/beaker-puppet/compare/4.3.0...4.4.0)
|
|
8
16
|
|
|
9
|
-
**
|
|
17
|
+
**Merged pull requests:**
|
|
10
18
|
|
|
11
19
|
- beaker: Allow 7.x [\#272](https://github.com/puppetlabs/beaker-puppet/pull/272) ([bastelfreak](https://github.com/bastelfreak))
|
|
12
20
|
|
|
@@ -19,6 +27,14 @@ All notable changes to this project will be documented in this file.
|
|
|
19
27
|
- Add Ruby 4.0 support [\#271](https://github.com/puppetlabs/beaker-puppet/pull/271) ([bastelfreak](https://github.com/bastelfreak))
|
|
20
28
|
- Add Ruby 3.4 support [\#269](https://github.com/puppetlabs/beaker-puppet/pull/269) ([bastelfreak](https://github.com/bastelfreak))
|
|
21
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
|
+
|
|
22
38
|
## [4.2.0](https://github.com/puppetlabs/beaker-puppet/tree/4.2.0) (2025-01-17)
|
|
23
39
|
|
|
24
40
|
[Full Changelog](https://github.com/puppetlabs/beaker-puppet/compare/4.1.1...4.2.0)
|
|
@@ -47,15 +63,20 @@ All notable changes to this project will be documented in this file.
|
|
|
47
63
|
|
|
48
64
|
- Add support for Ubuntu 24.04 [\#257](https://github.com/puppetlabs/beaker-puppet/pull/257) ([joshcooper](https://github.com/joshcooper))
|
|
49
65
|
|
|
66
|
+
**Merged pull requests:**
|
|
67
|
+
|
|
50
68
|
## [4.0.0](https://github.com/puppetlabs/beaker-puppet/tree/4.0.0) (2024-05-29)
|
|
51
69
|
|
|
52
|
-
[Full Changelog](https://github.com/puppetlabs/beaker-puppet/compare/
|
|
70
|
+
[Full Changelog](https://github.com/puppetlabs/beaker-puppet/compare/2.1.0...4.0.0)
|
|
53
71
|
|
|
54
72
|
**Breaking changes:**
|
|
55
73
|
|
|
56
74
|
- Add support for Beaker 6 [\#255](https://github.com/puppetlabs/beaker-puppet/pull/255) ([mhashizume](https://github.com/mhashizume))
|
|
57
75
|
- Remove unsupported network platforms [\#254](https://github.com/puppetlabs/beaker-puppet/pull/254) ([mhashizume](https://github.com/mhashizume))
|
|
58
76
|
|
|
77
|
+
|
|
78
|
+
[Full Changelog](https://github.com/puppetlabs/beaker-puppet/compare/3.0.1...2.1.0)
|
|
79
|
+
|
|
59
80
|
## [3.0.1](https://github.com/puppetlabs/beaker-puppet/tree/3.0.1) (2024-03-12)
|
|
60
81
|
|
|
61
82
|
[Full Changelog](https://github.com/puppetlabs/beaker-puppet/compare/3.0.0...3.0.1)
|
|
@@ -104,14 +125,6 @@ All notable changes to this project will be documented in this file.
|
|
|
104
125
|
- Bump actions/checkout from 3 to 4 [\#227](https://github.com/puppetlabs/beaker-puppet/pull/227) ([dependabot[bot]](https://github.com/apps/dependabot))
|
|
105
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))
|
|
106
127
|
|
|
107
|
-
## [2.1.0](https://github.com/puppetlabs/beaker-puppet/tree/2.1.0) (2024-03-19)
|
|
108
|
-
|
|
109
|
-
[Full Changelog](https://github.com/puppetlabs/beaker-puppet/compare/2.0.0...2.1.0)
|
|
110
|
-
|
|
111
|
-
**Implemented enhancements:**
|
|
112
|
-
|
|
113
|
-
- \[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))
|
|
114
|
-
|
|
115
128
|
## [2.0.0](https://github.com/puppetlabs/beaker-puppet/tree/2.0.0) (2023-05-05)
|
|
116
129
|
|
|
117
130
|
[Full Changelog](https://github.com/puppetlabs/beaker-puppet/compare/1.29.0...2.0.0)
|
|
@@ -512,8 +525,8 @@ All notable changes to this project will be documented in this file.
|
|
|
512
525
|
|
|
513
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))
|
|
514
527
|
- \(maint\) Remove assumption that we have runtime on docker [\#108](https://github.com/puppetlabs/beaker-puppet/pull/108) ([melissa](https://github.com/melissa))
|
|
515
|
-
- \(maint\) Added debian 10 or higher to allow insecure repo [\#107](https://github.com/puppetlabs/beaker-puppet/pull/107) ([
|
|
516
|
-
- \(MAINT\) Fix test:acceptance:pkg [\#106](https://github.com/puppetlabs/beaker-puppet/pull/106) ([
|
|
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))
|
|
517
530
|
- \(maint\) Exclude tmp directory on module installation [\#101](https://github.com/puppetlabs/beaker-puppet/pull/101) ([glennsarti](https://github.com/glennsarti))
|
|
518
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))
|
|
519
532
|
|
|
@@ -660,10 +673,6 @@ All notable changes to this project will be documented in this file.
|
|
|
660
673
|
|
|
661
674
|
[Full Changelog](https://github.com/puppetlabs/beaker-puppet/compare/1.2.0...1.3.0)
|
|
662
675
|
|
|
663
|
-
**Merged pull requests:**
|
|
664
|
-
|
|
665
|
-
- pass hiera\_config argument to puppet\_apply [\#63](https://github.com/puppetlabs/beaker-puppet/pull/63) ([lmayorga1980](https://github.com/lmayorga1980))
|
|
666
|
-
|
|
667
676
|
## [1.2.0](https://github.com/puppetlabs/beaker-puppet/tree/1.2.0) (2018-09-11)
|
|
668
677
|
|
|
669
678
|
[Full Changelog](https://github.com/puppetlabs/beaker-puppet/compare/1.1.0...1.2.0)
|
|
@@ -859,7 +868,7 @@ All notable changes to this project will be documented in this file.
|
|
|
859
868
|
|
|
860
869
|
**Merged pull requests:**
|
|
861
870
|
|
|
862
|
-
- \(maint\) Add beaker-abs to Gemfile [\#21](https://github.com/puppetlabs/beaker-puppet/pull/21) ([
|
|
871
|
+
- \(maint\) Add beaker-abs to Gemfile [\#21](https://github.com/puppetlabs/beaker-puppet/pull/21) ([junebug-spencer](https://github.com/junebug-spencer))
|
|
863
872
|
|
|
864
873
|
## [0.8.0](https://github.com/puppetlabs/beaker-puppet/tree/0.8.0) (2017-10-13)
|
|
865
874
|
|
|
@@ -21,5 +21,13 @@ step 'Verify host times' do
|
|
|
21
21
|
end
|
|
22
22
|
|
|
23
23
|
step 'Configure gem mirror' do
|
|
24
|
-
|
|
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.4.
|
|
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-
|
|
11
|
+
date: 2026-03-20 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: fakefs
|