beaker-hostgenerator 0.3.1 → 0.3.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +8 -8
- data/HISTORY.md +35 -2
- data/lib/beaker-hostgenerator/data/vmpooler.rb +2 -2
- data/lib/beaker-hostgenerator/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,15 +1,15 @@
|
|
1
1
|
---
|
2
2
|
!binary "U0hBMQ==":
|
3
3
|
metadata.gz: !binary |-
|
4
|
-
|
4
|
+
YjRkNGNiZTc1ODAzYzY2ZDFmOTQ5ZjMzZmY1ZGM0YTlkNzgyY2FmZQ==
|
5
5
|
data.tar.gz: !binary |-
|
6
|
-
|
6
|
+
YjljOTMyZTM1ZGUyNWNlYjkwOTM4YzlkNmY0ZTY1YzBkOTUyNjRhYQ==
|
7
7
|
SHA512:
|
8
8
|
metadata.gz: !binary |-
|
9
|
-
|
10
|
-
|
11
|
-
|
9
|
+
OWJmNzE1NDYxY2Y5OWMxNDVkZmIwYjZhNTk2NGQ5ZGQ1ODY0NjMxYWYwMTFi
|
10
|
+
NTQyNTYyYmIxMTdlY2JhMmE1ZjFhNDYyNjZiZTBkNDM3MzlkMmI3MmM5ZTI0
|
11
|
+
MmRiZTczNWUyOWMxMWQ5NDM0MGNmNDMxMDc0Yjk1ZThiMjkyYWQ=
|
12
12
|
data.tar.gz: !binary |-
|
13
|
-
|
14
|
-
|
15
|
-
|
13
|
+
ZjNmNmQ4MTRiYjU4ZTUzM2ZiYWM4OGVmZDdmZGExOTIxNzIxNGE2ODMzZDcz
|
14
|
+
NDIzZmZkYmI2MTI3YTVlOWFmYjgxNmNjZjBmMjAzZTc2NWQ0YTcwMzA3NWEx
|
15
|
+
N2I1Mzc5YTlmYTM1MjcwZmNjNmJjYmQyNjhlNDJjN2M1N2JkM2M=
|
data/HISTORY.md
CHANGED
@@ -1,13 +1,46 @@
|
|
1
1
|
# default - History
|
2
2
|
## Tags
|
3
|
-
* [LATEST -
|
3
|
+
* [LATEST - 28 Jan, 2016 (1b73712d)](#LATEST)
|
4
|
+
* [0.3.1 - 30 Dec, 2015 (7a3f10ca)](#0.3.1)
|
4
5
|
* [0.3.0 - 30 Dec, 2015 (4b03eaf4)](#0.3.0)
|
5
6
|
* [0.2.0 - 22 Dec, 2015 (dfa33e5f)](#0.2.0)
|
6
7
|
* [0.1.0 - 21 Dec, 2015 (474f4ccb)](#0.1.0)
|
7
8
|
* [0.0.1 - 7 Oct, 2015 (d99251e6)](#0.0.1)
|
8
9
|
|
9
10
|
## Details
|
10
|
-
### <a name = "LATEST">LATEST -
|
11
|
+
### <a name = "LATEST">LATEST - 28 Jan, 2016 (1b73712d)
|
12
|
+
|
13
|
+
* (GEM) update beaker-hostgenerator version to 0.3.2 (1b73712d)
|
14
|
+
|
15
|
+
* Merge pull request #22 from Iristyle/update-win-10-platforms (b181cd18)
|
16
|
+
|
17
|
+
|
18
|
+
```
|
19
|
+
Merge pull request #22 from Iristyle/update-win-10-platforms
|
20
|
+
|
21
|
+
(maint) Update Windows 10 platform names
|
22
|
+
```
|
23
|
+
* (maint) Update Windows 10 platform names (27a26440)
|
24
|
+
|
25
|
+
|
26
|
+
```
|
27
|
+
(maint) Update Windows 10 platform names
|
28
|
+
|
29
|
+
- Previous convention for Windows platforms is to always end in a -32
|
30
|
+
or -64. There are some tests that rely on this naming scheme to
|
31
|
+
properly identify a 32-bit or 64-bit OS.
|
32
|
+
|
33
|
+
For instance, a Puppet acceptance test relies on that convention when
|
34
|
+
detecting the location of binaries per:
|
35
|
+
|
36
|
+
https://github.com/puppetlabs/puppet/blob/master/acceptance/tests/ensure_puppet-agent_paths.rb#L140-L143
|
37
|
+
|
38
|
+
Original commit that introduced these was
|
39
|
+
3d1be3833b0dd95d508d89ecbe76464524f578c3
|
40
|
+
```
|
41
|
+
### <a name = "0.3.1">0.3.1 - 30 Dec, 2015 (7a3f10ca)
|
42
|
+
|
43
|
+
* (HISTORY) update beaker-hostgenerator history for gem release 0.3.1 (7a3f10ca)
|
11
44
|
|
12
45
|
* (GEM) update beaker-hostgenerator version to 0.3.1 (8f469a6f)
|
13
46
|
|
@@ -386,12 +386,12 @@ module BeakerHostGenerator
|
|
386
386
|
'ruby_arch' => 'x86'
|
387
387
|
},
|
388
388
|
'windows10ent-64' => {
|
389
|
-
'platform' => 'windows-10ent-
|
389
|
+
'platform' => 'windows-10ent-64',
|
390
390
|
'template' => 'win-10-ent-x86_64',
|
391
391
|
'ruby_arch' => 'x64'
|
392
392
|
},
|
393
393
|
'windows10pro-64' => {
|
394
|
-
'platform' => 'windows-10pro-
|
394
|
+
'platform' => 'windows-10pro-64',
|
395
395
|
'template' => 'win-10-pro-x86_64',
|
396
396
|
'ruby_arch' => 'x64'
|
397
397
|
},
|