beaker-hostgenerator 0.8.3 → 0.8.4
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 +8 -8
- data/CHANGELOG.md +4 -0
- data/HISTORY.md +36 -2
- data/lib/beaker-hostgenerator/data.rb +9 -0
- data/lib/beaker-hostgenerator/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
---
|
|
2
2
|
!binary "U0hBMQ==":
|
|
3
3
|
metadata.gz: !binary |-
|
|
4
|
-
|
|
4
|
+
Mjg5OWZhZmZkODRlZjA1MDAzYjYxZGExMzc2MmQ0YTQ1NjY5MjEyNw==
|
|
5
5
|
data.tar.gz: !binary |-
|
|
6
|
-
|
|
6
|
+
MDZjY2VlOWQwODQzNjI0ZjNmZTk2NDZkOTJhYWQ2MmY5ODk4MzhhYg==
|
|
7
7
|
SHA512:
|
|
8
8
|
metadata.gz: !binary |-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
9
|
+
YjI5OGM4YmE5OWUzNGQ0YmY3NzhiYTUzYmVhN2RmYjNjM2M1OThlZjU2MjVi
|
|
10
|
+
OTYxMzhjOTlkZTJlNzYyZTQ3NmQxYTk2YmM2MjY3MjJiNTc4NzJhZDQ1OWVj
|
|
11
|
+
MzFlZTEyYTBmMmIzZjE0OWIzNzdhNjk4OGEwMGU0OWJmMGY1NDM=
|
|
12
12
|
data.tar.gz: !binary |-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
13
|
+
ZGZhOWJhYzY5ZThiNjRlMDM4OWZkMjAxYTBlMjUwYTcxNjAxYjM5NTY4MDY2
|
|
14
|
+
N2NmMjQxNjFjM2I4M2YzZTk1NzU3ZDBmYmQ0YWRhNjNmYjU0ZTVjZjkzM2Mz
|
|
15
|
+
MWU2NjQxZWY1MTI5N2NmNjZiODEyYTZiN2NiOTMyMjkzOWY4NTg=
|
data/CHANGELOG.md
CHANGED
data/HISTORY.md
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
# worker - History
|
|
2
2
|
## Tags
|
|
3
|
-
* [LATEST -
|
|
3
|
+
* [LATEST - 6 Apr, 2017 (d80eb358)](#LATEST)
|
|
4
|
+
* [0.8.3 - 7 Feb, 2017 (79e8d717)](#0.8.3)
|
|
4
5
|
* [0.8.2 - 3 Jan, 2017 (a61487bf)](#0.8.2)
|
|
5
6
|
* [0.8.1 - 21 Dec, 2016 (2648029d)](#0.8.1)
|
|
6
7
|
* [0.8.0 - 4 Oct, 2016 (2e6dc11e)](#0.8.0)
|
|
@@ -21,7 +22,40 @@
|
|
|
21
22
|
* [0.0.1 - 7 Oct, 2015 (d99251e6)](#0.0.1)
|
|
22
23
|
|
|
23
24
|
## Details
|
|
24
|
-
### <a name = "LATEST">LATEST -
|
|
25
|
+
### <a name = "LATEST">LATEST - 6 Apr, 2017 (d80eb358)
|
|
26
|
+
|
|
27
|
+
* (GEM) update beaker-hostgenerator version to 0.8.4 (d80eb358)
|
|
28
|
+
|
|
29
|
+
* Merge pull request #74 from puppetlabs/prepare-for-release (43405262)
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
```
|
|
33
|
+
Merge pull request #74 from puppetlabs/prepare-for-release
|
|
34
|
+
|
|
35
|
+
(MAINT) Update CHANGELOG for 0.8.4 release
|
|
36
|
+
```
|
|
37
|
+
* (MAINT) Update CHANGELOG for 0.8.4 release (26cd2eef)
|
|
38
|
+
|
|
39
|
+
* Merge pull request #73 from glennsarti/2012r2-wmf5 (d00a1d63)
|
|
40
|
+
|
|
41
|
+
|
|
42
|
+
```
|
|
43
|
+
Merge pull request #73 from glennsarti/2012r2-wmf5
|
|
44
|
+
|
|
45
|
+
(MODULES-4667) Add Windows 2012R2 WMF5 VMPooler image
|
|
46
|
+
```
|
|
47
|
+
* (MODULES-4667) Add Windows 2012R2 WMF5 VMPooler image (8b293890)
|
|
48
|
+
|
|
49
|
+
|
|
50
|
+
```
|
|
51
|
+
(MODULES-4667) Add Windows 2012R2 WMF5 VMPooler image
|
|
52
|
+
|
|
53
|
+
This commit adds the win-2012r2-wmf5-x86_64 vmpooler image, which is a variation
|
|
54
|
+
on the Windows Sever 2012R2 64bit image.
|
|
55
|
+
```
|
|
56
|
+
### <a name = "0.8.3">0.8.3 - 7 Feb, 2017 (79e8d717)
|
|
57
|
+
|
|
58
|
+
* (HISTORY) update beaker-hostgenerator history for gem release 0.8.3 (79e8d717)
|
|
25
59
|
|
|
26
60
|
* (GEM) update beaker-hostgenerator version to 0.8.3 (12bfa089)
|
|
27
61
|
|
|
@@ -896,6 +896,15 @@ module BeakerHostGenerator
|
|
|
896
896
|
'template' => 'win-2012r2-x86_64'
|
|
897
897
|
}
|
|
898
898
|
},
|
|
899
|
+
'windows2012r2_wmf5-64' => {
|
|
900
|
+
:general => {
|
|
901
|
+
'platform' => 'windows-2012r2-64',
|
|
902
|
+
'ruby_arch' => 'x64'
|
|
903
|
+
},
|
|
904
|
+
:vmpooler => {
|
|
905
|
+
'template' => 'win-2012r2-wmf5-x86_64'
|
|
906
|
+
}
|
|
907
|
+
},
|
|
899
908
|
'windows2012r2_ja-64' => {
|
|
900
909
|
:general => {
|
|
901
910
|
'platform' => 'windows-2012r2-64',
|
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: 0.8.
|
|
4
|
+
version: 0.8.4
|
|
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: 2017-
|
|
13
|
+
date: 2017-04-07 00:00:00.000000000 Z
|
|
14
14
|
dependencies:
|
|
15
15
|
- !ruby/object:Gem::Dependency
|
|
16
16
|
name: minitest
|