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 +4 -4
- data/CHANGELOG.md +8 -0
- data/lib/beaker-hostgenerator/data.rb +5 -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: de6a0e6b07b19c0cedf5301ae4b20ba102f0c565ce785bb7b6af882a8c00ecfc
|
4
|
+
data.tar.gz: d2f60f6f94e4078bd06fbd159ae64da345a6b17bd94f9abc2901ab720537a490
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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)
|
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.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-
|
13
|
+
date: 2025-04-11 00:00:00.000000000 Z
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
16
16
|
name: fakefs
|