beaker-hostgenerator 3.6.0 → 3.7.0
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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c5a387864e324209b4f452237f52b7cd991129c3368a75c754abc0039cae7aae
|
|
4
|
+
data.tar.gz: e20f04456f7e482fa9ba4a0c06c0ce699fab1a8b2215aa7e6171b5feceeec4f7
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: bf196f166653e05dea136dffb4cf52bfffe807830a786d7d9197a96d58eb3cab637615fd900f432cca58b405319e0b92a55cba29e823f5c7487ee0adaf131e38
|
|
7
|
+
data.tar.gz: '099b26b6252aeb7ee3e413526a6e8f0adf7247fc2bc70a4ad3d4f29f47a3473ccceaa6a99cf2b0a5e2cd2057c3a8b2503768e1494e11ae9ec4013bf0253afc78'
|
|
@@ -15,16 +15,16 @@ jobs:
|
|
|
15
15
|
name: Build the gem
|
|
16
16
|
runs-on: ubuntu-24.04
|
|
17
17
|
steps:
|
|
18
|
-
- uses: actions/checkout@
|
|
18
|
+
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
|
|
19
19
|
- name: Install Ruby
|
|
20
|
-
uses: ruby/setup-ruby@v1
|
|
20
|
+
uses: ruby/setup-ruby@d45b1a4e94b71acab930e56e79c6aa188764e7f9 # v1.316.0
|
|
21
21
|
with:
|
|
22
22
|
ruby-version: 'ruby'
|
|
23
23
|
- name: Build gem
|
|
24
24
|
shell: bash
|
|
25
25
|
run: gem build --verbose *.gemspec
|
|
26
26
|
- name: Upload gem to GitHub cache
|
|
27
|
-
uses: actions/upload-artifact@v7
|
|
27
|
+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
|
|
28
28
|
with:
|
|
29
29
|
name: gem-artifact
|
|
30
30
|
path: '*.gem'
|
|
@@ -39,7 +39,7 @@ jobs:
|
|
|
39
39
|
contents: write # clone repo and create release
|
|
40
40
|
steps:
|
|
41
41
|
- name: Download gem from GitHub cache
|
|
42
|
-
uses: actions/download-artifact@v8
|
|
42
|
+
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
|
|
43
43
|
with:
|
|
44
44
|
name: gem-artifact
|
|
45
45
|
- name: Create Release
|
|
@@ -56,7 +56,7 @@ jobs:
|
|
|
56
56
|
packages: write # publish to rubygems.pkg.github.com
|
|
57
57
|
steps:
|
|
58
58
|
- name: Download gem from GitHub cache
|
|
59
|
-
uses: actions/download-artifact@v8
|
|
59
|
+
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
|
|
60
60
|
with:
|
|
61
61
|
name: gem-artifact
|
|
62
62
|
- name: Publish gem to GitHub packages
|
|
@@ -73,10 +73,10 @@ jobs:
|
|
|
73
73
|
id-token: write # rubygems.org authentication
|
|
74
74
|
steps:
|
|
75
75
|
- name: Download gem from GitHub cache
|
|
76
|
-
uses: actions/download-artifact@v8
|
|
76
|
+
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
|
|
77
77
|
with:
|
|
78
78
|
name: gem-artifact
|
|
79
|
-
- uses: rubygems/configure-rubygems-credentials@
|
|
79
|
+
- uses: rubygems/configure-rubygems-credentials@dc5a8d8553e6ee01fc26761a49e99e733d17954a # v2.1.0
|
|
80
80
|
- name: Publish gem to rubygems.org
|
|
81
81
|
shell: bash
|
|
82
82
|
run: gem push *.gem
|
|
@@ -92,11 +92,11 @@ jobs:
|
|
|
92
92
|
- release-to-rubygems
|
|
93
93
|
steps:
|
|
94
94
|
- name: Download gem from GitHub cache
|
|
95
|
-
uses: actions/download-artifact@v8
|
|
95
|
+
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
|
|
96
96
|
with:
|
|
97
97
|
name: gem-artifact
|
|
98
98
|
- name: Install Ruby
|
|
99
|
-
uses: ruby/setup-ruby@v1
|
|
99
|
+
uses: ruby/setup-ruby@d45b1a4e94b71acab930e56e79c6aa188764e7f9 # v1.316.0
|
|
100
100
|
with:
|
|
101
101
|
ruby-version: 'ruby'
|
|
102
102
|
- name: Wait for release to propagate
|
data/.github/workflows/test.yml
CHANGED
|
@@ -15,16 +15,16 @@ jobs:
|
|
|
15
15
|
outputs:
|
|
16
16
|
ruby: ${{ steps.ruby.outputs.versions }}
|
|
17
17
|
steps:
|
|
18
|
-
- uses: actions/checkout@
|
|
18
|
+
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
|
|
19
19
|
- name: Install Ruby 4.0
|
|
20
|
-
uses: ruby/setup-ruby@v1
|
|
20
|
+
uses: ruby/setup-ruby@d45b1a4e94b71acab930e56e79c6aa188764e7f9 # v1.316.0
|
|
21
21
|
with:
|
|
22
22
|
ruby-version: '4.0'
|
|
23
23
|
bundler-cache: true
|
|
24
24
|
- name: Run RuboCop
|
|
25
25
|
run: bundle exec rake rubocop
|
|
26
26
|
- id: ruby
|
|
27
|
-
uses: voxpupuli/ruby-version@
|
|
27
|
+
uses: voxpupuli/ruby-version@656370e339050da63b86b1c631f5f88a3f4c0803 # 1.0.1
|
|
28
28
|
|
|
29
29
|
test:
|
|
30
30
|
name: "Ruby ${{ matrix.ruby }}"
|
|
@@ -35,9 +35,9 @@ jobs:
|
|
|
35
35
|
matrix:
|
|
36
36
|
ruby: ${{ fromJSON(needs.rubocop_and_matrix.outputs.ruby) }}
|
|
37
37
|
steps:
|
|
38
|
-
- uses: actions/checkout@
|
|
38
|
+
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
|
|
39
39
|
- name: Setup ruby
|
|
40
|
-
uses: ruby/setup-ruby@v1
|
|
40
|
+
uses: ruby/setup-ruby@d45b1a4e94b71acab930e56e79c6aa188764e7f9 # v1.316.0
|
|
41
41
|
with:
|
|
42
42
|
ruby-version: ${{ matrix.ruby }}
|
|
43
43
|
bundler-cache: true
|
data/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,18 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
|
|
5
|
+
## [3.7.0](https://github.com/voxpupuli/beaker-hostgenerator/tree/3.7.0) (2026-07-09)
|
|
6
|
+
|
|
7
|
+
[Full Changelog](https://github.com/voxpupuli/beaker-hostgenerator/compare/3.6.0...3.7.0)
|
|
8
|
+
|
|
9
|
+
**Implemented enhancements:**
|
|
10
|
+
|
|
11
|
+
- Add Oracle 10 Support [\#468](https://github.com/voxpupuli/beaker-hostgenerator/pull/468) ([smahima27](https://github.com/smahima27))
|
|
12
|
+
|
|
13
|
+
**Fixed bugs:**
|
|
14
|
+
|
|
15
|
+
- EL8 & newer: Install gnupg2 [\#462](https://github.com/voxpupuli/beaker-hostgenerator/pull/462) ([bastelfreak](https://github.com/bastelfreak))
|
|
16
|
+
|
|
5
17
|
## [3.6.0](https://github.com/voxpupuli/beaker-hostgenerator/tree/3.6.0) (2026-04-27)
|
|
6
18
|
|
|
7
19
|
[Full Changelog](https://github.com/voxpupuli/beaker-hostgenerator/compare/3.5.0...3.6.0)
|
|
@@ -213,10 +225,6 @@ All notable changes to this project will be documented in this file.
|
|
|
213
225
|
|
|
214
226
|
- Add Amazon 2 [\#372](https://github.com/voxpupuli/beaker-hostgenerator/pull/372) ([joshcooper](https://github.com/joshcooper))
|
|
215
227
|
|
|
216
|
-
**Fixed bugs:**
|
|
217
|
-
|
|
218
|
-
- Don't prepend amd64/ for opensuse images [\#371](https://github.com/voxpupuli/beaker-hostgenerator/pull/371) ([h-haaks](https://github.com/h-haaks))
|
|
219
|
-
|
|
220
228
|
## [2.12.2](https://github.com/voxpupuli/beaker-hostgenerator/tree/2.12.2) (2024-05-22)
|
|
221
229
|
|
|
222
230
|
[Full Changelog](https://github.com/voxpupuli/beaker-hostgenerator/compare/2.12.1...2.12.2)
|
|
@@ -754,7 +754,7 @@ module BeakerHostGenerator
|
|
|
754
754
|
end
|
|
755
755
|
|
|
756
756
|
# Oracle
|
|
757
|
-
(7..
|
|
757
|
+
(7..11).each do |release|
|
|
758
758
|
yield ["oracle#{release}-64", "el-#{release}-x86_64"]
|
|
759
759
|
yield ["oracle#{release}-AARCH64", "el-#{release}-aarch64"] if release == 9
|
|
760
760
|
end
|
|
@@ -85,7 +85,7 @@ module BeakerHostGenerator
|
|
|
85
85
|
|
|
86
86
|
def el_package_install_command(version)
|
|
87
87
|
if version >= 8
|
|
88
|
-
'dnf install -y cronie crontabs initscripts iproute openssl wget which glibc-langpack-en hostname'
|
|
88
|
+
'dnf install -y cronie crontabs initscripts iproute openssl wget which glibc-langpack-en hostname gnupg2'
|
|
89
89
|
else
|
|
90
90
|
'yum install -y crontabs initscripts iproute openssl wget which sysvinit-tools tar ss'
|
|
91
91
|
end
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: beaker-hostgenerator
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.
|
|
4
|
+
version: 3.7.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Branan Purvine-Riley
|
|
@@ -207,7 +207,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
207
207
|
- !ruby/object:Gem::Version
|
|
208
208
|
version: '0'
|
|
209
209
|
requirements: []
|
|
210
|
-
rubygems_version: 4.0.
|
|
210
|
+
rubygems_version: 4.0.10
|
|
211
211
|
specification_version: 4
|
|
212
212
|
summary: Beaker Host Generator Utility
|
|
213
213
|
test_files: []
|