beaker-hostgenerator 1.12.0 → 1.13.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +8 -0
- data/lib/beaker-hostgenerator/data.rb +1 -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: b900e0a42cedfe1bc4356e3f4427ea2be789852460866d51774dd73e3bafefc8
|
4
|
+
data.tar.gz: 54ea9e430741ee3a37f62a6893542c84b11fb747122a359a711289014a284d84
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ee9383ae2be2c5234ee4bfb96504b5219d8f701cd967fc55d4f23be471102c9e895a5afc3fc2145d691cdb18a72df5923b9cd15ef541fd6a0e638e90232ee643
|
7
|
+
data.tar.gz: 0bfb65772bf018e637b73990efcde82fe73bee5f88c3445a356d7144ef6e3e5f626c12877925277b87054376f5a8a15878a862c2ec8fec9492d1315cddabade0
|
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
|
+
## [1.13.0](https://github.com/voxpupuli/beaker-hostgenerator/tree/1.13.0) (2022-05-25)
|
6
|
+
|
7
|
+
[Full Changelog](https://github.com/voxpupuli/beaker-hostgenerator/compare/1.12.0...1.13.0)
|
8
|
+
|
9
|
+
**Merged pull requests:**
|
10
|
+
|
11
|
+
- \(IMAGES-1339\) Add Ubuntu 22.04 support [\#249](https://github.com/voxpupuli/beaker-hostgenerator/pull/249) ([cthorn42](https://github.com/cthorn42))
|
12
|
+
|
5
13
|
## [1.12.0](https://github.com/voxpupuli/beaker-hostgenerator/tree/1.12.0) (2022-02-21)
|
6
14
|
|
7
15
|
[Full Changelog](https://github.com/voxpupuli/beaker-hostgenerator/compare/1.11.1...1.12.0)
|
@@ -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"] = {
|
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.13.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-25 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
|