beaker-hostgenerator 2.14.0 → 2.14.1

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: b10006d9f94ec9d605862c04420b47e4b9558b0f0621fb546b497792a0c71926
4
- data.tar.gz: b0d56b7c383b60fc2be9ab158e5ddce34e9e475aef813e1f48bf5dc5ae8ccf93
3
+ metadata.gz: b9e610b743076b686810cd6ccb69d3c89f09583206b72a109222f1e02744dc14
4
+ data.tar.gz: 555ba1cf699c469b86dc5c73cd41b1cdeddf6eb3f5b865f22cc8a6d8d436edde
5
5
  SHA512:
6
- metadata.gz: 02e69b1e06ae2ec5c5a9682e8d467053af3c1c22e39a3389bc32d3736ab209620e2af805751eb8b12dddea18483ab1c399a69c996d6875acd124f18145f54c3c
7
- data.tar.gz: 739e4f20adf6a43a3ff071213a5bad11d8a9c7608156cf011234fa1ba7e07f00db8897d50620298b8f0189cd30e443dcc246bfbdb7353d93358997e2cd66dab1
6
+ metadata.gz: 67c429ccdcf71c0113814f8ce9c8f1b5a0408ff921386a0b7c96cd6699fb22e510e5b6099865e42a4ec90ac9a652645a44ae47090e642ea57645f3110b666847
7
+ data.tar.gz: 670192f552acae1ca0c80959c520dd18c71b7b49e1ce7f6b985506ce43645bc293f2e68fd9076638a5c8816b8bb3c28c0ff2f711ffae167a03cdccd50a4a2573
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.14.1](https://github.com/voxpupuli/beaker-hostgenerator/tree/2.14.1) (2024-06-28)
6
+
7
+ [Full Changelog](https://github.com/voxpupuli/beaker-hostgenerator/compare/2.14.0...2.14.1)
8
+
9
+ **Fixed bugs:**
10
+
11
+ - Use latest CentOS boxes instead of specific dates [\#374](https://github.com/voxpupuli/beaker-hostgenerator/pull/374) ([daberkow](https://github.com/daberkow))
12
+
5
13
  ## [2.14.0](https://github.com/voxpupuli/beaker-hostgenerator/tree/2.14.0) (2024-06-26)
6
14
 
7
15
  [Full Changelog](https://github.com/voxpupuli/beaker-hostgenerator/compare/2.13.0...2.14.0)
@@ -28,7 +28,7 @@ Gem::Specification.new do |s|
28
28
  s.add_development_dependency 'rake', '~> 13.0'
29
29
  s.add_development_dependency 'rspec', '~> 3.0'
30
30
  s.add_development_dependency 'rspec-its', '~> 1.3'
31
- s.add_development_dependency 'voxpupuli-rubocop', '~> 2.7.0'
31
+ s.add_development_dependency 'voxpupuli-rubocop', '~> 2.8.0'
32
32
 
33
33
  # Run time dependencies
34
34
  s.add_runtime_dependency 'deep_merge', '~> 1.0'
@@ -152,7 +152,7 @@ module BeakerHostGenerator
152
152
  },
153
153
  vagrant: {
154
154
  'box' => 'centos/stream8',
155
- 'box_url' => 'https://cloud.centos.org/centos/8-stream/x86_64/images/CentOS-Stream-Vagrant-8-20230501.0.x86_64.vagrant-libvirt.box',
155
+ 'box_url' => 'https://cloud.centos.org/centos/8-stream/x86_64/images/CentOS-Stream-Vagrant-8-latest.x86_64.vagrant-libvirt.box',
156
156
  },
157
157
  },
158
158
  'centos9-64' => {
@@ -161,7 +161,7 @@ module BeakerHostGenerator
161
161
  },
162
162
  vagrant: {
163
163
  'box' => 'centos/stream9',
164
- 'box_url' => 'https://cloud.centos.org/centos/9-stream/x86_64/images/CentOS-Stream-Vagrant-9-20230410.0.x86_64.vagrant-libvirt.box',
164
+ 'box_url' => 'https://cloud.centos.org/centos/9-stream/x86_64/images/CentOS-Stream-Vagrant-9-latest.x86_64.vagrant-libvirt.box',
165
165
  },
166
166
  },
167
167
  'debian10-64' => {
@@ -1,5 +1,5 @@
1
1
  module BeakerHostGenerator
2
2
  module Version
3
- STRING = '2.14.0'
3
+ STRING = '2.14.1'
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.14.0
4
+ version: 2.14.1
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-06-26 00:00:00.000000000 Z
14
+ date: 2024-06-28 00:00:00.000000000 Z
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency
17
17
  name: fakefs
@@ -109,14 +109,14 @@ dependencies:
109
109
  requirements:
110
110
  - - "~>"
111
111
  - !ruby/object:Gem::Version
112
- version: 2.7.0
112
+ version: 2.8.0
113
113
  type: :development
114
114
  prerelease: false
115
115
  version_requirements: !ruby/object:Gem::Requirement
116
116
  requirements:
117
117
  - - "~>"
118
118
  - !ruby/object:Gem::Version
119
- version: 2.7.0
119
+ version: 2.8.0
120
120
  - !ruby/object:Gem::Dependency
121
121
  name: deep_merge
122
122
  requirement: !ruby/object:Gem::Requirement