beaker-hostgenerator 1.11.1 → 1.14.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.github/workflows/test.yml +1 -0
- data/CHANGELOG.md +29 -4
- data/lib/beaker-hostgenerator/data.rb +9 -1
- data/lib/beaker-hostgenerator/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 0aedd1cbd7c360c23bad5e2092bcad3d95aadaed0ab70b79dc27aa5e9827f336
|
4
|
+
data.tar.gz: 74b9c942623e960cd24d5de2c064e59aecb42fab1917787058f8b940fc892d31
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: cd02231318d38a66ae4f3f1355d46c8d08e0429c13755347a549d0d3cf0808b2f13f0d9992b51eb4b818e1927807b9ca167e98669d348b89362e6e49d8a6c9b4
|
7
|
+
data.tar.gz: f371b1d082518b0102379578bd9c4a1edaadcadd847d1bab516aaf0c982502156167aa93175002a500968b0fd346e2625b0b32a29b6ca17f462887aae9793d83
|
data/.github/workflows/test.yml
CHANGED
data/CHANGELOG.md
CHANGED
@@ -2,6 +2,34 @@
|
|
2
2
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
4
4
|
|
5
|
+
## [1.14.0](https://github.com/voxpupuli/beaker-hostgenerator/tree/1.14.0) (2022-05-30)
|
6
|
+
|
7
|
+
[Full Changelog](https://github.com/voxpupuli/beaker-hostgenerator/compare/1.13.0...1.14.0)
|
8
|
+
|
9
|
+
**Implemented enhancements:**
|
10
|
+
|
11
|
+
- Add Ubuntu 22.04 [\#248](https://github.com/voxpupuli/beaker-hostgenerator/pull/248) ([jkroepke](https://github.com/jkroepke))
|
12
|
+
|
13
|
+
## [1.13.0](https://github.com/voxpupuli/beaker-hostgenerator/tree/1.13.0) (2022-05-25)
|
14
|
+
|
15
|
+
[Full Changelog](https://github.com/voxpupuli/beaker-hostgenerator/compare/1.12.0...1.13.0)
|
16
|
+
|
17
|
+
**Implemented enhancements:**
|
18
|
+
|
19
|
+
- \(IMAGES-1339\) Add Ubuntu 22.04 support [\#249](https://github.com/voxpupuli/beaker-hostgenerator/pull/249) ([cthorn42](https://github.com/cthorn42))
|
20
|
+
|
21
|
+
## [1.12.0](https://github.com/voxpupuli/beaker-hostgenerator/tree/1.12.0) (2022-02-21)
|
22
|
+
|
23
|
+
[Full Changelog](https://github.com/voxpupuli/beaker-hostgenerator/compare/1.11.1...1.12.0)
|
24
|
+
|
25
|
+
**Implemented enhancements:**
|
26
|
+
|
27
|
+
- \(IMAGES-1334\) Add support for macOS 12 [\#245](https://github.com/voxpupuli/beaker-hostgenerator/pull/245) ([AriaXLi](https://github.com/AriaXLi))
|
28
|
+
|
29
|
+
**Merged pull requests:**
|
30
|
+
|
31
|
+
- Add Ruby 3.1 to CI matrix [\#246](https://github.com/voxpupuli/beaker-hostgenerator/pull/246) ([bastelfreak](https://github.com/bastelfreak))
|
32
|
+
|
5
33
|
## [1.11.1](https://github.com/voxpupuli/beaker-hostgenerator/tree/1.11.1) (2022-02-01)
|
6
34
|
|
7
35
|
[Full Changelog](https://github.com/voxpupuli/beaker-hostgenerator/compare/1.11.0...1.11.1)
|
@@ -17,11 +45,8 @@ All notable changes to this project will be documented in this file.
|
|
17
45
|
**Implemented enhancements:**
|
18
46
|
|
19
47
|
- Use CentOS Stream 8 instead of CentOS Linux 8 [\#240](https://github.com/voxpupuli/beaker-hostgenerator/pull/240) ([ekohl](https://github.com/ekohl))
|
20
|
-
- Add CentOS 9 support [\#225](https://github.com/voxpupuli/beaker-hostgenerator/pull/225) ([ekohl](https://github.com/ekohl))
|
21
|
-
|
22
|
-
**Merged pull requests:**
|
23
|
-
|
24
48
|
- Drop redundant attributes from generated data [\#239](https://github.com/voxpupuli/beaker-hostgenerator/pull/239) ([ekohl](https://github.com/ekohl))
|
49
|
+
- Add CentOS 9 support [\#225](https://github.com/voxpupuli/beaker-hostgenerator/pull/225) ([ekohl](https://github.com/ekohl))
|
25
50
|
|
26
51
|
## [1.10.0](https://github.com/voxpupuli/beaker-hostgenerator/tree/1.10.0) (2021-12-10)
|
27
52
|
|
@@ -103,7 +103,7 @@ module BeakerHostGenerator
|
|
103
103
|
# Ubuntu
|
104
104
|
#
|
105
105
|
# Generate LTS platforms
|
106
|
-
(14..
|
106
|
+
(14..22).select(&:even?).each do |release|
|
107
107
|
# 32 bit support was dropped in Ubuntu 18.04
|
108
108
|
if release < 18
|
109
109
|
result["ubuntu#{release}04-32"] = {
|
@@ -884,6 +884,14 @@ module BeakerHostGenerator
|
|
884
884
|
'template' => 'macos-112-x86_64'
|
885
885
|
}
|
886
886
|
},
|
887
|
+
'osx12-64' => {
|
888
|
+
:general => {
|
889
|
+
'platform' => 'osx-12-x86_64'
|
890
|
+
},
|
891
|
+
:vmpooler => {
|
892
|
+
'template' => 'macos-12-x86_64'
|
893
|
+
}
|
894
|
+
},
|
887
895
|
'redhat4-32' => {
|
888
896
|
:general => {
|
889
897
|
'platform' => 'el-4-i386'
|
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: 1.
|
4
|
+
version: 1.14.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Branan Purvine-Riley
|
@@ -10,7 +10,7 @@ authors:
|
|
10
10
|
autorequire:
|
11
11
|
bindir: bin
|
12
12
|
cert_chain: []
|
13
|
-
date: 2022-
|
13
|
+
date: 2022-05-30 00:00:00.000000000 Z
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
16
16
|
name: minitest
|
@@ -208,7 +208,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
208
208
|
- !ruby/object:Gem::Version
|
209
209
|
version: '0'
|
210
210
|
requirements: []
|
211
|
-
rubygems_version: 3.2.
|
211
|
+
rubygems_version: 3.2.33
|
212
212
|
signing_key:
|
213
213
|
specification_version: 4
|
214
214
|
summary: Beaker Host Generator Utility
|