beaker-hostgenerator 2.22.0 → 2.23.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: 4496d6d000ecd5222a544d818f3c9e9632561b0677c3124aee98648637ea9497
4
- data.tar.gz: 7a3c5b49258d12365368effb7f8e2abc8d2284666d1b14c522c43847c3cf2503
3
+ metadata.gz: de6a0e6b07b19c0cedf5301ae4b20ba102f0c565ce785bb7b6af882a8c00ecfc
4
+ data.tar.gz: d2f60f6f94e4078bd06fbd159ae64da345a6b17bd94f9abc2901ab720537a490
5
5
  SHA512:
6
- metadata.gz: 9bf2e613504fc3d8b9bf4318d80782334190059eba6c8cfc546fe7ad6b32556c3ec8d2963cb978d24df8a28db74f960f8a97df2002d9de1b8fa3ba90f33d600c
7
- data.tar.gz: 9420196c3e1b07ab7bbab2989b42f1bb05cbffd04da51e7fa24d2d1420f798467be7df9ebefaa7e667333dfc5fd76f29e8c69d6ffbb588b64caaafee87dbeb82
6
+ metadata.gz: 066f4e64229fa78050df05a0da4b49a42a2b84c70c8854d5a07d4d8f41688b357498c084d3105d15edc9f929b89e2cbca85b4078491cf9c57067405a9e2da2ea
7
+ data.tar.gz: ac938a857599780c6010071d96a012b372fd97b79efe86512c4c21678ad17e68fcab784d6a78ff6cb20de76ff1f2cdee2ea6a40a16febceb234467dc7a84c0cb
data/CHANGELOG.md CHANGED
@@ -2,6 +2,14 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file.
4
4
 
5
+ ## [2.23.0](https://github.com/voxpupuli/beaker-hostgenerator/tree/2.23.0) (2025-04-11)
6
+
7
+ [Full Changelog](https://github.com/voxpupuli/beaker-hostgenerator/compare/2.22.0...2.23.0)
8
+
9
+ **Implemented enhancements:**
10
+
11
+ - Add Redhat-10-beta [\#404](https://github.com/voxpupuli/beaker-hostgenerator/pull/404) ([shubhamperforce](https://github.com/shubhamperforce))
12
+
5
13
  ## [2.22.0](https://github.com/voxpupuli/beaker-hostgenerator/tree/2.22.0) (2025-03-14)
6
14
 
7
15
  [Full Changelog](https://github.com/voxpupuli/beaker-hostgenerator/compare/2.21.0...2.22.0)
@@ -391,6 +391,11 @@ module BeakerHostGenerator
391
391
  'template' => 'redhat-9-arm64',
392
392
  },
393
393
  },
394
+ 'redhat10-64' => {
395
+ general: {
396
+ 'platform' => 'el-10-x86_64',
397
+ },
398
+ },
394
399
  'rocky8-64' => {
395
400
  general: {
396
401
  'platform' => 'el-8-x86_64',
@@ -1,5 +1,5 @@
1
1
  module BeakerHostGenerator
2
2
  module Version
3
- STRING = '2.22.0'
3
+ STRING = '2.23.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.22.0
4
+ version: 2.23.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Branan Purvine-Riley
@@ -10,7 +10,7 @@ authors:
10
10
  - Vox Pupuli
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2025-03-14 00:00:00.000000000 Z
13
+ date: 2025-04-11 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: fakefs