logstash-mixin-aws 4.1.0 → 4.2.0

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
  SHA1:
3
- metadata.gz: 02f41ac75a31d513b81bceb3472dc02882873b0f
4
- data.tar.gz: b9bf6d55e32071f955f8e4778863b195ae602d50
3
+ metadata.gz: 3c900a943caab0487b359fe33f819e31f099d1c9
4
+ data.tar.gz: 53f6237981fd4bd8544de0fa94e3d9121ef680ee
5
5
  SHA512:
6
- metadata.gz: 9eaeefac707d51db69e493196725b5667ef6e8aab7eb97aee27a85890bddf28642499c784d3385492826fe8bda952c0e845e80f27ea2a0f435c9d539f9bcb38d
7
- data.tar.gz: c9ee2551d0c839e170b581b2dcd12c0eada876f43e0a15347811c1ef6c52418b0da8cdda53ad29f905693af0be05436f8bce9717068510f4aec54fe78bb16311
6
+ metadata.gz: 140af0f95b6c326c5a7f99bb73fde2cea27879ed67794ee95907dd2076855d7b318a2f7f8b8b9444b400cfc7d0db93ec1071f26289f9b840e045d9e634a817b8
7
+ data.tar.gz: 5e0508a234f84233472089b0e58f51c5bb579b2a70978f7d9b87ec7a4f5f968b5ddfc0153877e3857b26fd5a5f5b59eb7698e6b1c8f53cac2fa509bab49b15f1
@@ -1,3 +1,6 @@
1
+ ## 4.2.0
2
+ - Add region ap-south-1
3
+
1
4
  ## 4.1.0
2
5
  - Update aws-sdk to ~> 2.3.0
3
6
 
@@ -11,7 +11,8 @@ module LogStash::PluginMixins::AwsConfig
11
11
  US_EAST_1 = "us-east-1"
12
12
  REGIONS_ENDPOINT = [US_EAST_1, "us-west-1", "us-west-2", "eu-central-1",
13
13
  "eu-west-1", "ap-southeast-1", "ap-southeast-2",
14
- "ap-northeast-1", "ap-northeast-2", "sa-east-1", "us-gov-west-1", "cn-north-1"]
14
+ "ap-northeast-1", "ap-northeast-2", "sa-east-1",
15
+ "us-gov-west-1", "cn-north-1", "ap-south-1"]
15
16
 
16
17
  def self.included(base)
17
18
  # Add these methods to the 'base' given.
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = 'logstash-mixin-aws'
3
- s.version = '4.1.0'
3
+ s.version = '4.2.0'
4
4
  s.licenses = ['Apache License (2.0)']
5
5
  s.summary = "AWS mixins to provide a unified interface for Amazon Webservice"
6
6
  s.description = "This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This gem is not a stand-alone program"
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: logstash-mixin-aws
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.1.0
4
+ version: 4.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Elastic
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-07-15 00:00:00.000000000 Z
11
+ date: 2016-09-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  requirement: !ruby/object:Gem::Requirement