logstash-mixin-aws 4.2.0 → 4.2.1

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: 3c900a943caab0487b359fe33f819e31f099d1c9
4
- data.tar.gz: 53f6237981fd4bd8544de0fa94e3d9121ef680ee
3
+ metadata.gz: 6c96303232fd5a2ed8c20520c77ef792058406d4
4
+ data.tar.gz: 4ca37706b70fdcc23e91fa9e3ceedfca807108aa
5
5
  SHA512:
6
- metadata.gz: 140af0f95b6c326c5a7f99bb73fde2cea27879ed67794ee95907dd2076855d7b318a2f7f8b8b9444b400cfc7d0db93ec1071f26289f9b840e045d9e634a817b8
7
- data.tar.gz: 5e0508a234f84233472089b0e58f51c5bb579b2a70978f7d9b87ec7a4f5f968b5ddfc0153877e3857b26fd5a5f5b59eb7698e6b1c8f53cac2fa509bab49b15f1
6
+ metadata.gz: 19edcbdfad6d40d0ba845161b611df4cd941a31a0c50a2e9711e2246def5f80c0faf194137eb6aa3fd0e41038258fa0f3a2d35221d08c446443e60287486c0c1
7
+ data.tar.gz: aa32e61f16f0efdc935e5e7b263635aaa09aa32fe0bf1a8a08205c43874976f4869fed2ac896ace8ce1798045ef01d62df8e3aa097d914b5c9cd27896fedc6cc
@@ -1,3 +1,6 @@
1
+ ## 4.2.1
2
+ - Add eu-west-2, us-east-2 and ca-central-1 regions
3
+
1
4
  ## 4.2.0
2
5
  - Add region ap-south-1
3
6
 
@@ -9,10 +9,11 @@ module LogStash::PluginMixins::AwsConfig
9
9
  require "logstash/plugin_mixins/aws_config/v2"
10
10
 
11
11
  US_EAST_1 = "us-east-1"
12
- REGIONS_ENDPOINT = [US_EAST_1, "us-west-1", "us-west-2", "eu-central-1",
13
- "eu-west-1", "ap-southeast-1", "ap-southeast-2",
14
- "ap-northeast-1", "ap-northeast-2", "sa-east-1",
15
- "us-gov-west-1", "cn-north-1", "ap-south-1"]
12
+ REGIONS_ENDPOINT = [US_EAST_1, "us-east-2", "us-west-1", "us-west-2",
13
+ "eu-central-1", "eu-west-1", "eu-west-2",
14
+ "ap-southeast-1", "ap-southeast-2", "ap-northeast-1",
15
+ "ap-northeast-2", "sa-east-1", "us-gov-west-1",
16
+ "cn-north-1", "ap-south-1", "ca-central-1"]
16
17
 
17
18
  def self.included(base)
18
19
  # 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.2.0'
3
+ s.version = '4.2.1'
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.2.0
4
+ version: 4.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Elastic
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-09-14 00:00:00.000000000 Z
11
+ date: 2017-02-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  requirement: !ruby/object:Gem::Requirement