beaker-hostgenerator 1.11.0 → 1.11.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: 67d2f85f798121ef64291a2efa7e2cd6c64382ba43bdf327a5465678105d52dc
4
- data.tar.gz: 14c4e29e924b22eb16c06191b4e6cfc6aeb1d8a6626361200a992eaaea444245
3
+ metadata.gz: c7e4d576fcd3d7c731377b6a65fc98bccaee1bb68866d63bf0e8f03d51f6ab78
4
+ data.tar.gz: 4bf9b3d33965bfbed17b38f214ddf0ec4f73de3935606315ff015457d8caf702
5
5
  SHA512:
6
- metadata.gz: a504a948dd4f3ea14c65c6de1ae0a0d04753fb9c0a0c69329b910170e5d2bbb31cb0285d0f5d27ae6a480a2ac7832923cda2aa8727141cc94fd44ade4030424f
7
- data.tar.gz: ba570977c61cbb8040a1881c217fd05672f36ce249f8f1e494db903afffb1dd1fec0c0850f9b2672365ac835873d8bec8f8243fdb4f533c126c23fc3db3161ef
6
+ metadata.gz: 02b64d770647deede0b24efabf212c79aca5285fc0760b02a1cf50ee7a9e865384f74bd947751510586ba99d7a3108d9a377f3909da7062a85414bf48425ee9c
7
+ data.tar.gz: e5b45083995212c0ba580d6551d956619ee3a773b6cc222f9323d67d3030e4ecaa55e8ca560084a619bd25bdca28fc7412ef76459f9fc01a1f308cc334212f33
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.11.1](https://github.com/voxpupuli/beaker-hostgenerator/tree/1.11.1) (2022-02-01)
6
+
7
+ [Full Changelog](https://github.com/voxpupuli/beaker-hostgenerator/compare/1.11.0...1.11.1)
8
+
9
+ **Fixed bugs:**
10
+
11
+ - Install hostname on CentOS 8 Stream in docker [\#242](https://github.com/voxpupuli/beaker-hostgenerator/pull/242) ([ekohl](https://github.com/ekohl))
12
+
5
13
  ## [1.11.0](https://github.com/voxpupuli/beaker-hostgenerator/tree/1.11.0) (2022-01-27)
6
14
 
7
15
  [Full Changelog](https://github.com/voxpupuli/beaker-hostgenerator/compare/1.10.0...1.11.0)
@@ -304,7 +304,7 @@ module BeakerHostGenerator
304
304
  'image' => 'quay.io/centos/centos:stream8',
305
305
  'docker_image_commands' => [
306
306
  'cp /bin/true /sbin/agetty',
307
- 'yum install -y crontabs initscripts iproute openssl wget which glibc-langpack-en'
307
+ 'yum install -y crontabs initscripts iproute openssl wget which glibc-langpack-en hostname'
308
308
  ]
309
309
  }
310
310
  },
@@ -1,5 +1,5 @@
1
1
  module BeakerHostGenerator
2
2
  module Version
3
- STRING = '1.11.0'
3
+ STRING = '1.11.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: 1.11.0
4
+ version: 1.11.1
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-01-27 00:00:00.000000000 Z
13
+ date: 2022-02-01 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: minitest