beaker-hostgenerator 2.12.0 → 2.12.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +16 -0
- data/lib/beaker-hostgenerator/data.rb +2 -8
- 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,22 @@
|
|
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
|
+
|
13
|
+
## [2.12.1](https://github.com/voxpupuli/beaker-hostgenerator/tree/2.12.1) (2024-05-21)
|
14
|
+
|
15
|
+
[Full Changelog](https://github.com/voxpupuli/beaker-hostgenerator/compare/2.12.0...2.12.1)
|
16
|
+
|
17
|
+
**Fixed bugs:**
|
18
|
+
|
19
|
+
- Update Amazon Linux 2 bindings [\#367](https://github.com/voxpupuli/beaker-hostgenerator/pull/367) ([mhashizume](https://github.com/mhashizume))
|
20
|
+
|
5
21
|
## [2.12.0](https://github.com/voxpupuli/beaker-hostgenerator/tree/2.12.0) (2024-05-15)
|
6
22
|
|
7
23
|
[Full Changelog](https://github.com/voxpupuli/beaker-hostgenerator/compare/2.11.0...2.12.0)
|
@@ -122,14 +122,6 @@ module BeakerHostGenerator
|
|
122
122
|
'template' => 'amazon-7-x86_64',
|
123
123
|
},
|
124
124
|
},
|
125
|
-
'amazon7-ARM64' => {
|
126
|
-
general: {
|
127
|
-
'platform' => 'el-7-aarch64',
|
128
|
-
},
|
129
|
-
abs: {
|
130
|
-
'template' => 'amazon-7-arm64',
|
131
|
-
},
|
132
|
-
},
|
133
125
|
'archlinuxrolling-64' => {
|
134
126
|
general: {
|
135
127
|
'platform' => 'archlinux-rolling-x64',
|
@@ -1129,6 +1121,8 @@ module BeakerHostGenerator
|
|
1129
1121
|
end
|
1130
1122
|
|
1131
1123
|
# Amazon Linux
|
1124
|
+
yield %w[amazon7-64 amazon-7-x86_64]
|
1125
|
+
yield %w[amazon7-AARCH64 amazon-7-aarch64]
|
1132
1126
|
yield %w[amazon2023-64 amazon-2023-x86_64]
|
1133
1127
|
yield %w[amazon2023-AARCH64 amazon-2023-aarch64]
|
1134
1128
|
|
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
|