beaker-hostgenerator 1.16.0 → 1.17.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: 69b2f2c40ffe6bc46d90c32000967d795a337b31ed50a4a9f3f4f276256b3988
4
- data.tar.gz: 3d2e1aba19bd4d5c65f0156de506c0b9d1b1f68e7990b850a673893a78c666ad
3
+ metadata.gz: 62f9f72385b498796e24c6b39c8b361d1f682380c43e09a546212705872c70d8
4
+ data.tar.gz: b6c5b7e338501c799cba250c6e93f79355f963be691b2dab402f19f4a8b3ef85
5
5
  SHA512:
6
- metadata.gz: 2aaca4406e7c5af197aff67d01403907dcafca107b857f6010fbe85516d377fdb6e50801e6d2d9c03fc8928eeb5584a8e1d584fe34b1ea151d03e8c5fe000d04
7
- data.tar.gz: acc6702cf0a0c0fb36abf7fdcb3d27f0fcfc9aa340c77f0222086fb2f266d63c3f48e45fde3d76a6fb155f2cc9d049a92340b39f65d440e434ddbffb9c68d2ac
6
+ metadata.gz: 2c9a8b6ad903b0e745bb4f7a96061a9f9de1ee0ea7c1e7f57cd6d5a9f8dd8d87a6fd54bc4e3d94638fa11efa533f916dfd6a5acdd7c9d327928a942fb75eedfc
7
+ data.tar.gz: b94b8f1a329c7d0ad6c9b71164c6d72af429fd80d2496c8138bbe2efdeef544723d74838940a3106a15ae54474bcd88338426a2848fbdf4e651980f4594e8cc8
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.17.0](https://github.com/voxpupuli/beaker-hostgenerator/tree/1.17.0) (2022-09-12)
6
+
7
+ [Full Changelog](https://github.com/voxpupuli/beaker-hostgenerator/compare/1.16.0...1.17.0)
8
+
9
+ **Merged pull requests:**
10
+
11
+ - \(PE-34537\) Update main PE version to 2023.0 [\#257](https://github.com/voxpupuli/beaker-hostgenerator/pull/257) ([nmburgan](https://github.com/nmburgan))
12
+
5
13
  ## [1.16.0](https://github.com/voxpupuli/beaker-hostgenerator/tree/1.16.0) (2022-06-27)
6
14
 
7
15
  [Full Changelog](https://github.com/voxpupuli/beaker-hostgenerator/compare/1.15.0...1.16.0)
@@ -13,7 +13,7 @@ module BeakerHostGenerator
13
13
  # `include BeakerHostGenerator::Data` and then `<function>()`.
14
14
  module Data
15
15
  module_function
16
- MAIN_PE_VERSION=2021.0
16
+ MAIN_PE_VERSION='2023.0'
17
17
  PE_TARBALL_SERVER="https://artifactory.delivery.puppetlabs.net/artifactory/generic_enterprise__local"
18
18
 
19
19
  def pe_version
@@ -1,5 +1,5 @@
1
1
  module BeakerHostGenerator
2
2
  module Version
3
- STRING = '1.16.0'
3
+ STRING = '1.17.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.16.0
4
+ version: 1.17.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-27 00:00:00.000000000 Z
13
+ date: 2022-09-12 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: minitest