beaker-hostgenerator 2.20.0 → 2.21.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 +9 -0
- data/lib/beaker-hostgenerator/data.rb +11 -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: 32b58d58cded0c7290fd70ebce2003d00de28ae09454826381d4c23ae5d27997
|
4
|
+
data.tar.gz: d1fcf42efb3b9a6d10ef3d685345a085244e2082b0e51498612b3fdd51e0f013
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2f8d340b9fb7d2800faa745e4a655611c241a4c8676e89618403b54b44b45e5c571804a9391eca5198526654cceca499486d64ff4299af0a0ee5270f34ebee59
|
7
|
+
data.tar.gz: '09766cdd3505f3b045695edcbc2804d0eb5f16d53f0bbcdc37616fa477a9d2754452ea1539afb938af0d5faf0a76215c050a1c26bb27efa371e84b3732c8147a'
|
data/CHANGELOG.md
CHANGED
@@ -2,6 +2,15 @@
|
|
2
2
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
4
4
|
|
5
|
+
## [2.21.0](https://github.com/voxpupuli/beaker-hostgenerator/tree/2.21.0) (2025-02-13)
|
6
|
+
|
7
|
+
[Full Changelog](https://github.com/voxpupuli/beaker-hostgenerator/compare/2.20.0...2.21.0)
|
8
|
+
|
9
|
+
**Implemented enhancements:**
|
10
|
+
|
11
|
+
- Add new platform for windows server 2025 [\#396](https://github.com/voxpupuli/beaker-hostgenerator/pull/396) ([shubhamperforce](https://github.com/shubhamperforce))
|
12
|
+
- Add support for amazonfips-2023 [\#395](https://github.com/voxpupuli/beaker-hostgenerator/pull/395) ([smahima27](https://github.com/smahima27))
|
13
|
+
|
5
14
|
## [2.20.0](https://github.com/voxpupuli/beaker-hostgenerator/tree/2.20.0) (2025-01-30)
|
6
15
|
|
7
16
|
[Full Changelog](https://github.com/voxpupuli/beaker-hostgenerator/compare/2.19.0...2.20.0)
|
@@ -972,6 +972,16 @@ module BeakerHostGenerator
|
|
972
972
|
'template' => 'win-2019-core-x86_64',
|
973
973
|
},
|
974
974
|
},
|
975
|
+
'windows2025_ent-64' => {
|
976
|
+
general: {
|
977
|
+
'platform' => 'windows-2025-64',
|
978
|
+
'packaging_platform' => 'windows-2025-x64',
|
979
|
+
'ruby_arch' => 'x64',
|
980
|
+
},
|
981
|
+
vmpooler: {
|
982
|
+
'template' => 'win-2025-ent-x64',
|
983
|
+
},
|
984
|
+
},
|
975
985
|
'windows2022-64' => {
|
976
986
|
general: {
|
977
987
|
'platform' => 'windows-2022-64',
|
@@ -1197,6 +1207,7 @@ module BeakerHostGenerator
|
|
1197
1207
|
yield %w[amazon2-AARCH64 amazon-2-aarch64]
|
1198
1208
|
yield %w[amazon2023-64 amazon-2023-x86_64]
|
1199
1209
|
yield %w[amazon2023-AARCH64 amazon-2023-aarch64]
|
1210
|
+
yield %w[amazonfips2023-64 amazonfips-2023-x86_64]
|
1200
1211
|
|
1201
1212
|
# Oracle / OracleLinux
|
1202
1213
|
yield ['oracle6-32', 'el-6-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: 2.
|
4
|
+
version: 2.21.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Branan Purvine-Riley
|
@@ -10,7 +10,7 @@ authors:
|
|
10
10
|
- Vox Pupuli
|
11
11
|
bindir: bin
|
12
12
|
cert_chain: []
|
13
|
-
date: 2025-
|
13
|
+
date: 2025-02-14 00:00:00.000000000 Z
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
16
16
|
name: fakefs
|