beaker-hostgenerator 1.15.0 → 1.16.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: '093ad2b5a2bb603ab77d2a0aab6937fae4d85d7300623ac238ee5b21799572b1'
4
- data.tar.gz: 813b8cd7d74ea3da29338cd22a9e6e7721a41de28e1dd34d394aff3d4c9b20d8
3
+ metadata.gz: 69b2f2c40ffe6bc46d90c32000967d795a337b31ed50a4a9f3f4f276256b3988
4
+ data.tar.gz: 3d2e1aba19bd4d5c65f0156de506c0b9d1b1f68e7990b850a673893a78c666ad
5
5
  SHA512:
6
- metadata.gz: d77e59b462f9802798aa851396e2541566fd44b52ae7c1039619d2250828cce9e975d095b7f90a351532c4915bbc71576cd3b552549cb82eecd9522f45c0b69e
7
- data.tar.gz: cf21c8fd05287bc944e3aa0ac21300bf25457bd363723c3661d893e051fe01558135eac91521c20786126774721f6e3e06946dc093ae6a8de25a70199f267e72
6
+ metadata.gz: 2aaca4406e7c5af197aff67d01403907dcafca107b857f6010fbe85516d377fdb6e50801e6d2d9c03fc8928eeb5584a8e1d584fe34b1ea151d03e8c5fe000d04
7
+ data.tar.gz: acc6702cf0a0c0fb36abf7fdcb3d27f0fcfc9aa340c77f0222086fb2f266d63c3f48e45fde3d76a6fb155f2cc9d049a92340b39f65d440e434ddbffb9c68d2ac
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.16.0](https://github.com/voxpupuli/beaker-hostgenerator/tree/1.16.0) (2022-06-27)
6
+
7
+ [Full Changelog](https://github.com/voxpupuli/beaker-hostgenerator/compare/1.15.0...1.16.0)
8
+
9
+ **Implemented enhancements:**
10
+
11
+ - \(IMAGES-1297\) Adds macOS 11/12 M1 support [\#255](https://github.com/voxpupuli/beaker-hostgenerator/pull/255) ([mhashizume](https://github.com/mhashizume))
12
+
5
13
  ## [1.15.0](https://github.com/voxpupuli/beaker-hostgenerator/tree/1.15.0) (2022-06-23)
6
14
 
7
15
  [Full Changelog](https://github.com/voxpupuli/beaker-hostgenerator/compare/1.14.0...1.15.0)
@@ -884,6 +884,14 @@ module BeakerHostGenerator
884
884
  'template' => 'macos-112-x86_64'
885
885
  }
886
886
  },
887
+ 'osx11-ARM64' => {
888
+ :general => {
889
+ 'platform' => 'osx-11-arm64'
890
+ },
891
+ :vmpooler => {
892
+ 'template' => 'macos-11-arm64'
893
+ }
894
+ },
887
895
  'osx12-64' => {
888
896
  :general => {
889
897
  'platform' => 'osx-12-x86_64'
@@ -892,6 +900,14 @@ module BeakerHostGenerator
892
900
  'template' => 'macos-12-x86_64'
893
901
  }
894
902
  },
903
+ 'osx12-ARM64' => {
904
+ :general => {
905
+ 'platform' => 'osx-12-arm64'
906
+ },
907
+ :vmpooler => {
908
+ 'template' => 'macos-12-arm64'
909
+ }
910
+ },
895
911
  'redhat4-32' => {
896
912
  :general => {
897
913
  'platform' => 'el-4-i386'
@@ -1,5 +1,5 @@
1
1
  module BeakerHostGenerator
2
2
  module Version
3
- STRING = '1.15.0'
3
+ STRING = '1.16.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: 1.15.0
4
+ version: 1.16.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-06-23 00:00:00.000000000 Z
13
+ date: 2022-06-27 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: minitest