beaker-hostgenerator 2.12.1 → 2.12.2

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: 4616232d6dbef7f9bdaff27238da6ab36f128e81bea3f217d93f928e161bf1d6
4
- data.tar.gz: ce2ad153a63cefc33f0a780122901b7f2c32d411cd8334389af4c5ec484c31a6
3
+ metadata.gz: 981ece2572dcc91e9f08e48dd504ae4fbdcf6a2abcbae7d815ebc4f980b674f2
4
+ data.tar.gz: 9711724a2d267091e8bbd882d21226735312faf9353520f0d315f0171855c819
5
5
  SHA512:
6
- metadata.gz: '0286990b05298928e80bc6d0c15e2cb4031d067d7828b13f04161ac48994136b29b4654e8498de9160e1fdcd78d3cec8ee2ed42039d4655fef68eabeb1d510c5'
7
- data.tar.gz: f208ad0bb834240dcefa774b205a813b3e8619b6a9dfc62a1ed9195ad886dd5bb4dad3cad8d386b26a3144e4ccc1126ca0b8d352eedce9124f05e962e1c3044a
6
+ metadata.gz: 9fc416d3ba3249547c17e022e0edaeb05cfa0f7a835b16d538fbd60be6cfb7de02419254d899954bfe58028a1d2ccafeff015ccc2653c9ec0fa9afb438044641
7
+ data.tar.gz: 8c89963239988066e0d0b8a932c0abfbe0d94e6ecaa48451670092b4f95560ab72d4e4a37c0f200827cb71f86b3c051212f92b07e06a2ca73e22c72c647dd007
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.2](https://github.com/voxpupuli/beaker-hostgenerator/tree/2.12.2) (2024-05-22)
6
+
7
+ [Full Changelog](https://github.com/voxpupuli/beaker-hostgenerator/compare/2.12.1...2.12.2)
8
+
9
+ **Fixed bugs:**
10
+
11
+ - Use Red Hat 7 for Amazon Linux 2 x86\_64 [\#369](https://github.com/voxpupuli/beaker-hostgenerator/pull/369) ([mhashizume](https://github.com/mhashizume))
12
+
5
13
  ## [2.12.1](https://github.com/voxpupuli/beaker-hostgenerator/tree/2.12.1) (2024-05-21)
6
14
 
7
15
  [Full Changelog](https://github.com/voxpupuli/beaker-hostgenerator/compare/2.12.0...2.12.1)
@@ -114,6 +114,14 @@ 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
+ },
117
125
  'archlinuxrolling-64' => {
118
126
  general: {
119
127
  'platform' => 'archlinux-rolling-x64',
@@ -1,5 +1,5 @@
1
1
  module BeakerHostGenerator
2
2
  module Version
3
- STRING = '2.12.1'
3
+ STRING = '2.12.2'
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.12.1
4
+ version: 2.12.2
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-21 00:00:00.000000000 Z
14
+ date: 2024-05-22 00:00:00.000000000 Z
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency
17
17
  name: fakefs