hako 2.6.1 → 2.6.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 20b7ac14cb0c43d0fd104551f6669ffbbd75af221dc3e91a368b64c9f6ce7dc6
4
- data.tar.gz: f4190fad69152de31d7956eb7dd2eaf40f211b71cd51f07c1777c3d1e5ca7e99
3
+ metadata.gz: b17b6419ac68f7381855d71a4a8bb268ab1f453e148c55f655704a9d016de402
4
+ data.tar.gz: 4263e33011c50dac954f497a8c10744270a7e0042c25ce0550efb752114b4231
5
5
  SHA512:
6
- metadata.gz: a1b7c1b877933e45b2c3b1c03a3467ea68cc6c442614f668ba89cab109bef13544598b41c82cc5cc1a82148f1c31d4ffdcfa4135532dd132fadb301760b0d62e
7
- data.tar.gz: 657efc57b3d085f51e37090004a62b64df963cb3010f16b73ee176f07a64fc0d3f3a8258dd5f1b13af3923c91137381d3599290f6944046f3008b19a999df360
6
+ metadata.gz: 5c278d415a8d1bcf4c1e29346f8f298b5de39175cd5b02a7233230537881be87b7445ad4b329f1903ae9912d6f8408e7bca41d367773888323995f46977311ba
7
+ data.tar.gz: d44cc04c09be159f7b179f82a5b17c93fb7cd88d2c562567532b64eec72429a0625b0445769362f52802d81a7a2527d609c3ace2d1f2c325078b6a97f1e317a5
@@ -1,3 +1,7 @@
1
+ # 2.6.2 (2018-12-19)
2
+ ## Bug fixes
3
+ - Set `platform_version` correctly
4
+
1
5
  # 2.6.1 (2018-12-17)
2
6
  ## Bug fixes
3
7
  - Avoid updating service when `platform_version` is not specified
@@ -73,6 +73,7 @@ module Hako
73
73
  @memory = options.fetch('memory', nil)
74
74
  @requires_compatibilities = options.fetch('requires_compatibilities', nil)
75
75
  @launch_type = options.fetch('launch_type', nil)
76
+ @platform_version = options.fetch('platform_version', nil)
76
77
  if options.key?('network_configuration')
77
78
  network_configuration = options.fetch('network_configuration')
78
79
  if network_configuration.key?('awsvpc_configuration')
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Hako
4
- VERSION = '2.6.1'
4
+ VERSION = '2.6.2'
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hako
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.6.1
4
+ version: 2.6.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kohei Suzuki
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2018-12-17 00:00:00.000000000 Z
11
+ date: 2018-12-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-applicationautoscaling