beaker-hostgenerator 2.14.2 → 2.15.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +9 -1
- data/lib/beaker-hostgenerator/data.rb +11 -0
- data/lib/beaker-hostgenerator/version.rb +1 -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: 9661ec74cd92772d21c330e9b419b52eb08cf40f9765da034873a3655a1d4694
|
4
|
+
data.tar.gz: 9bd5345e1114b4a3c700d39f11d37e6fb46f364e002b62acd7a302c058d147a9
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2dc145c0cf45b79051306432da33e65817f24bca0b9e1260dc4b00c63ab5b6e2e10a50f5f607e64d57a8be5d15c0ba06201a5703b5653c12987fdcf05aa30ef6
|
7
|
+
data.tar.gz: 775fa007c7f624a209add92cbdc5018a14a5bbdf1801823c54603f784dca1d26f25924c895d40a27c957e418fa15c8eb06da84086863418ce7ff86330749f4cd
|
data/CHANGELOG.md
CHANGED
@@ -2,13 +2,21 @@
|
|
2
2
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
4
4
|
|
5
|
+
## [2.15.0](https://github.com/voxpupuli/beaker-hostgenerator/tree/2.15.0) (2024-08-22)
|
6
|
+
|
7
|
+
[Full Changelog](https://github.com/voxpupuli/beaker-hostgenerator/compare/2.14.2...2.15.0)
|
8
|
+
|
9
|
+
**Implemented enhancements:**
|
10
|
+
|
11
|
+
- Add support for oracle9-aarch64 [\#382](https://github.com/voxpupuli/beaker-hostgenerator/pull/382) ([smahima27](https://github.com/smahima27))
|
12
|
+
|
5
13
|
## [2.14.2](https://github.com/voxpupuli/beaker-hostgenerator/tree/2.14.2) (2024-07-04)
|
6
14
|
|
7
15
|
[Full Changelog](https://github.com/voxpupuli/beaker-hostgenerator/compare/2.14.1...2.14.2)
|
8
16
|
|
9
17
|
**Fixed bugs:**
|
10
18
|
|
11
|
-
- Fix template name for rocky9 and almalinux9 arm [\#380](https://github.com/voxpupuli/beaker-hostgenerator/pull/380) ([
|
19
|
+
- Fix template name for rocky9 and almalinux9 arm [\#380](https://github.com/voxpupuli/beaker-hostgenerator/pull/380) ([skyamgarp](https://github.com/skyamgarp))
|
12
20
|
|
13
21
|
## [2.14.1](https://github.com/voxpupuli/beaker-hostgenerator/tree/2.14.1) (2024-06-28)
|
14
22
|
|
@@ -441,6 +441,17 @@ module BeakerHostGenerator
|
|
441
441
|
'template' => 'redhat-9-power9',
|
442
442
|
},
|
443
443
|
},
|
444
|
+
'oracle9-AARCH64' => {
|
445
|
+
general: {
|
446
|
+
'platform' => 'el-9-aarch64',
|
447
|
+
},
|
448
|
+
abs: {
|
449
|
+
'template' => 'oracle-9-arm64',
|
450
|
+
},
|
451
|
+
vmpooler: {
|
452
|
+
'template' => 'oracle-9-arm64',
|
453
|
+
},
|
454
|
+
},
|
444
455
|
'sles11-32' => {
|
445
456
|
general: {
|
446
457
|
'platform' => 'sles-11-i386',
|
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: 2.
|
4
|
+
version: 2.15.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Branan Purvine-Riley
|
@@ -11,7 +11,7 @@ authors:
|
|
11
11
|
autorequire:
|
12
12
|
bindir: bin
|
13
13
|
cert_chain: []
|
14
|
-
date: 2024-
|
14
|
+
date: 2024-08-22 00:00:00.000000000 Z
|
15
15
|
dependencies:
|
16
16
|
- !ruby/object:Gem::Dependency
|
17
17
|
name: fakefs
|