beaker-hostgenerator 0.8.1 → 0.8.2

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,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- YmRmNDZlODhkNTRmZmJhNzVhNmI4NzNkZGZiNTc3ODI2OWEwNTUyNQ==
4
+ MGI0M2ZkNzA1Y2QxODBmZWI1YzM1Y2VlNjRlOTJlNzhhYmUxZTc5ZQ==
5
5
  data.tar.gz: !binary |-
6
- ZDA1ODIzZWNkMTM3OWFlMzI4OWE3ZDlmNmFmM2E0N2U2ZTA1NDZlNw==
6
+ OTE1ZDE5YTQwY2VlOTk4ZTE0MjE2NjliZTA2MGVmOWUzZWI0ZjcyZg==
7
7
  SHA512:
8
8
  metadata.gz: !binary |-
9
- ZGM2MGQwNTg1ODU1YjIwMGRlYzQ0MTA4YTE2YzI4OWQ5OGJiZWU2MzljYTc3
10
- OWZiMzJjOGY5NWI3NTIyOGI5Mjg5Y2ZmMGM5ZGI3OWY5ZmI5NmZhYjRhZjVi
11
- NDcwNGM3ZTMxNzFmY2NkZTI4YTZmYTE1NWU3NjdhNjk2MzQxYzQ=
9
+ N2NiYzdjYjlhMGE2OTkzNGFlYjFmY2QzYTJhY2EwMjZhMWUxY2Q3ZTRmYmUw
10
+ NjU1ZjA2NDNjOGUxOTkzYzJiMjE2MGY2MzdhNTcyZjIxZDVlMDkxODI3NGZk
11
+ NzhlOTZmMjljZjA4NWU1M2VjOTIxZWFjOWI3YTc1YmJkMTRhMTc=
12
12
  data.tar.gz: !binary |-
