fog-aws 3.9.0 → 3.12.0

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,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 8adda78ff8e95ea706342dc8aabe0c529e1fd26bdbf5ed63e0d63f1a4ab50a8c
4
- data.tar.gz: 5afbb4be420bd1cc45e6bfd54cc3c8711f63854a9a8906677f08bfdf007b637d
3
+ metadata.gz: a9f2992e8c7fe7d8b4ae1bba5a16d00fe98d3c531cd473d4b3a1109d6a774e16
4
+ data.tar.gz: 781c1889a4c0cf5d0fd8b1aa0d5ebf0101ea577aa0412265dd14aff339aacae4
5
5
  SHA512:
6
- metadata.gz: c92f603e887e44f354d851a309401b87cb01e83cb4c83833c8fb33edeb15357e8a4b0b0c8ae9c6dfc96ff24f85664287b8cfa8fe5fde7fb90b344a47d9f90bae
7
- data.tar.gz: 4e4bdee040f173c7cbd19f89938e4cb93ce849feda86bb87bee20339ffee211434195fa1512b2426d70ca4e13152c4497db422d03881a2dfef7276b91d37c5bb
6
+ metadata.gz: 2c81e87c69e6497df16ea76263e57ccd6457acf85378882745ebd2c58322bce9d93fe773dbf68c8b68bcfb5e3aab5231a534d98d38e8101958cc075e0651f8b5
7
+ data.tar.gz: cd5d6b7fef8eea60e58c7393bb0921fac17e78ad345ab87f199b34d2d20425500a9837a9eef9fcd12f374aa43d979a6cc1a0b6a554acd029517313794f3ab9ab
data/CHANGELOG.md CHANGED
@@ -1,4 +1,148 @@
1
- # Change Log
1
+ # Changelog
2
+
3
+ ## [Unreleased](https://github.com/fog/fog-aws/tree/HEAD)
4
+
5
+ [Full Changelog](https://github.com/fog/fog-aws/compare/v3.11.0...HEAD)
6
+
7
+ ## [v3.11.0](https://github.com/fog/fog-aws/tree/v3.11.0) (2021-08-05)
8
+
9
+ [Full Changelog](https://github.com/fog/fog-aws/compare/v3.10.0...v3.11.0)
10
+
11
+ **Closed issues:**
12
+
13
+ - Support for Regional STS Endpoints [\#604](https://github.com/fog/fog-aws/issues/604)
14
+ - Pass tags when creating EBS ? [\#603](https://github.com/fog/fog-aws/issues/603)
15
+ - S3 multiple delete api should handle delete for multiple versions for a single object [\#598](https://github.com/fog/fog-aws/issues/598)
16
+ - Fog does not return error from s3 [\#586](https://github.com/fog/fog-aws/issues/586)
17
+ - Add support for r6g and c6g instance types [\#580](https://github.com/fog/fog-aws/issues/580)
18
+ - Using internal S3 provider ... and something funky is going on! [\#575](https://github.com/fog/fog-aws/issues/575)
19
+ - How to upload File to S3 with with accelerate? [\#554](https://github.com/fog/fog-aws/issues/554)
20
+ - How to use assume\_role\_with\_web\_identity auth for S3 storage? [\#543](https://github.com/fog/fog-aws/issues/543)
21
+ - Fog::AWS::Glacier::TreeHash::add\_part works only sometimes [\#520](https://github.com/fog/fog-aws/issues/520)
22
+ - fog-aws: Fog::AWS::Glacier::Job doesn't support RetrievalByteRange [\#519](https://github.com/fog/fog-aws/issues/519)
23
+ - Path style is being deprecated [\#516](https://github.com/fog/fog-aws/issues/516)
24
+ - Fog::DNS::AWS can't read zones [\#513](https://github.com/fog/fog-aws/issues/513)
25
+ - Lambda Parser can't handle VPC config, containing array of hash values [\#509](https://github.com/fog/fog-aws/issues/509)
26
+ - Excon::Error::Forbidden: Expected\(200\) \<=\> Actual\(403 Forbidden\) [\#508](https://github.com/fog/fog-aws/issues/508)
27
+ - file.save does not work with STDIN [\#500](https://github.com/fog/fog-aws/issues/500)
28
+ - ELBv2 Support ? [\#489](https://github.com/fog/fog-aws/issues/489)
29
+ - S3 Select Support? [\#484](https://github.com/fog/fog-aws/issues/484)
30
+ - nil:NilClass error [\#483](https://github.com/fog/fog-aws/issues/483)
31
+ - Mocks for VM creation require access and secret key when using instance profiles [\#482](https://github.com/fog/fog-aws/issues/482)
32
+ - Always use bucket virtual hostname? [\#464](https://github.com/fog/fog-aws/issues/464)
33
+ - Spot instance creation : Support for BlockDurationMinutes [\#461](https://github.com/fog/fog-aws/issues/461)
34
+ - How can I remove the `Content-Encoding` metadata properties if I upload from fog [\#447](https://github.com/fog/fog-aws/issues/447)
35
+ - AWS::ECS with `use_iam_profile` errors out [\#441](https://github.com/fog/fog-aws/issues/441)
36
+ - Option to turn off Warnings [\#426](https://github.com/fog/fog-aws/issues/426)
37
+ - Accessing AWS S3 using EC2 Instance Profile [\#423](https://github.com/fog/fog-aws/issues/423)
38
+ - Support step and target tracking auto scaling policies [\#422](https://github.com/fog/fog-aws/issues/422)
39
+ - could not create ec2 volume with custom encryption key, volume only create with default 'aws/ebs' encryption key [\#420](https://github.com/fog/fog-aws/issues/420)
40
+ - Download File with content\_disposition [\#418](https://github.com/fog/fog-aws/issues/418)
41
+ - Fog::Compute::AWS::Error iamInstanceProfile.name is invalid [\#410](https://github.com/fog/fog-aws/issues/410)
42
+ - Mocks for EC2 instance creation do not behave as expected [\#404](https://github.com/fog/fog-aws/issues/404)
43
+ - Cannot copy an encrypted snapshot from one account to another account [\#398](https://github.com/fog/fog-aws/issues/398)
44
+ - Fog::Compute::AWS::Image\#deregister ignores non-root snapshots. [\#380](https://github.com/fog/fog-aws/issues/380)
45
+ - AWS S3 overwrites files with same name [\#378](https://github.com/fog/fog-aws/issues/378)
46
+ - Support S3 object tagging [\#377](https://github.com/fog/fog-aws/issues/377)
47
+ - Reqeust to support Aws::DynamoDBStreams [\#373](https://github.com/fog/fog-aws/issues/373)
48
+ - Not all Rds versions and Instance Types are rendered [\#371](https://github.com/fog/fog-aws/issues/371)
49
+ - Tag instances upon creation of new instance [\#359](https://github.com/fog/fog-aws/issues/359)
50
+ - Creating instances in AWS fails with Socket Error [\#352](https://github.com/fog/fog-aws/issues/352)
51
+ - `NameError: uninitialized constant Fog::ServicesMixin` when requiring `fog/storage` [\#345](https://github.com/fog/fog-aws/issues/345)
52
+ - Add full support for target groups [\#328](https://github.com/fog/fog-aws/issues/328)
53
+ - Fog transfer acceleration endpoints [\#303](https://github.com/fog/fog-aws/issues/303)
54
+ - "Fog::DNS\[:aws\] | change\_resource\_record\_sets \(aws, dns\)" test suite flaky [\#301](https://github.com/fog/fog-aws/issues/301)
55
+ - Cross account access using IAM role [\#294](https://github.com/fog/fog-aws/issues/294)
56
+ - Write timeout trying to upload a large file to S3 [\#291](https://github.com/fog/fog-aws/issues/291)
57
+ - Support Autoscaling lifecycle hooks [\#289](https://github.com/fog/fog-aws/issues/289)
58
+ - directories ignore region option [\#287](https://github.com/fog/fog-aws/issues/287)
59
+ - Feature: Access logs for ELB [\#271](https://github.com/fog/fog-aws/issues/271)
60
+ - S3: retry on 500 internal server error [\#264](https://github.com/fog/fog-aws/issues/264)
61
+ - Alias for server side encryption not working [\#260](https://github.com/fog/fog-aws/issues/260)
62
+ - InvalidParameterCombination =\> You cannot move a DB instance with Single-Az enabled to a VPC \(Fog::AWS::RDS::Error\) [\#255](https://github.com/fog/fog-aws/issues/255)
63
+ - Using STS [\#253](https://github.com/fog/fog-aws/issues/253)
64
+ - Auto Scaling Group does not enable metrics [\#251](https://github.com/fog/fog-aws/issues/251)
65
+ - aws has no storage service [\#248](https://github.com/fog/fog-aws/issues/248)
66
+ - Timeouts on Compute\#describe\_volumes due to extreme numbers of volumes [\#244](https://github.com/fog/fog-aws/issues/244)
67
+ - Support CreateReusableDelegationSet [\#243](https://github.com/fog/fog-aws/issues/243)
68
+ - Tags server creation in Mock vs Real [\#239](https://github.com/fog/fog-aws/issues/239)
69
+ - Excon::Errors::SocketError Broken pipe \(Errno::EPIPE\) when use Activeadmin upload image by nested form [\#237](https://github.com/fog/fog-aws/issues/237)
70
+ - Fog Mock doesn't update [\#236](https://github.com/fog/fog-aws/issues/236)
71
+ - ECS service\_update does not support "deploymentConfig" [\#234](https://github.com/fog/fog-aws/issues/234)
72
+ - Fog::Storage::AWS::Files\#each always iterates over entire collection [\#232](https://github.com/fog/fog-aws/issues/232)
73
+ - repeated bucket name in the URL on AWS and issue with :path\_style [\#228](https://github.com/fog/fog-aws/issues/228)
74
+ - Already initialized constant warnings [\#212](https://github.com/fog/fog-aws/issues/212)
75
+ - SQS API version is outdated [\#198](https://github.com/fog/fog-aws/issues/198)
76
+ - Problem when using irb [\#195](https://github.com/fog/fog-aws/issues/195)
77
+ - compute.servers \(via DescribeInstances\) does not include tags reliably [\#192](https://github.com/fog/fog-aws/issues/192)
78
+ - EBS create volume io1 or gp2 [\#186](https://github.com/fog/fog-aws/issues/186)
79
+ - Aws cloudformation stack-policy-body [\#179](https://github.com/fog/fog-aws/issues/179)
80
+ - EXCON\_DEBUG and DEBUG env variables do not help debug -S key issues [\#177](https://github.com/fog/fog-aws/issues/177)
81
+ - AWS4 SignatureDoesNotMatch if header contains two spaces [\#160](https://github.com/fog/fog-aws/issues/160)
82
+ - Add support for elasticache redis replication groups [\#136](https://github.com/fog/fog-aws/issues/136)
83
+ - Getting SignatureDoesNotMatch error with eu-central-1 [\#127](https://github.com/fog/fog-aws/issues/127)
84
+ - Cannot saving auto scaling group [\#125](https://github.com/fog/fog-aws/issues/125)
85
+ - fog-aws not working with dynamoDB Local [\#118](https://github.com/fog/fog-aws/issues/118)
86
+ - Fog::Compute::AWS::Error InvalidParameterValue =\> secondary-addresses [\#115](https://github.com/fog/fog-aws/issues/115)
87
+ - Is there an equivalent to describe-instance-status? [\#66](https://github.com/fog/fog-aws/issues/66)
88
+ - No usage instructions in Readme [\#64](https://github.com/fog/fog-aws/issues/64)
89
+ - AWS - distributionConfig.enabled' failed to satisfy constraint: Member must not be null [\#48](https://github.com/fog/fog-aws/issues/48)
90
+ - Clarify versioning on README [\#42](https://github.com/fog/fog-aws/issues/42)
91
+ - AWS SQS AddPermission API missing [\#26](https://github.com/fog/fog-aws/issues/26)
92
+ - AWS China region [\#25](https://github.com/fog/fog-aws/issues/25)
93
+ - AWS CloudFormation ListStacks options [\#24](https://github.com/fog/fog-aws/issues/24)
94
+ - Setting region of AWS::Compute after initialization [\#23](https://github.com/fog/fog-aws/issues/23)
95
+ - Support AWS Support API [\#22](https://github.com/fog/fog-aws/issues/22)
96
+ - InvalidClientTokenId =\> The security token included in the request is invalid [\#21](https://github.com/fog/fog-aws/issues/21)
97
+ - Change architecture attribute in AWS::Compute::Server model [\#20](https://github.com/fog/fog-aws/issues/20)
98
+ - Add support for Amazon Kinesis [\#19](https://github.com/fog/fog-aws/issues/19)
99
+ - Bring AWS CloudFront API Models/Requests up to date [\#17](https://github.com/fog/fog-aws/issues/17)
100
+ - AWS security group tests have become unstable [\#16](https://github.com/fog/fog-aws/issues/16)
101
+ - AWS auto scaling: availability zones are not a required parameter [\#15](https://github.com/fog/fog-aws/issues/15)
102
+ - Is anyone going to add support for AWS ElasticTranscoder [\#14](https://github.com/fog/fog-aws/issues/14)
103
+ - add missing attributes to aws describe\_reserved\_instances parser [\#13](https://github.com/fog/fog-aws/issues/13)
104
+ - AWS AutoScaling group min\_size & max\_size getting set to 0 [\#12](https://github.com/fog/fog-aws/issues/12)
105
+ - auto\_scaling\_group.instances does not return only instances for that group [\#11](https://github.com/fog/fog-aws/issues/11)
106
+ - Why are the credential keys not generalized? [\#10](https://github.com/fog/fog-aws/issues/10)
107
+ - Invalid XML Character in S3 Response [\#8](https://github.com/fog/fog-aws/issues/8)
108
+ - reading s3 upload progress [\#7](https://github.com/fog/fog-aws/issues/7)
109
+ - delete\_on\_termination=true attribute on new volume is not set on create [\#6](https://github.com/fog/fog-aws/issues/6)
110
+ - user\_data is still base64 encoded in Real launch\_configurations [\#5](https://github.com/fog/fog-aws/issues/5)
111
+
112
+ **Merged pull requests:**
113
+
114
+ - Add storage option to configure multipart put/copy [\#616](https://github.com/fog/fog-aws/pull/616) ([slonopotamus](https://github.com/slonopotamus))
115
+ - Bump actions/stale from 3.0.19 to 4 [\#615](https://github.com/fog/fog-aws/pull/615) ([dependabot[bot]](https://github.com/apps/dependabot))
116
+ - Update file.rb [\#613](https://github.com/fog/fog-aws/pull/613) ([iqre8](https://github.com/iqre8))
117
+ - fix storage for ruby 3.0 [\#611](https://github.com/fog/fog-aws/pull/611) ([vincentjoseph](https://github.com/vincentjoseph))
118
+ - Implement AWS TagSpecifications \(closes \#603\) [\#610](https://github.com/fog/fog-aws/pull/610) ([eLvErDe](https://github.com/eLvErDe))
119
+ - Bump actions/stale from 3.0.18 to 3.0.19 [\#609](https://github.com/fog/fog-aws/pull/609) ([dependabot[bot]](https://github.com/apps/dependabot))
120
+ - Bump actions/stale from 3 to 3.0.18 [\#608](https://github.com/fog/fog-aws/pull/608) ([dependabot[bot]](https://github.com/apps/dependabot))
121
+ - Bump actions/checkout from 2 to 2.3.4 [\#607](https://github.com/fog/fog-aws/pull/607) ([dependabot[bot]](https://github.com/apps/dependabot))
122
+ - drop git in gemspec [\#602](https://github.com/fog/fog-aws/pull/602) ([abrahamparayil](https://github.com/abrahamparayil))
123
+ - Update rubyzip requirement from ~\> 1.3.0 to ~\> 2.3.0 [\#601](https://github.com/fog/fog-aws/pull/601) ([dependabot[bot]](https://github.com/apps/dependabot))
124
+
125
+ ## [v3.10.0](https://github.com/fog/fog-aws/tree/v3.10.0) (2021-03-22)
126
+
127
+ [Full Changelog](https://github.com/fog/fog-aws/compare/v3.9.0...v3.10.0)
128
+
129
+ **Closed issues:**
130
+
131
+ - Fog::AWS::Storage timeout against S3 [\#599](https://github.com/fog/fog-aws/issues/599)
132
+ - Incorrect bucket redirection URL generation [\#594](https://github.com/fog/fog-aws/issues/594)
133
+ - Fully Support SSE-C encryption [\#571](https://github.com/fog/fog-aws/issues/571)
134
+ - Enable hibernation on creation of ec2 instance [\#566](https://github.com/fog/fog-aws/issues/566)
135
+ - Tests broken with fog-core 2.1.0 [\#504](https://github.com/fog/fog-aws/issues/504)
136
+ - changelog? [\#471](https://github.com/fog/fog-aws/issues/471)
137
+ - How to use iam\_instance\_profile? [\#342](https://github.com/fog/fog-aws/issues/342)
138
+ - how to support additional aws regions, e.g. cn-north-1 [\#164](https://github.com/fog/fog-aws/issues/164)
139
+ - Still empty content-encoding when it is not set [\#130](https://github.com/fog/fog-aws/issues/130)
140
+
141
+ **Merged pull requests:**
142
+
143
+ - Handle multiple versions of objects in multiple delete request [\#600](https://github.com/fog/fog-aws/pull/600) ([shanu-idrive](https://github.com/shanu-idrive))
144
+ - Add Truffleruby head to CI [\#596](https://github.com/fog/fog-aws/pull/596) ([gogainda](https://github.com/gogainda))
145
+ - Fixes domain name duplication in url [\#593](https://github.com/fog/fog-aws/pull/593) ([midhunkrishna](https://github.com/midhunkrishna))
2
146
 
3
147
  ## [v3.9.0](https://github.com/fog/fog-aws/tree/v3.9.0) (2021-03-02)
4
148
 
@@ -11,6 +155,7 @@
11
155
  - Enable test on Ruby 3.0 [\#591](https://github.com/fog/fog-aws/pull/591) ([voxik](https://github.com/voxik))
12
156
 
13
157
  ## [v3.8.0](https://github.com/fog/fog-aws/tree/v3.8.0) (2021-01-13)
158
+
14
159
  [Full Changelog](https://github.com/fog/fog-aws/compare/v3.7.0...v3.8.0)
15
160
 
16
161
  **Closed issues:**
@@ -25,6 +170,7 @@
25
170
  - Update .travis.yml [\#584](https://github.com/fog/fog-aws/pull/584) ([nageshlop](https://github.com/nageshlop))
26
171
 
27
172
  ## [v3.7.0](https://github.com/fog/fog-aws/tree/v3.7.0) (2020-12-01)
173
+
28
174
  [Full Changelog](https://github.com/fog/fog-aws/compare/v3.6.7...v3.7.0)
29
175
 
30
176
  **Closed issues:**
@@ -41,6 +187,7 @@
41
187
  - Add AssumeRoleWithWebIdentity to fetch\_credentials [\#576](https://github.com/fog/fog-aws/pull/576) ([jpac-run](https://github.com/jpac-run))
42
188
 
43
189
  ## [v3.6.7](https://github.com/fog/fog-aws/tree/v3.6.7) (2020-08-26)
190
+
44
191
  [Full Changelog](https://github.com/fog/fog-aws/compare/v3.6.6...v3.6.7)
45
192
 
46
193
  **Merged pull requests:**
@@ -48,6 +195,7 @@
48
195
  - S3 dot Region endpoint structure applied [\#574](https://github.com/fog/fog-aws/pull/574) ([gharutyunyan-vineti](https://github.com/gharutyunyan-vineti))
49
196
 
50
197
  ## [v3.6.6](https://github.com/fog/fog-aws/tree/v3.6.6) (2020-06-23)
198
+
51
199
  [Full Changelog](https://github.com/fog/fog-aws/compare/v3.6.5...v3.6.6)
52
200
 
53
201
  **Closed issues:**
@@ -62,6 +210,7 @@
62
210
  - Fix VPC model is\_default requires [\#567](https://github.com/fog/fog-aws/pull/567) ([biinari](https://github.com/biinari))
63
211
 
64
212
  ## [v3.6.5](https://github.com/fog/fog-aws/tree/v3.6.5) (2020-05-22)
213
+
65
214
  [Full Changelog](https://github.com/fog/fog-aws/compare/v3.6.4...v3.6.5)
66
215
 
67
216
  **Closed issues:**
@@ -76,6 +225,7 @@
76
225
  - Gracefully handle failure of IMDSv2 and allow fallback to IMDSv1 [\#562](https://github.com/fog/fog-aws/pull/562) ([atyndall](https://github.com/atyndall))
77
226
 
78
227
  ## [v3.6.4](https://github.com/fog/fog-aws/tree/v3.6.4) (2020-05-14)
228
+
79
229
  [Full Changelog](https://github.com/fog/fog-aws/compare/v3.6.3...v3.6.4)
80
230
 
81
231
  **Closed issues:**
@@ -88,6 +238,7 @@
88
238
  - Don’t install development scripts [\#557](https://github.com/fog/fog-aws/pull/557) ([amarshall](https://github.com/amarshall))
89
239
 
90
240
  ## [v3.6.3](https://github.com/fog/fog-aws/tree/v3.6.3) (2020-04-22)
241
+
91
242
  [Full Changelog](https://github.com/fog/fog-aws/compare/v3.6.2...v3.6.3)
92
243
 
93
244
  **Merged pull requests:**
@@ -97,6 +248,7 @@
97
248
  - Update kinesis.rb [\#553](https://github.com/fog/fog-aws/pull/553) ([ioquatix](https://github.com/ioquatix))
98
249
 
99
250
  ## [v3.6.2](https://github.com/fog/fog-aws/tree/v3.6.2) (2020-03-24)
251
+
100
252
  [Full Changelog](https://github.com/fog/fog-aws/compare/v3.5.2...v3.6.2)
101
253
 
102
254
  **Closed issues:**
@@ -127,6 +279,7 @@
127
279
  - Fix subnet's parsings [\#529](https://github.com/fog/fog-aws/pull/529) ([KevinLoiseau](https://github.com/KevinLoiseau))
128
280
 
129
281
  ## [v3.5.2](https://github.com/fog/fog-aws/tree/v3.5.2) (2019-07-16)
282
+
130
283
  [Full Changelog](https://github.com/fog/fog-aws/compare/v3.5.1...v3.5.2)
131
284
 
132
285
  **Closed issues:**
@@ -141,6 +294,7 @@
141
294
  - Make S3 Signature v4 streaming optional [\#525](https://github.com/fog/fog-aws/pull/525) ([stanhu](https://github.com/stanhu))
142
295
 
143
296
  ## [v3.5.1](https://github.com/fog/fog-aws/tree/v3.5.1) (2019-06-10)
297
+
144
298
  [Full Changelog](https://github.com/fog/fog-aws/compare/v3.5.0...v3.5.1)
145
299
 
146
300
  **Merged pull requests:**
@@ -149,6 +303,7 @@
149
303
  - Add support for generating tree hash tests by adding unaligned parts. [\#521](https://github.com/fog/fog-aws/pull/521) ([hkmaly](https://github.com/hkmaly))
150
304
 
151
305
  ## [v3.5.0](https://github.com/fog/fog-aws/tree/v3.5.0) (2019-04-25)
306
+
152
307
  [Full Changelog](https://github.com/fog/fog-aws/compare/v3.4.0...v3.5.0)
153
308
 
154
309
  **Closed issues:**
@@ -163,6 +318,7 @@
163
318
  - Enhance/add attribute db subnet group for db instance [\#511](https://github.com/fog/fog-aws/pull/511) ([KevinLoiseau](https://github.com/KevinLoiseau))
164
319
 
165
320
  ## [v3.4.0](https://github.com/fog/fog-aws/tree/v3.4.0) (2019-03-11)
321
+
166
322
  [Full Changelog](https://github.com/fog/fog-aws/compare/v3.3.0...v3.4.0)
167
323
 
168
324
  **Closed issues:**
@@ -201,6 +357,7 @@
201
357
  - add tags for describe address [\#474](https://github.com/fog/fog-aws/pull/474) ([toubs13](https://github.com/toubs13))
202
358
 
203
359
  ## [v3.3.0](https://github.com/fog/fog-aws/tree/v3.3.0) (2018-09-18)
360
+
204
361
  [Full Changelog](https://github.com/fog/fog-aws/compare/v3.2.0...v3.3.0)
205
362
 
206
363
  **Merged pull requests:**
@@ -208,6 +365,7 @@
208
365
  - Rename CDN::AWS to AWS::CDN [\#467](https://github.com/fog/fog-aws/pull/467) ([jaredbeck](https://github.com/jaredbeck))
209
366
 
210
367
  ## [v3.2.0](https://github.com/fog/fog-aws/tree/v3.2.0) (2018-09-17)
368
+
211
369
  [Full Changelog](https://github.com/fog/fog-aws/compare/v3.1.0...v3.2.0)
212
370
 
213
371
  **Merged pull requests:**
@@ -217,6 +375,7 @@
217
375
  - Rename Compute::AWS to AWS::Compute [\#468](https://github.com/fog/fog-aws/pull/468) ([sue445](https://github.com/sue445))
218
376
 
219
377
  ## [v3.1.0](https://github.com/fog/fog-aws/tree/v3.1.0) (2018-09-17)
378
+
220
379
  [Full Changelog](https://github.com/fog/fog-aws/compare/v3.0.0...v3.1.0)
221
380
 
222
381
  **Closed issues:**
@@ -248,6 +407,7 @@
248
407
  - SetInstanceProtection endpoint for auto scaling groups support [\#436](https://github.com/fog/fog-aws/pull/436) ([thorn](https://github.com/thorn))
249
408
 
250
409
  ## [v3.0.0](https://github.com/fog/fog-aws/tree/v3.0.0) (2018-04-23)
410
+
251
411
  [Full Changelog](https://github.com/fog/fog-aws/compare/v2.0.1...v3.0.0)
252
412
 
253
413
  **Closed issues:**
@@ -265,6 +425,7 @@
265
425
  - fog-core 2.x, fog-json 1.x [\#433](https://github.com/fog/fog-aws/pull/433) ([lanej](https://github.com/lanej))
266
426
 
267
427
  ## [v2.0.1](https://github.com/fog/fog-aws/tree/v2.0.1) (2018-02-28)
428
+
268
429
  [Full Changelog](https://github.com/fog/fog-aws/compare/v2.0.0...v2.0.1)
269
430
 
270
431
  **Closed issues:**
@@ -282,6 +443,7 @@
282
443
  - add france \(eu-west-3\) new region, fix \#424 [\#425](https://github.com/fog/fog-aws/pull/425) ([Val](https://github.com/Val))
283
444
 
284
445
  ## [v2.0.0](https://github.com/fog/fog-aws/tree/v2.0.0) (2017-11-28)
446
+
285
447
  [Full Changelog](https://github.com/fog/fog-aws/compare/v1.4.1...v2.0.0)
286
448
 
287
449
  **Closed issues:**
@@ -307,7 +469,7 @@
307
469
  - Update rds instance options model [\#406](https://github.com/fog/fog-aws/pull/406) ([carloslima](https://github.com/carloslima))
308
470
  - Drop Ruby\<2.0 support [\#405](https://github.com/fog/fog-aws/pull/405) ([tbrisker](https://github.com/tbrisker))
309
471
  - allow Gemfile-edge travis builds to fail [\#403](https://github.com/fog/fog-aws/pull/403) ([lanej](https://github.com/lanej))
310
- - Add `default\_for\_az` attribute to subnet [\#402](https://github.com/fog/fog-aws/pull/402) ([rzaharenkov](https://github.com/rzaharenkov))
472
+ - Add `default_for_az` attribute to subnet [\#402](https://github.com/fog/fog-aws/pull/402) ([rzaharenkov](https://github.com/rzaharenkov))
311
473
  - bundler ~\> 1.15 [\#399](https://github.com/fog/fog-aws/pull/399) ([lanej](https://github.com/lanej))
312
474
  - Fix detaching instances from auto scaling group. [\#397](https://github.com/fog/fog-aws/pull/397) ([rzaharenkov](https://github.com/rzaharenkov))
313
475
  - Issue \#387 Fog::Compute::AWS::Vpcs returns VPCs with nil ids [\#396](https://github.com/fog/fog-aws/pull/396) ([maguec](https://github.com/maguec))
@@ -319,6 +481,7 @@
319
481
  - fix default\_security\_group detection [\#348](https://github.com/fog/fog-aws/pull/348) ([lanej](https://github.com/lanej))
320
482
 
321
483
  ## [v1.4.1](https://github.com/fog/fog-aws/tree/v1.4.1) (2017-08-23)
484
+
322
485
  [Full Changelog](https://github.com/fog/fog-aws/compare/v1.4.0...v1.4.1)
323
486
 
324
487
  **Closed issues:**
@@ -338,6 +501,7 @@
338
501
  - Fix AWS credential mocking [\#374](https://github.com/fog/fog-aws/pull/374) ([v-yarotsky](https://github.com/v-yarotsky))
339
502
 
340
503
  ## [v1.4.0](https://github.com/fog/fog-aws/tree/v1.4.0) (2017-06-14)
504
+
341
505
  [Full Changelog](https://github.com/fog/fog-aws/compare/v1.3.0...v1.4.0)
342
506
 
343
507
  **Closed issues:**
@@ -359,6 +523,7 @@
359
523
  - Skip call to instance metadata host if region is specified [\#360](https://github.com/fog/fog-aws/pull/360) ([ankane](https://github.com/ankane))
360
524
 
361
525
  ## [v1.3.0](https://github.com/fog/fog-aws/tree/v1.3.0) (2017-03-29)
526
+
362
527
  [Full Changelog](https://github.com/fog/fog-aws/compare/v1.2.1...v1.3.0)
363
528
 
364
529
  **Closed issues:**
@@ -374,6 +539,7 @@
374
539
  - Modify volume [\#350](https://github.com/fog/fog-aws/pull/350) ([ehowe](https://github.com/ehowe))
375
540
 
376
541
  ## [v1.2.1](https://github.com/fog/fog-aws/tree/v1.2.1) (2017-02-27)
542
+
377
543
  [Full Changelog](https://github.com/fog/fog-aws/compare/v1.2.0...v1.2.1)
378
544
 
379
545
  **Closed issues:**
@@ -389,6 +555,7 @@
389
555
  - Fix multipart upload [\#340](https://github.com/fog/fog-aws/pull/340) ([nobmurakita](https://github.com/nobmurakita))
390
556
 
391
557
  ## [v1.2.0](https://github.com/fog/fog-aws/tree/v1.2.0) (2017-01-20)
558
+
392
559
  [Full Changelog](https://github.com/fog/fog-aws/compare/v1.1.0...v1.2.0)
393
560
 
394
561
  **Closed issues:**
@@ -403,6 +570,7 @@
403
570
  - Fixes / improvements for AutoScaling [\#334](https://github.com/fog/fog-aws/pull/334) ([lanej](https://github.com/lanej))
404
571
 
405
572
  ## [v1.1.0](https://github.com/fog/fog-aws/tree/v1.1.0) (2016-12-16)
573
+
406
574
  [Full Changelog](https://github.com/fog/fog-aws/compare/v1.0.0...v1.1.0)
407
575
 
408
576
  **Closed issues:**
@@ -417,6 +585,7 @@
417
585
  - credential\_fetcher: Mark AWS metadata calls as idempotent [\#329](https://github.com/fog/fog-aws/pull/329) ([mtekel](https://github.com/mtekel))
418
586
 
419
587
  ## [v1.0.0](https://github.com/fog/fog-aws/tree/v1.0.0) (2016-12-12)
588
+
420
589
  [Full Changelog](https://github.com/fog/fog-aws/compare/v0.13.0...v1.0.0)
421
590
 
422
591
  **Merged pull requests:**
@@ -427,6 +596,7 @@
427
596
  - data pipeline mocks [\#318](https://github.com/fog/fog-aws/pull/318) ([ehowe](https://github.com/ehowe))
428
597
 
429
598
  ## [v0.13.0](https://github.com/fog/fog-aws/tree/v0.13.0) (2016-11-29)
599
+
430
600
  [Full Changelog](https://github.com/fog/fog-aws/compare/v0.12.0...v0.13.0)
431
601
 
432
602
  **Closed issues:**
@@ -445,7 +615,7 @@
445
615
  - Fixed some missing parts in change sets [\#322](https://github.com/fog/fog-aws/pull/322) ([nilroy](https://github.com/nilroy))
446
616
  - Add creation date and enhanced networking support for images [\#321](https://github.com/fog/fog-aws/pull/321) ([puneetloya](https://github.com/puneetloya))
447
617
  - Fix warnings in running tests [\#319](https://github.com/fog/fog-aws/pull/319) ([ebihara99999](https://github.com/ebihara99999))
448
- - Add `Fog::AWS::STS.Mock\#assume\_role` [\#316](https://github.com/fog/fog-aws/pull/316) ([pedrommonteiro](https://github.com/pedrommonteiro))
618
+ - Add `Fog::AWS::STS.Mock#assume_role` [\#316](https://github.com/fog/fog-aws/pull/316) ([pedrommonteiro](https://github.com/pedrommonteiro))
449
619
  - Ohio region [\#314](https://github.com/fog/fog-aws/pull/314) ([chanakyacool](https://github.com/chanakyacool))
450
620
  - mime types gem update [\#312](https://github.com/fog/fog-aws/pull/312) ([lucianosousa](https://github.com/lucianosousa))
451
621
  - fix S3 \#delete\_multiple\_objects for UTF-8 names [\#310](https://github.com/fog/fog-aws/pull/310) ([alepore](https://github.com/alepore))
@@ -455,6 +625,7 @@
455
625
  - Modify Db subnet group [\#293](https://github.com/fog/fog-aws/pull/293) ([chanakyacool](https://github.com/chanakyacool))
456
626
 
457
627
  ## [v0.12.0](https://github.com/fog/fog-aws/tree/v0.12.0) (2016-09-22)
628
+
458
629
  [Full Changelog](https://github.com/fog/fog-aws/compare/v0.11.0...v0.12.0)
459
630
 
460
631
  **Implemented enhancements:**
@@ -476,6 +647,7 @@
476
647
  - Cloud Formation: support for change sets, stack policy and other missing calls. [\#297](https://github.com/fog/fog-aws/pull/297) ([neillturner](https://github.com/neillturner))
477
648
 
478
649
  ## [v0.11.0](https://github.com/fog/fog-aws/tree/v0.11.0) (2016-08-04)
650
+
479
651
  [Full Changelog](https://github.com/fog/fog-aws/compare/v0.10.0...v0.11.0)
480
652
 
481
653
  **Merged pull requests:**
@@ -487,6 +659,7 @@
487
659
  - Change DBSubnetGroup to DBSubnetGroupName model cluster while creation [\#279](https://github.com/fog/fog-aws/pull/279) ([chanakyacool](https://github.com/chanakyacool))
488
660
 
489
661
  ## [v0.10.0](https://github.com/fog/fog-aws/tree/v0.10.0) (2016-07-15)
662
+
490
663
  [Full Changelog](https://github.com/fog/fog-aws/compare/v0.9.4...v0.10.0)
491
664
 
492
665
  **Closed issues:**
@@ -504,6 +677,7 @@
504
677
  - add default region to use\_iam\_profile [\#268](https://github.com/fog/fog-aws/pull/268) ([shaiguitar](https://github.com/shaiguitar))
505
678
 
506
679
  ## [v0.9.4](https://github.com/fog/fog-aws/tree/v0.9.4) (2016-06-28)
680
+
507
681
  [Full Changelog](https://github.com/fog/fog-aws/compare/v0.9.3...v0.9.4)
508
682
 
509
683
  **Closed issues:**
@@ -518,6 +692,7 @@
518
692
  - AWS DNS - support newer DNS hosted zone IDs for dualstack ELBs [\#263](https://github.com/fog/fog-aws/pull/263) ([mattheworiordan](https://github.com/mattheworiordan))
519
693
 
520
694
  ## [v0.9.3](https://github.com/fog/fog-aws/tree/v0.9.3) (2016-06-20)
695
+
521
696
  [Full Changelog](https://github.com/fog/fog-aws/compare/v0.9.2...v0.9.3)
522
697
 
523
698
  **Closed issues:**
@@ -525,7 +700,7 @@
525
700
  - Users list is empty in Fog::AWS::IAM::Groups [\#256](https://github.com/fog/fog-aws/issues/256)
526
701
  - I'd like to configure my Excon read\_timeout and write\_timeout [\#254](https://github.com/fog/fog-aws/issues/254)
527
702
  - Bump fog-core to \>=1.38.0 [\#247](https://github.com/fog/fog-aws/issues/247)
528
- - no implicit conversion of Array into String in `aws/storage.rb` from `bucket\_name` in params. [\#246](https://github.com/fog/fog-aws/issues/246)
703
+ - no implicit conversion of Array into String in `aws/storage.rb` from `bucket_name` in params. [\#246](https://github.com/fog/fog-aws/issues/246)
529
704
  - \[S3\] Bucket name gets duplicated in case of redirect from AWS [\#242](https://github.com/fog/fog-aws/issues/242)
530
705
  - CloudFormation stack tags cause describe\_stacks to break [\#240](https://github.com/fog/fog-aws/issues/240)
531
706
 
@@ -540,6 +715,7 @@
540
715
  - Add log warning message about when not on us-region [\#200](https://github.com/fog/fog-aws/pull/200) ([kitofr](https://github.com/kitofr))
541
716
 
542
717
  ## [v0.9.2](https://github.com/fog/fog-aws/tree/v0.9.2) (2016-03-23)
718
+
543
719
  [Full Changelog](https://github.com/fog/fog-aws/compare/v0.9.1...v0.9.2)
544
720
 
545
721
  **Closed issues:**
@@ -551,9 +727,11 @@
551
727
  - Aurora [\#238](https://github.com/fog/fog-aws/pull/238) ([ehowe](https://github.com/ehowe))
552
728
 
553
729
  ## [v0.9.1](https://github.com/fog/fog-aws/tree/v0.9.1) (2016-03-04)
730
+
554
731
  [Full Changelog](https://github.com/fog/fog-aws/compare/v0.8.2...v0.9.1)
555
732
 
556
733
  ## [v0.8.2](https://github.com/fog/fog-aws/tree/v0.8.2) (2016-03-04)
734
+
557
735
  [Full Changelog](https://github.com/fog/fog-aws/compare/v0.9.0...v0.8.2)
558
736
 
559
737
  **Merged pull requests:**
@@ -561,6 +739,7 @@
561
739
  - autoscaler attach/detatch [\#229](https://github.com/fog/fog-aws/pull/229) ([shaiguitar](https://github.com/shaiguitar))
562
740
 
563
741
  ## [v0.9.0](https://github.com/fog/fog-aws/tree/v0.9.0) (2016-03-03)
742
+
564
743
  [Full Changelog](https://github.com/fog/fog-aws/compare/v0.8.1...v0.9.0)
565
744
 
566
745
  **Closed issues:**
@@ -581,6 +760,7 @@
581
760
  - restore db instance fom db snapshot [\#217](https://github.com/fog/fog-aws/pull/217) ([ehowe](https://github.com/ehowe))
582
761
 
583
762
  ## [v0.8.1](https://github.com/fog/fog-aws/tree/v0.8.1) (2016-01-08)
763
+
584
764
  [Full Changelog](https://github.com/fog/fog-aws/compare/v0.8.0...v0.8.1)
585
765
 
586
766
  **Merged pull requests:**
@@ -588,6 +768,7 @@
588
768
  - Add new aws regions [\#213](https://github.com/fog/fog-aws/pull/213) ([atmos](https://github.com/atmos))
589
769
 
590
770
  ## [v0.8.0](https://github.com/fog/fog-aws/tree/v0.8.0) (2016-01-04)
771
+
591
772
  [Full Changelog](https://github.com/fog/fog-aws/compare/v0.7.6...v0.8.0)
592
773
 
593
774
  **Fixed bugs:**
@@ -628,6 +809,7 @@
628
809
  - properly mock rds name update [\#170](https://github.com/fog/fog-aws/pull/170) ([ehowe](https://github.com/ehowe))
629
810
 
630
811
  ## [v0.7.6](https://github.com/fog/fog-aws/tree/v0.7.6) (2015-08-26)
812
+
631
813
  [Full Changelog](https://github.com/fog/fog-aws/compare/v0.7.5...v0.7.6)
632
814
 
633
815
  **Closed issues:**
@@ -640,6 +822,7 @@
640
822
  - Mocked put\_bucket no longer clobbers existing bucket [\#174](https://github.com/fog/fog-aws/pull/174) ([jgr](https://github.com/jgr))
641
823
 
642
824
  ## [v0.7.5](https://github.com/fog/fog-aws/tree/v0.7.5) (2015-08-24)
825
+
643
826
  [Full Changelog](https://github.com/fog/fog-aws/compare/v0.7.4...v0.7.5)
644
827
 
645
828
  **Closed issues:**
@@ -661,6 +844,7 @@
661
844
  - update \#promote\_read\_replica mock [\#158](https://github.com/fog/fog-aws/pull/158) ([lanej](https://github.com/lanej))
662
845
 
663
846
  ## [v0.7.4](https://github.com/fog/fog-aws/tree/v0.7.4) (2015-07-30)
847
+
664
848
  [Full Changelog](https://github.com/fog/fog-aws/compare/v0.7.3...v0.7.4)
665
849
 
666
850
  **Fixed bugs:**
@@ -672,6 +856,7 @@
672
856
  - AutoScaling attach/detach ELB support + tests [\#156](https://github.com/fog/fog-aws/pull/156) ([nbfowler](https://github.com/nbfowler))
673
857
 
674
858
  ## [v0.7.3](https://github.com/fog/fog-aws/tree/v0.7.3) (2015-07-10)
859
+
675
860
  [Full Changelog](https://github.com/fog/fog-aws/compare/v0.7.2...v0.7.3)
676
861
 
677
862
  **Closed issues:**
@@ -683,6 +868,7 @@
683
868
  - encrypted storage on rds [\#153](https://github.com/fog/fog-aws/pull/153) ([ehowe](https://github.com/ehowe))
684
869
 
685
870
  ## [v0.7.2](https://github.com/fog/fog-aws/tree/v0.7.2) (2015-07-08)
871
+
686
872
  [Full Changelog](https://github.com/fog/fog-aws/compare/v0.7.1...v0.7.2)
687
873
 
688
874
  **Fixed bugs:**
@@ -694,6 +880,7 @@
694
880
  - fix \#change\_resource\_record\_sets [\#151](https://github.com/fog/fog-aws/pull/151) ([lanej](https://github.com/lanej))
695
881
 
696
882
  ## [v0.7.1](https://github.com/fog/fog-aws/tree/v0.7.1) (2015-07-08)
883
+
697
884
  [Full Changelog](https://github.com/fog/fog-aws/compare/v0.7.0...v0.7.1)
698
885
 
699
886
  **Merged pull requests:**
@@ -702,6 +889,7 @@
702
889
  - Fix blank content-encoding headers [\#147](https://github.com/fog/fog-aws/pull/147) ([fcheung](https://github.com/fcheung))
703
890
 
704
891
  ## [v0.7.0](https://github.com/fog/fog-aws/tree/v0.7.0) (2015-07-07)
892
+
705
893
  [Full Changelog](https://github.com/fog/fog-aws/compare/v0.6.0...v0.7.0)
706
894
 
707
895
  **Closed issues:**
@@ -718,6 +906,7 @@
718
906
  - list\_hosted\_zones expects that options to be hash with symbol as key [\#139](https://github.com/fog/fog-aws/pull/139) ([slashmili](https://github.com/slashmili))
719
907
 
720
908
  ## [v0.6.0](https://github.com/fog/fog-aws/tree/v0.6.0) (2015-06-23)
909
+
721
910
  [Full Changelog](https://github.com/fog/fog-aws/compare/v0.5.0...v0.6.0)
722
911
 
723
912
  **Merged pull requests:**
@@ -725,6 +914,7 @@
725
914
  - Add support for AWS Lambda service [\#123](https://github.com/fog/fog-aws/pull/123) ([nomadium](https://github.com/nomadium))
726
915
 
727
916
  ## [v0.5.0](https://github.com/fog/fog-aws/tree/v0.5.0) (2015-06-17)
917
+
728
918
  [Full Changelog](https://github.com/fog/fog-aws/compare/v0.4.1...v0.5.0)
729
919
 
730
920
  **Merged pull requests:**
@@ -734,6 +924,7 @@
734
924
  - Add support for EC2 Container Service [\#120](https://github.com/fog/fog-aws/pull/120) ([nomadium](https://github.com/nomadium))
735
925
 
736
926
  ## [v0.4.1](https://github.com/fog/fog-aws/tree/v0.4.1) (2015-06-15)
927
+
737
928
  [Full Changelog](https://github.com/fog/fog-aws/compare/v0.4.0...v0.4.1)
738
929
 
739
930
  **Closed issues:**
@@ -753,6 +944,7 @@
753
944
  - model managed policies [\#126](https://github.com/fog/fog-aws/pull/126) ([lanej](https://github.com/lanej))
754
945
 
755
946
  ## [v0.4.0](https://github.com/fog/fog-aws/tree/v0.4.0) (2015-05-27)
947
+
756
948
  [Full Changelog](https://github.com/fog/fog-aws/compare/v0.3.0...v0.4.0)
757
949
 
758
950
  **Merged pull requests:**
@@ -760,6 +952,7 @@
760
952
  - model iam groups [\#121](https://github.com/fog/fog-aws/pull/121) ([lanej](https://github.com/lanej))
761
953
 
762
954
  ## [v0.3.0](https://github.com/fog/fog-aws/tree/v0.3.0) (2015-05-21)
955
+
763
956
  [Full Changelog](https://github.com/fog/fog-aws/compare/v0.2.2...v0.3.0)
764
957
 
765
958
  **Closed issues:**
@@ -772,9 +965,11 @@
772
965
  - Added a new request - describe\_instance\_attribute [\#110](https://github.com/fog/fog-aws/pull/110) ([nilroy](https://github.com/nilroy))
773
966
 
774
967
  ## [v0.2.2](https://github.com/fog/fog-aws/tree/v0.2.2) (2015-05-13)
968
+
775
969
  [Full Changelog](https://github.com/fog/fog-aws/compare/v0.2.1...v0.2.2)
776
970
 
777
971
  ## [v0.2.1](https://github.com/fog/fog-aws/tree/v0.2.1) (2015-05-13)
972
+
778
973
  [Full Changelog](https://github.com/fog/fog-aws/compare/v0.2.0...v0.2.1)
779
974
 
780
975
  **Merged pull requests:**
@@ -782,6 +977,7 @@
782
977
  - mocks for topic permissions [\#111](https://github.com/fog/fog-aws/pull/111) ([lanej](https://github.com/lanej))
783
978
 
784
979
  ## [v0.2.0](https://github.com/fog/fog-aws/tree/v0.2.0) (2015-05-13)
980
+
785
981
  [Full Changelog](https://github.com/fog/fog-aws/compare/v0.1.2...v0.2.0)
786
982
 
787
983
  **Implemented enhancements:**
@@ -808,13 +1004,14 @@
808
1004
  - Fix mock VPC ELB creation in regions other than us-east-1 [\#94](https://github.com/fog/fog-aws/pull/94) ([mrpoundsign](https://github.com/mrpoundsign))
809
1005
  - Fix repository URL in README.md [\#91](https://github.com/fog/fog-aws/pull/91) ([tricknotes](https://github.com/tricknotes))
810
1006
  - adding support for d2 instance type [\#90](https://github.com/fog/fog-aws/pull/90) ([yumminhuang](https://github.com/yumminhuang))
811
- - Support weight round robin mock [\#89](https://github.com/fog/fog-aws/pull/89) ([freddy1666](https://github.com/freddy1666))
1007
+ - Support weight round robin mock [\#89](https://github.com/fog/fog-aws/pull/89) ([freddy61025](https://github.com/freddy61025))
812
1008
  - Update README.md [\#87](https://github.com/fog/fog-aws/pull/87) ([nomadium](https://github.com/nomadium))
813
1009
  - Add mock for EC2 request\_spot\_instances API request [\#86](https://github.com/fog/fog-aws/pull/86) ([nomadium](https://github.com/nomadium))
814
1010
  - Move more requires to autoload [\#85](https://github.com/fog/fog-aws/pull/85) ([plribeiro3000](https://github.com/plribeiro3000))
815
1011
  - Add mock for EC2 describe\_spot\_price\_history API request [\#84](https://github.com/fog/fog-aws/pull/84) ([nomadium](https://github.com/nomadium))
816
1012
 
817
1013
  ## [v0.1.2](https://github.com/fog/fog-aws/tree/v0.1.2) (2015-04-07)
1014
+
818
1015
  [Full Changelog](https://github.com/fog/fog-aws/compare/v0.1.1...v0.1.2)
819
1016
 
820
1017
  **Closed issues:**
@@ -844,6 +1041,7 @@
844
1041
  - Add support for cname buckets [\#61](https://github.com/fog/fog-aws/pull/61) ([dsgh](https://github.com/dsgh))
845
1042
 
846
1043
  ## [v0.1.1](https://github.com/fog/fog-aws/tree/v0.1.1) (2015-02-25)
1044
+
847
1045
  [Full Changelog](https://github.com/fog/fog-aws/compare/v0.1.0...v0.1.1)
848
1046
 
849
1047
  **Closed issues:**
@@ -865,6 +1063,7 @@
865
1063
  - don't allow sg authorization to unknown sgs [\#49](https://github.com/fog/fog-aws/pull/49) ([lanej](https://github.com/lanej))
866
1064
 
867
1065
  ## [v0.1.0](https://github.com/fog/fog-aws/tree/v0.1.0) (2015-02-03)
1066
+
868
1067
  [Full Changelog](https://github.com/fog/fog-aws/compare/v0.0.8...v0.1.0)
869
1068
 
870
1069
  **Closed issues:**
@@ -876,21 +1075,11 @@
876
1075
  - Fix v4 signature when path has repeated slashes in the middle [\#46](https://github.com/fog/fog-aws/pull/46) ([fcheung](https://github.com/fcheung))
877
1076
  - get signin token for federation [\#45](https://github.com/fog/fog-aws/pull/45) ([ehowe](https://github.com/ehowe))
878
1077
  - add 'volumeType' and 'encrypted' to blockDeviceMapping parser [\#43](https://github.com/fog/fog-aws/pull/43) ([ichii386](https://github.com/ichii386))
879
- - default namespace and evaluation period on alarm [\#37](https://github.com/fog/fog-aws/pull/37) ([michelleN](https://github.com/michelleN))
880
-
881
- ## [v0.0.8](https://github.com/fog/fog-aws/tree/v0.0.8) (2015-01-27)
882
- [Full Changelog](https://github.com/fog/fog-aws/compare/v0.0.7...v0.0.8)
883
-
884
- **Closed issues:**
885
-
886
- - NoMethodError - undefined method `signature\_parameters' for nil:NilClass [\#28](https://github.com/fog/fog-aws/issues/28)
887
-
888
- **Merged pull requests:**
889
-
890
1078
  - add missing mocks [\#41](https://github.com/fog/fog-aws/pull/41) ([michelleN](https://github.com/michelleN))
891
1079
  - Add idempotent excon option to some route53 API calls [\#40](https://github.com/fog/fog-aws/pull/40) ([josacar](https://github.com/josacar))
892
1080
  - Allow for AWS errors not specifying region [\#39](https://github.com/fog/fog-aws/pull/39) ([greysteil](https://github.com/greysteil))
893
1081
  - correct engine version param on rds replicas [\#38](https://github.com/fog/fog-aws/pull/38) ([lanej](https://github.com/lanej))
1082
+ - default namespace and evaluation period on alarm [\#37](https://github.com/fog/fog-aws/pull/37) ([michelleN](https://github.com/michelleN))
894
1083
  - \[AWS|Autoscaling\] Add missing ebs attributes to describe\_launch\_configurations [\#35](https://github.com/fog/fog-aws/pull/35) ([fcheung](https://github.com/fcheung))
895
1084
  - \[AWS|Storage\] signed\_url should use v2 signature when aws\_signature\_version is 2 [\#34](https://github.com/fog/fog-aws/pull/34) ([fcheung](https://github.com/fcheung))
896
1085
  - BUGFIX: When fog\_credentials endpoint is set @region defaults to nil [\#33](https://github.com/fog/fog-aws/pull/33) ([nicholasklick](https://github.com/nicholasklick))
@@ -899,7 +1088,16 @@
899
1088
  - Add PlacementTenancy to launch configuration parser and test case [\#29](https://github.com/fog/fog-aws/pull/29) ([benpillet](https://github.com/benpillet))
900
1089
  - Use Fog::Formatador [\#27](https://github.com/fog/fog-aws/pull/27) ([ghost](https://github.com/ghost))
901
1090
 
1091
+ ## [v0.0.8](https://github.com/fog/fog-aws/tree/v0.0.8) (2015-01-27)
1092
+
1093
+ [Full Changelog](https://github.com/fog/fog-aws/compare/v0.0.7...v0.0.8)
1094
+
1095
+ **Closed issues:**
1096
+
1097
+ - NoMethodError - undefined method `signature\_parameters' for nil:NilClass [\#28](https://github.com/fog/fog-aws/issues/28)
1098
+
902
1099
  ## [v0.0.7](https://github.com/fog/fog-aws/tree/v0.0.7) (2015-01-23)
1100
+
903
1101
  [Full Changelog](https://github.com/fog/fog-aws/compare/v0.0.6...v0.0.7)
904
1102
 
905
1103
  **Closed issues:**
@@ -912,6 +1110,7 @@
912
1110
  - Support for VPC Classic Link [\#3](https://github.com/fog/fog-aws/pull/3) ([fcheung](https://github.com/fcheung))
913
1111
 
914
1112
  ## [v0.0.6](https://github.com/fog/fog-aws/tree/v0.0.6) (2015-01-12)
1113
+
915
1114
  [Full Changelog](https://github.com/fog/fog-aws/compare/v0.0.5...v0.0.6)
916
1115
 
917
1116
  **Closed issues:**
@@ -924,24 +1123,33 @@
924
1123
  - another attempt at s3 region redirecting [\#2](https://github.com/fog/fog-aws/pull/2) ([geemus](https://github.com/geemus))
925
1124
 
926
1125
  ## [v0.0.5](https://github.com/fog/fog-aws/tree/v0.0.5) (2015-01-06)
1126
+
927
1127
  [Full Changelog](https://github.com/fog/fog-aws/compare/v0.0.4...v0.0.5)
928
1128
 
929
1129
  ## [v0.0.4](https://github.com/fog/fog-aws/tree/v0.0.4) (2015-01-04)
1130
+
930
1131
  [Full Changelog](https://github.com/fog/fog-aws/compare/v0.0.3...v0.0.4)
931
1132
 
932
1133
  ## [v0.0.3](https://github.com/fog/fog-aws/tree/v0.0.3) (2015-01-02)
1134
+
933
1135
  [Full Changelog](https://github.com/fog/fog-aws/compare/v0.0.2...v0.0.3)
934
1136
 
935
1137
  ## [v0.0.2](https://github.com/fog/fog-aws/tree/v0.0.2) (2015-01-02)
1138
+
936
1139
  [Full Changelog](https://github.com/fog/fog-aws/compare/v0.0.1...v0.0.2)
937
1140
 
938
1141
  ## [v0.0.1](https://github.com/fog/fog-aws/tree/v0.0.1) (2015-01-02)
1142
+
939
1143
  [Full Changelog](https://github.com/fog/fog-aws/compare/rm...v0.0.1)
940
1144
 
941
1145
  ## [rm](https://github.com/fog/fog-aws/tree/rm) (2014-11-27)
1146
+
942
1147
  [Full Changelog](https://github.com/fog/fog-aws/compare/fog-brightbox_v0.0.1...rm)
943
1148
 
944
1149
  ## [fog-brightbox_v0.0.1](https://github.com/fog/fog-aws/tree/fog-brightbox_v0.0.1) (2014-02-19)
945
1150
 
1151
+ [Full Changelog](https://github.com/fog/fog-aws/compare/d496bcd266d584ffcded6e265e8166138a3fb22a...fog-brightbox_v0.0.1)
1152
+
1153
+
946
1154
 
947
- \* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*
1155
+ \* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)*