beaker-hostgenerator 2.14.2 → 2.15.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: 80e535e81b17b0411fff093d184ba4c70dab08a2a834b1a1edd6ee9d1baec4ad
4
- data.tar.gz: dee81913855930a3d7dbefb23d0e57940593cba106e8df4bb1fe5b4f645baf03
3
+ metadata.gz: 9661ec74cd92772d21c330e9b419b52eb08cf40f9765da034873a3655a1d4694
4
+ data.tar.gz: 9bd5345e1114b4a3c700d39f11d37e6fb46f364e002b62acd7a302c058d147a9
5
5
  SHA512:
6
- metadata.gz: 211b7a77ab9dafa8818baeef7372dde1f38533dded1b9bebc10b61031504d04106df9b763afa50afede24b1a5f6a5e46cbc688dafa0589332bd7d81dbdb4b42c
7
- data.tar.gz: e9323d193890498a59fb034343f23f95ad2eecfb8f9ad62a13a8779791a25cb3c61f125a9c8c825330429e4df83830588c469d5af5336b3a4aa1230efe3f93a6
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) ([daberkow](https://github.com/daberkow))
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',
@@ -1,5 +1,5 @@
1
1
  module BeakerHostGenerator
2
2
  module Version
3
- STRING = '2.14.2'
3
+ STRING = '2.15.0'
4
4
  end
5
5
  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: 2.14.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-07-04 00:00:00.000000000 Z
14
+ date: 2024-08-22 00:00:00.000000000 Z
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency
17
17
  name: fakefs