beaker-hostgenerator 2.2.3 → 2.4.0

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c4750b645ea54dcb7a01ff52e8ce856b91b0800d705766212eeea2142ef689e9
4
- data.tar.gz: 264cd3f5504e3b4a63dd163d33bef5168fcd63990d7847624725645fc1a8f61a
3
+ metadata.gz: 22cf38a373925f63fb310902730bf1532e53a460527a6259233821c93a0db8fe
4
+ data.tar.gz: 14f713eed9df7579c542266b423092fa57a063d6d51c0ac9e2e03a3a82417de2
5
5
  SHA512:
6
- metadata.gz: 0207fab6d139d5019c1ed18a272342a063e9608217af1b28d7b1ba71f215b2fdceb58c01143d53df02e111bc77e1a6f0c988bbb9fd58ce0c6b9c2f4121db4c54
7
- data.tar.gz: e3ab592501282324f12ffd66afcf8646a50aa76584923a567af1b31b26d2ab0f1f2a7c212ff1380937a4da02c2e92887b77492995070a5fe9e5776166cb6e268
6
+ metadata.gz: defe372c4dbaf393d101bc7ce7a4e12b59b1bcf040fb7da6b4b449f136cf449cbbefde28397351d8f79e8c50035d180b60c8fb51aaa28d320cfa4e35f7a5d87a
7
+ data.tar.gz: f882b7baf795a40252d243c53d4e987c1e2965a9c5d61caa64b29bf1ccea85f463448cc79893dde483b5a493e1f77d58f42063319a3779aa69a02f7fafd32c6d
@@ -10,7 +10,7 @@ jobs:
10
10
  runs-on: ubuntu-latest
11
11
  if: github.repository_owner == 'voxpupuli'
12
12
  steps:
13
- - uses: actions/checkout@v3
13
+ - uses: actions/checkout@v4
14
14
  - name: Install Ruby 3.0
15
15
  uses: ruby/setup-ruby@v1
16
16
  with:
@@ -12,7 +12,7 @@ jobs:
12
12
  BUNDLE_WITHOUT: release
13
13
  runs-on: ubuntu-latest
14
14
  steps:
15
- - uses: actions/checkout@v3
15
+ - uses: actions/checkout@v4
16
16
  - name: Install Ruby ${{ matrix.ruby }}
17
17
  uses: ruby/setup-ruby@v1
18
18
  with:
@@ -36,7 +36,7 @@ jobs:
36
36
  COVERAGE: ${{ matrix.coverage }}
37
37
  BUNDLE_WITHOUT: release:rubocop
38
38
  steps:
39
- - uses: actions/checkout@v3
39
+ - uses: actions/checkout@v4
40
40
  - name: Install Ruby ${{ matrix.ruby }}
41
41
  uses: ruby/setup-ruby@v1
42
42
  with:
data/CHANGELOG.md CHANGED
@@ -2,6 +2,26 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file.
4
4
 