13
- MjRmYzZhOWFmNzViYTZmMjM5NTQxOWZmMThjZWE0ZGM1MzhkZjM4NWEyZTJk
14
- YTIzNzM3OWY5MTdlZjM3ODBiNzI4ZWEwZWU3ZWIyYWFmMzNmN2E5ZTRjODg1
15
- ZWZkZmJiZGMyMTYyNWEwNGMyNGIwZWE3MzE4MmRjMmMzMDY1NjM=
13
+ NjdmYzM3NTkwYzRlMzZiZjM1YmJlZDExNjM0MDdiNjg3YmM5MDgwMWQ3MjMw
14
+ OTI0ZTg4MDNhNjYwNmVjYTQyZmE0Y2VkMjkzODE0MmEyMTI0ZDQ3NTFmZDYx
15
+ ZWRlNTY2Y2QyZDBmMWUyN2ZkMTAxMzg5ZjZlNmE4YzVlMzkxMWU=
@@ -6,6 +6,13 @@ Versioning](http://semver.org).
6
6
 
7
7
  ## [Unreleased][unreleased]
8
8
 
9
+ ## [0.8.2] - 2017-1-3
10
+ - Add platforms:
11
+ - fedora25-32
12
+ - fedora25-64
13
+ - ubuntu1610-32
14
+ - ubuntu1610-64
15
+
9
16
  ## [0.8.1] - 2016-12-21
10
17
  - Add platforms with Japanese language support:
11
18
  - windows2012r2_ja-64
data/HISTORY.md CHANGED
@@ -1,6 +1,7 @@
1
1
  # default - History
2
2
  ## Tags
3
- * [LATEST - 21 Dec, 2016 (5466486c)](#LATEST)
3
+ * [LATEST - 3 Jan, 2017 (b1ff2e54)](#LATEST)
4
+ * [0.8.1 - 21 Dec, 2016 (2648029d)](#0.8.1)
4
5
  * [0.8.0 - 4 Oct, 2016 (2e6dc11e)](#0.8.0)
5
6
  * [0.7.4 - 26 Sep, 2016 (1e102ccd)](#0.7.4)
6
7
  * [0.7.3 - 11 Aug, 2016 (87c75523)](#0.7.3)
@@ -19,7 +20,53 @@
19
20
  * [0.0.1 - 7 Oct, 2015 (d99251e6)](#0.0.1)
20
21
 
21
22
  ## Details
22
- ### <a name = "LATEST">LATEST - 21 Dec, 2016 (5466486c)
23
+ ### <a name = "LATEST">LATEST - 3 Jan, 2017 (b1ff2e54)
24
+
25
+ * (GEM) update beaker-hostgenerator version to 0.8.2 (b1ff2e54)
26
+
27
+ * Merge pull request #67 from puppetlabs/maint/prepare-for-release (214fcb06)
28
+
29
+
30
+ ```
31
+ Merge pull request #67 from puppetlabs/maint/prepare-for-release
32
+
33
+ (MAINT) Update CHANGELOG for 0.8.2 release
34
+ ```
35
+ * (MAINT) Update CHANGELOG for 0.8.2 release (b5f9684d)
36
+
37
+ * Merge pull request #66 from ScottGarman/ubuntu1610 (fb9dbbb1)
38
+
39
+
40
+ ```
41
+ Merge pull request #66 from ScottGarman/ubuntu1610
42
+
43
+ Add Ubuntu 16.10 platforms and test fixtures
44
+ ```
45
+ * (PA-716) Add Ubuntu 16.10 test fixtures (bb8233c3)
46
+
47
+ * (PA-716) Add support for Ubuntu 16.10 i386 and x86_64 platforms (d8ecc7d0)
48
+
49
+ * Merge pull request #65 from ScottGarman/fedora25 (eb42f28d)
50
+
51
+
52
+ ```
53
+ Merge pull request #65 from ScottGarman/fedora25
54
+
55
+ Add Fedora 25 platforms and test fixtures
56
+ ```
57
+ * (BKR-984) Add fedora25 test fixtures (76cd6543)
58
+
59
+
60
+ ```
61
+ (BKR-984) Add fedora25 test fixtures
62
+
63
+ These were generated by running rake generate:fixtures.
64
+ ```
65
+ * (BKR-984) Add support for Fedora 25 i386 and x86_64 platforms (ba50620c)
66
+
67
+ ### <a name = "0.8.1">0.8.1 - 21 Dec, 2016 (2648029d)
68
+
69
+ * (HISTORY) update beaker-hostgenerator history for gem release 0.8.1 (2648029d)
23
70
 
24
71
  * (GEM) update beaker-hostgenerator version to 0.8.1 (5466486c)
25
72
 
@@ -339,6 +339,22 @@ module BeakerHostGenerator
339
339
  'template' => 'fedora-24-x86_64'
340
340
  }
341
341
  },
342
+ 'fedora25-32' => {
343
+ :general => {
344
+ 'platform' => 'fedora-25-i386'
345
+ },
346
+ :vmpooler => {
347
+ 'template' => 'fedora-25-i386'
348
+ }
349
+ },
350
+ 'fedora25-64' => {
351
+ :general => {
352
+ 'platform' => 'fedora-25-x86_64'
353
+ },
354
+ :vmpooler => {
355
+ 'template' => 'fedora-25-x86_64'
356
+ }
357
+ },
342
358
  'huaweios6-POWER' => {
343
359
  :general => {
344
360
  'platform' => 'huaweios-6-powerpc'
@@ -742,6 +758,22 @@ module BeakerHostGenerator
742
758
  'template' => 'ubuntu-1604-x86_64'
743
759
  }
744
760
  },
761
+ 'ubuntu1610-32' => {
762
+ :general => {
763
+ 'platform' => 'ubuntu-16.10-i386'
764
+ },
765
+ :vmpooler => {
766
+ 'template' => 'ubuntu-1610-i386'
767
+ }
768
+ },
769
+ 'ubuntu1610-64' => {
770
+ :general => {
771
+ 'platform' => 'ubuntu-16.10-amd64'
772
+ },
773
+ :vmpooler => {
774
+ 'template' => 'ubuntu-1610-x86_64'
775
+ }
776
+ },
745
777
  'windows2003-64' => {
746
778
  :general => {
747
779
  'platform' => 'windows-2003-64',
@@ -1,5 +1,5 @@
1
1
  module BeakerHostGenerator
2
2
  module Version
3
- STRING = '0.8.1'
3
+ STRING = '0.8.2'
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: 0.8.1
4
+ version: 0.8.2
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: 2016-12-21 00:00:00.000000000 Z
13
+ date: 2017-01-03 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: minitest