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 +4 -4
- data/CHANGELOG.md +8 -0
- data/lib/beaker-hostgenerator/data.rb +1 -1
- data/lib/beaker-hostgenerator/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c7e4d576fcd3d7c731377b6a65fc98bccaee1bb68866d63bf0e8f03d51f6ab78
|
|
4
|
+
data.tar.gz: 4bf9b3d33965bfbed17b38f214ddf0ec4f73de3935606315ff015457d8caf702
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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
|
},
|
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.
|
|
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
|
|
13
|
+
date: 2022-02-01 00:00:00.000000000 Z
|
|
14
14
|
dependencies:
|
|
15
15
|
- !ruby/object:Gem::Dependency
|
|
16
16
|
name: minitest
|