5
+ ## [2.4.0](https://github.com/voxpupuli/beaker-hostgenerator/tree/2.4.0) (2023-09-12)
6
+
7
+ [Full Changelog](https://github.com/voxpupuli/beaker-hostgenerator/compare/2.3.0...2.4.0)
8
+
9
+ **Implemented enhancements:**
10
+
11
+ - \(RE-15541\) Add debian-12-arm64 support [\#331](https://github.com/voxpupuli/beaker-hostgenerator/pull/331) ([yachub](https://github.com/yachub))
12
+ - Add debian-11-arm64 support [\#330](https://github.com/voxpupuli/beaker-hostgenerator/pull/330) ([yachub](https://github.com/yachub))
13
+ - \(RE-15206\) Add ubuntu-2204-arm64 fixtures [\#328](https://github.com/voxpupuli/beaker-hostgenerator/pull/328) ([yachub](https://github.com/yachub))
14
+ - \(RE-15156\) Add redhat-9-arm64 support [\#327](https://github.com/voxpupuli/beaker-hostgenerator/pull/327) ([yachub](https://github.com/yachub))
15
+
16
+ ## [2.3.0](https://github.com/voxpupuli/beaker-hostgenerator/tree/2.3.0) (2023-08-11)
17
+
18
+ [Full Changelog](https://github.com/voxpupuli/beaker-hostgenerator/compare/2.2.3...2.3.0)
19
+
20
+ **Implemented enhancements:**
21
+
22
+ - Support Debian 12 \(\#323\) [\#324](https://github.com/voxpupuli/beaker-hostgenerator/pull/324) ([deric](https://github.com/deric))
23
+ - Add OracleLinux 8 & 9 support [\#321](https://github.com/voxpupuli/beaker-hostgenerator/pull/321) ([bastelfreak](https://github.com/bastelfreak))
24
+
5
25
  ## [2.2.3](https://github.com/voxpupuli/beaker-hostgenerator/tree/2.2.3) (2023-07-30)
6
26
 
7
27
  [Full Changelog](https://github.com/voxpupuli/beaker-hostgenerator/compare/2.2.2...2.2.3)
@@ -185,6 +185,24 @@ module BeakerHostGenerator
185
185
  'box' => 'debian/bullseye64',
186
186
  },
187
187
  },
188
+ 'debian11-AARCH64' => {
189
+ general: {
190
+ 'platform' => 'debian-11-aarch64',
191
+ },
192
+ },
193
+ 'debian12-64' => {
194
+ general: {
195
+ 'platform' => 'debian-12-amd64',
196
+ },
197
+ vagrant: {
198
+ 'box' => 'debian/bookworm64',
199
+ },
200
+ },
201
+ 'debian12-AARCH64' => {
202
+ general: {
203
+ 'platform' => 'debian-12-aarch64',
204
+ },
205
+ },
188
206
  'panos61-64' => {
189
207
  general: {
190
208
  'platform' => 'palo-alto-6.1.0-x86_64',
@@ -353,6 +371,17 @@ module BeakerHostGenerator
353
371
  'platform' => 'el-9-x86_64',
354
372
  },
355
373
  },
374
+ 'redhat9-AARCH64' => {
375
+ general: {
376
+ 'platform' => 'el-9-aarch64',
377
+ },
378
+ abs: {
379
+ 'template' => 'redhat-9-arm64',
380
+ },
381
+ vmpooler: {
382
+ 'template' => 'redhat-9-arm64',
383
+ },
384
+ },
356
385
  'sles11-32' => {
357
386
  general: {
358
387
  'platform' => 'sles-11-i386',
@@ -1076,9 +1105,9 @@ module BeakerHostGenerator
1076
1105
  end
1077
1106
  end
1078
1107
 
1079
- # Oracle
1108
+ # Oracle / OracleLinux
1080
1109
  yield ['oracle6-32', 'el-6-i386']
1081
- (6..7).each do |release|
1110
+ (6..9).each do |release|
1082
1111
  yield ["oracle#{release}-64", "el-#{release}-x86_64"]
1083
1112
  end
1084
1113
 
@@ -49,7 +49,7 @@ module BeakerHostGenerator
49
49
 
50
50
  def image_commands(ostype)
51
51
  case ostype
52
- when /^(almalinux|centos|rocky)/
52
+ when /^(almalinux|centos|rocky|oracle)/
53
53
  [
54
54
  'cp /bin/true /sbin/agetty',
55
55
  el_package_install_command(ostype.delete_prefix(Regexp.last_match(1)).to_i),
@@ -1,5 +1,5 @@
1
1
  module BeakerHostGenerator
2
2
  module Version
3
- STRING = '2.2.3'
3
+ STRING = '2.4.0'
4
4
  end
5
5
  end
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.2.3
4
+ version: 2.4.0
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: 2023-07-30 00:00:00.000000000 Z
14
+ date: 2023-09-12 00:00:00.000000000 Z
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency
17
17
  name: fakefs