beaker-hostgenerator 2.12.0 → 2.12.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 +4 -4
- data/CHANGELOG.md +8 -0
- data/lib/beaker-hostgenerator/data.rb +2 -16
- 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: 4616232d6dbef7f9bdaff27238da6ab36f128e81bea3f217d93f928e161bf1d6
|
|
4
|
+
data.tar.gz: ce2ad153a63cefc33f0a780122901b7f2c32d411cd8334389af4c5ec484c31a6
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: '0286990b05298928e80bc6d0c15e2cb4031d067d7828b13f04161ac48994136b29b4654e8498de9160e1fdcd78d3cec8ee2ed42039d4655fef68eabeb1d510c5'
|
|
7
|
+
data.tar.gz: f208ad0bb834240dcefa774b205a813b3e8619b6a9dfc62a1ed9195ad886dd5bb4dad3cad8d386b26a3144e4ccc1126ca0b8d352eedce9124f05e962e1c3044a
|
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.1](https://github.com/voxpupuli/beaker-hostgenerator/tree/2.12.1) (2024-05-21)
|
|
6
|
+
|
|
7
|
+
[Full Changelog](https://github.com/voxpupuli/beaker-hostgenerator/compare/2.12.0...2.12.1)
|
|
8
|
+
|
|
9
|
+
**Fixed bugs:**
|
|
10
|
+
|
|
11
|
+
- Update Amazon Linux 2 bindings [\#367](https://github.com/voxpupuli/beaker-hostgenerator/pull/367) ([mhashizume](https://github.com/mhashizume))
|
|
12
|
+
|
|
5
13
|
## [2.12.0](https://github.com/voxpupuli/beaker-hostgenerator/tree/2.12.0) (2024-05-15)
|
|
6
14
|
|
|
7
15
|
[Full Changelog](https://github.com/voxpupuli/beaker-hostgenerator/compare/2.11.0...2.12.0)
|
|
@@ -114,22 +114,6 @@ 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
|
-
},
|
|
125
|
-
'amazon7-ARM64' => {
|
|
126
|
-
general: {
|
|
127
|
-
'platform' => 'el-7-aarch64',
|
|
128
|
-
},
|
|
129
|
-
abs: {
|
|
130
|
-
'template' => 'amazon-7-arm64',
|
|
131
|
-
},
|
|
132
|
-
},
|
|
133
117
|
'archlinuxrolling-64' => {
|
|
134
118
|
general: {
|
|
135
119
|
'platform' => 'archlinux-rolling-x64',
|
|
@@ -1129,6 +1113,8 @@ module BeakerHostGenerator
|
|
|
1129
1113
|
end
|
|
1130
1114
|
|
|
1131
1115
|
# Amazon Linux
|
|
1116
|
+
yield %w[amazon7-64 amazon-7-x86_64]
|
|
1117
|
+
yield %w[amazon7-AARCH64 amazon-7-aarch64]
|
|
1132
1118
|
yield %w[amazon2023-64 amazon-2023-x86_64]
|
|
1133
1119
|
yield %w[amazon2023-AARCH64 amazon-2023-aarch64]
|
|
1134
1120
|
|
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.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: 2024-05-
|
|
14
|
+
date: 2024-05-21 00:00:00.000000000 Z
|
|
15
15
|
dependencies:
|
|
16
16
|
- !ruby/object:Gem::Dependency
|
|
17
17
|
name: fakefs
|