beaker-hostgenerator 2.9.0 → 2.9.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: 18a555f154cfac8226cb7b298bbd9a23d01d261f75c62be6483125c3a59e0340
4
- data.tar.gz: 1c256a05ab502937b9075d87575ab9d9f95dd1625543e92b2b8aef8481f3995c
3
+ metadata.gz: 2145b83d2e15cdd6d2a18eb95eab96355800a2362cee925313589b5d166e7c16
4
+ data.tar.gz: 6eba387dac461e0c7b31ef6bfadc64e5bc42801683ecc5313238a1c22ea58dd8
5
5
  SHA512:
6
- metadata.gz: 3dfa4d5d5c27fd862f79700fac9adcd7b6a06cc4d6d446faf15923d01b9efd89ff90068888324355a78454b0b937b1b1161d9a46fcc15d4557f250237d9f9a5f
7
- data.tar.gz: 4502807be054160529b6ddad094491ec03a9963512a50e0397d5e2ecc467d1a6e5b768fd10c20d11e6dd96012795757527efa6664f67f1bb0a1648e517b339fa
6
+ metadata.gz: a7879d38086005f3b9bdb30b3304c7c1f0376d0ad7130e7aaf9972075eb184c74b1166d386f4ba51369e40c5d926d602eacff7140a55b785c38249efc51ace90
7
+ data.tar.gz: 9f970a8976523e4df0e0f716c9a7d8bc74920d4a71379bf8028a24b99c40d4f8ba6693a3ce962839b464013169c3fb0bd4a4ca32294dce5599c78bec2bbbf587
data/CHANGELOG.md CHANGED
@@ -2,6 +2,15 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file.
4
4
 
5
+ ## [2.9.1](https://github.com/voxpupuli/beaker-hostgenerator/tree/2.9.1) (2024-01-24)
6
+
7
+ [Full Changelog](https://github.com/voxpupuli/beaker-hostgenerator/compare/2.9.0...2.9.1)
8
+
9
+ **Fixed bugs:**
10
+
11
+ - Pull correct vagrant boxes for AlmaLinux [\#351](https://github.com/voxpupuli/beaker-hostgenerator/pull/351) ([traylenator](https://github.com/traylenator))
12
+ - Fix rhel9 power ABS name [\#350](https://github.com/voxpupuli/beaker-hostgenerator/pull/350) ([nmburgan](https://github.com/nmburgan))
13
+
5
14
  ## [2.9.0](https://github.com/voxpupuli/beaker-hostgenerator/tree/2.9.0) (2023-11-27)
6
15
 
7
16
  [Full Changelog](https://github.com/voxpupuli/beaker-hostgenerator/compare/2.8.2...2.9.0)
@@ -387,7 +387,7 @@ module BeakerHostGenerator
387
387
  'platform' => 'el-9-ppc64le',
388
388
  },
389
389
  abs: {
390
- 'template' => 'redhat-9-power',
390
+ 'template' => 'redhat-9-power9',
391
391
  },
392
392
  },
393
393
  'sles11-32' => {
@@ -8,9 +8,10 @@ module BeakerHostGenerator
8
8
  include BeakerHostGenerator::Data
9
9
 
10
10
  def generate_node(node_info, base_config, bhg_version)
11
- base_config['box'] = if node_info['ostype'] =~ /^centos/
11
+ base_config['box'] = case node_info['ostype']
12
+ when /^centos/, /^almalinux/
12
13
  node_info['ostype'].sub(/(\d)/, '/\1')
13
- elsif node_info['ostype'] =~ /^fedora/
14
+ when /^fedora/
14
15
  node_info['ostype'].sub(/(\d)/, '/\1') + '-cloud-base'
15
16
  else
16
17
  "generic/#{node_info['ostype']}"
@@ -1,5 +1,5 @@
1
1
  module BeakerHostGenerator
2
2
  module Version
3
- STRING = '2.9.0'
3
+ STRING = '2.9.1'
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.9.0
4
+ version: 2.9.1
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: 2023-11-27 00:00:00.000000000 Z
14
+ date: 2024-01-24 00:00:00.000000000 Z
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency
17
17
  name: fakefs