beaker-hostgenerator 2.12.1 → 2.12.2
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 +8 -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: 981ece2572dcc91e9f08e48dd504ae4fbdcf6a2abcbae7d815ebc4f980b674f2
|
|
4
|
+
data.tar.gz: 9711724a2d267091e8bbd882d21226735312faf9353520f0d315f0171855c819
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 9fc416d3ba3249547c17e022e0edaeb05cfa0f7a835b16d538fbd60be6cfb7de02419254d899954bfe58028a1d2ccafeff015ccc2653c9ec0fa9afb438044641
|
|
7
|
+
data.tar.gz: 8c89963239988066e0d0b8a932c0abfbe0d94e6ecaa48451670092b4f95560ab72d4e4a37c0f200827cb71f86b3c051212f92b07e06a2ca73e22c72c647dd007
|
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.12.2](https://github.com/voxpupuli/beaker-hostgenerator/tree/2.12.2) (2024-05-22)
|
|
6
|
+
|
|
7
|
+
[Full Changelog](https://github.com/voxpupuli/beaker-hostgenerator/compare/2.12.1...2.12.2)
|
|
8
|
+
|
|
9
|
+
**Fixed bugs:**
|
|
10
|
+
|
|
11
|
+
- Use Red Hat 7 for Amazon Linux 2 x86\_64 [\#369](https://github.com/voxpupuli/beaker-hostgenerator/pull/369) ([mhashizume](https://github.com/mhashizume))
|
|
12
|
+
|
|
5
13
|
## [2.12.1](https://github.com/voxpupuli/beaker-hostgenerator/tree/2.12.1) (2024-05-21)
|
|
6
14
|
|
|
7
15
|
[Full Changelog](https://github.com/voxpupuli/beaker-hostgenerator/compare/2.12.0...2.12.1)
|
|
@@ -114,6 +114,14 @@ module BeakerHostGenerator
|
|
|
114
114
|
'template' => 'amazon-6-x86_64',
|
|
115
115
|
},
|
|
116
116
|
},
|
|
117
|
+
'amazon7-64' => {
|
|
118
|
+
general: {
|
|
119
|
+
'platform' => 'el-7-x86_64',
|
|
120
|
+
},
|
|
121
|
+
abs: {
|
|
122
|
+
'template' => 'amazon-7-x86_64',
|
|
123
|
+
},
|
|
124
|
+
},
|
|
117
125
|
'archlinuxrolling-64' => {
|
|
118
126
|
general: {
|
|
119
127
|
'platform' => 'archlinux-rolling-x64',
|
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.12.
|
|
4
|
+
version: 2.12.2
|
|
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-05-
|
|
14
|
+
date: 2024-05-22 00:00:00.000000000 Z
|
|
15
15
|
dependencies:
|
|
16
16
|
- !ruby/object:Gem::Dependency
|
|
17
17
|
name: fakefs
|