beaker-hostgenerator 2.5.0 → 2.6.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: 7b52d38a0594435ebf51c4bd03d67a7671a1d90ba47ac60ec8f408792da1564e
4
- data.tar.gz: 825344e22b2dcd864e1c2f612eb924f3e2fe3eef71050788cb019422fc51d6b0
3
+ metadata.gz: fd0ed1e0d0e0f83f0abbb56f6d19c5a69e08f0ea86bae3893984caaf35217a0b
4
+ data.tar.gz: 4a3d67415444077f6f8e8ba9278825651528d7394a830c327bdb76790d4a0a50
5
5
  SHA512:
6
- metadata.gz: de5dd73d4a194cf3386af3a48f042a52c1b76e24b5b096e24172f89500772bebe5af1e7740f73a381fc0467f31291f496568fd8fa4ab2b7119da334446009f2a
7
- data.tar.gz: 49a37f224ed30d6f5506bced2c290de626157041151bee6bc4ddcd31b22bea4770e96aed5922c80b88a4533a203b7204dd51bdfed2d31c599560f494e8f243bc
6
+ metadata.gz: 29c89c19aa97f550cbfb8495a42ed6c3d8bb8bee788dc88f1d38167a38d2dad10ee23c46be6509fd068ec74adbfc4b34b9f77443107b1396b67157892cc28323
7
+ data.tar.gz: ca56c59aa586176c41e0c89a86632b8a32e09d0b6cd016e93fb399300c9441a06e901eced39a8abf022027b1b9865a6bf9f4864e4a91e9ac1d7fd233240c3a4c
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.6.0](https://github.com/voxpupuli/beaker-hostgenerator/tree/2.6.0) (2023-10-02)
6
+
7
+ [Full Changelog](https://github.com/voxpupuli/beaker-hostgenerator/compare/2.5.0...2.6.0)
8
+
9
+ **Implemented enhancements:**
10
+
11
+ - Add amazon2023-AARCH64 [\#335](https://github.com/voxpupuli/beaker-hostgenerator/pull/335) ([yachub](https://github.com/yachub))
12
+
5
13
  ## [2.5.0](https://github.com/voxpupuli/beaker-hostgenerator/tree/2.5.0) (2023-09-25)
6
14
 
7
15
  [Full Changelog](https://github.com/voxpupuli/beaker-hostgenerator/compare/2.4.0...2.5.0)
@@ -1100,6 +1100,7 @@ module BeakerHostGenerator
1100
1100
 
1101
1101
  # Amazon Linux
1102
1102
  yield %w[amazon2023-64 amazon-2023-x86_64]
1103
+ yield %w[amazon2023-AARCH64 amazon-2023-arm64]
1103
1104
 
1104
1105
  # AlmaLinux and Rocky
1105
1106
  %w[almalinux rocky].each do |os|
@@ -1,5 +1,5 @@
1
1
  module BeakerHostGenerator
2
2
  module Version
3
- STRING = '2.5.0'
3
+ STRING = '2.6.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.5.0
4
+ version: 2.6.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-09-25 00:00:00.000000000 Z
14
+ date: 2023-10-02 00:00:00.000000000 Z
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency
17
17
  name: fakefs