beaker-hostgenerator 1.1.0 → 1.1.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,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- YzczZGY0YzQ5NGJkNzlmZTNkMGRkN2RiNzI1OGNjYTNhNTQ4M2FjMg==
4
+ YzdmYzcxNzYzYWNhNzg3OTUxOGI4YjRhZDA1Y2VmOGIzOGMzNzYzNQ==
5
5
  data.tar.gz: !binary |-
6
- NDA3MmY4YzIxYTI0OTg0MDU2MTcwYTUwNTA1ZmJmZTEyNGU2YzU4Yg==
6
+ YzRmNGJhZjYzZjg0Y2E2Njg4OGU5OWJlOGM5YzAxMmExYzA0NDc4OA==
7
7
  SHA512:
8
8
  metadata.gz: !binary |-
9
- NmRlZTY4NzUzMTc5ZDMwMGViN2QwYTVmNzhmMmZlYWY4ZTE4MjUxNDI5OGY2
10
- ZjM0ZmRmNjlmNjAwOTkwYWMyZDJiNDk4ZmRhZmIwYmQ0NzU5MTU1NWEwNmU0
11
- ZjRhY2Y0MTgwZjc0NzRiNTEzZDA4YTFiMjliMjQ1OTM0ZTM0MWM=
9
+ NzQ3NThiY2QwZjNkMWZjNDZmYmU1ZjQ2MTc2M2E4OTc2MDIyYWUzMzYzNDU1
10
+ OTYzMGYxOTQyNDM1MmU5YTA1NzNjYzU2YmJlOTY3MTc5YjIyZDIwNWU3NTdj
11
+ NmZmZWNkZTVhYjNkOTM2Y2UzMmY0ZjgyNTdkYzE3Mzg3YzViMDc=
12
12
  data.tar.gz: !binary |-
13
- YWRlMTRkNDk2ZGVhMjFkMmIwZjgyNjZmZWYyMDdlNDYxYjUxM2U1ZWVmZmFl
14
- Mzk2NThlNDYwY2IyZDc5YzMxNzg4NzFhMzU3Mjk5OTU0ZWVjNWFjMWU4OTI0
15
- NTIyN2UzZThlNzc0NWFmNTJjNzAzODFmOWY5Mjk3MTg3NDJkNDU=
13
+ ZWMwMzlkYjJmMzE0ZjQyZWFlNTUxZDI5YjVkNmVkMTY3NDJlYThkYjJiYWEw
14
+ NmVhYzE1NDc1NmJiODEwOTBiZTFhMzBmNWU0MjEzNGFmZDcyZTNhZDZhYjlm
15
+ MDI5ZDYzZWZhZGI2YmEwNmU5MTU5Zjg3M2U3ODZmMWU5MzQ0Y2U=
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
4
4
  This project makes a strong effort to adhere to [Semantic
5
5
  Versioning](http://semver.org).
6
6
 
7
+ ## [1.1.1] - 2017-9-27
8
+ - Add platform:
9
+ - amazon-6-x86_64
10
+
7
11
  ## [1.1.0] - 2017-9-7
8
12
  - Add new 'packaging_platform' value to the OSes we build packages for to
9
13
  support new install methods in Beaker.
@@ -108,6 +108,15 @@ module BeakerHostGenerator
108
108
  'template' => 'aix-7.2-power'
109
109
  }
110
110
  },
111
+ 'amazon6-64' => {
112
+ :general => {
113
+ 'platform' => 'amazon-6-x86_64',
114
+ 'packaging_platform' => 'amazon-6-x86_64'
115
+ },
116
+ :abs => {
117
+ 'template' => 'amazon-6-x86_64'
118
+ }
119
+ },
111
120
  'arista4-32' => {
112
121
  :general => {
113
122
  'platform' => 'eos-4-i386',
@@ -1,5 +1,5 @@
1
1
  module BeakerHostGenerator
2
2
  module Version
3
- STRING = '1.1.0'
3
+ STRING = '1.1.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.1.0
4
+ version: 1.1.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: 2017-09-07 00:00:00.000000000 Z
13
+ date: 2017-09-27 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: minitest