fog-aws 3.7.0 → 3.11.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
  SHA256:
3
- metadata.gz: 9ac0628bad4edf849a2b1395bd829d18ae77bff352841e68fbc7ecdb475ef82b
4
- data.tar.gz: 5a545b7e8ad44c321273fac7b87b11b79be3a9af1c2d038b2790ea95c529df30
3
+ metadata.gz: db78eac28d74ef1522933e294d0528ecf4f99d072594629f6befeb75927f63e6
4
+ data.tar.gz: 9496a31776f748834e82525bebf26a157208d7fec58f273d21508bc1c6d25062
5
5
  SHA512:
6
- metadata.gz: 06156a44eec55618672a3d5beed5d35c0e7195ba07a3a515e944db462edbd6b4e56f6ff693bd5dd0013090c2083f395cf9f310013a164d3a3163c7ea82f96b9e
7
- data.tar.gz: ebf606599061ed26cf2f1995e91690aebb7b409b15fe1d6ee465ef3e36a87b9c714e376e9bf6fee9c276a45a994972d94a24ef49d27f92e8b64ee6a47a9ae082
6
+ metadata.gz: 0a6c79d3d5598348a49a3c1bff6b4e89804900d851a9a6e1cd328f98e2877b6ff6a66fe1703e5276f46f434d39adc3ad8d00dcef6905308168f34993278c52a5
7
+ data.tar.gz: d7a32f8b0df5f0f439662d8917e1eaf7ef5cc74433f48653162d74a6ae725d3fdf9a2bfe64e81f59abf8d3470c1cb44631476cd514d145249b99ca95d09615ad
data/CHANGELOG.md CHANGED
@@ -1,7 +1,173 @@
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.10.0...HEAD)
6
+
7
+ **Closed issues:**
8
+
9
+ - Support for Regional STS Endpoints [\#604](https://github.com/fog/fog-aws/issues/604)
10
+ - Pass tags when creating EBS ? [\#603](https://github.com/fog/fog-aws/issues/603)
11
+ - S3 multiple delete api should handle delete for multiple versions for a single object [\#598](https://github.com/fog/fog-aws/issues/598)
12
+ - Fog does not return error from s3 [\#586](https://github.com/fog/fog-aws/issues/586)
13
+ - Add support for r6g and c6g instance types [\#580](https://github.com/fog/fog-aws/issues/580)
14
+ - Using internal S3 provider ... and something funky is going on! [\#575](https://github.com/fog/fog-aws/issues/575)
15
+ - How to upload File to S3 with with accelerate? [\#554](https://github.com/fog/fog-aws/issues/554)
16
+ - How to use assume\_role\_with\_web\_identity auth for S3 storage? [\#543](https://github.com/fog/fog-aws/issues/543)
17
+ - Fog::AWS::Glacier::TreeHash::add\_part works only sometimes [\#520](https://github.com/fog/fog-aws/issues/520)
18
+ - fog-aws: Fog::AWS::Glacier::Job doesn't support RetrievalByteRange [\#519](https://github.com/fog/fog-aws/issues/519)
19
+ - Path style is being deprecated [\#516](https://github.com/fog/fog-aws/issues/516)
20
+ - Fog::DNS::AWS can't read zones [\#513](https://github.com/fog/fog-aws/issues/513)
21
+ - Lambda Parser can't handle VPC config, containing array of hash values [\#509](https://github.com/fog/fog-aws/issues/509)
22
+ - Excon::Error::Forbidden: Expected\(200\) \<=\> Actual\(403 Forbidden\) [\#508](https://github.com/fog/fog-aws/issues/508)
23
+ - file.save does not work with STDIN [\#500](https://github.com/fog/fog-aws/issues/500)
24
+ - ELBv2 Support ? [\#489](https://github.com/fog/fog-aws/issues/489)
25
+ - S3 Select Support? [\#484](https://github.com/fog/fog-aws/issues/484)
26
+ - nil:NilClass error [\#483](https://github.com/fog/fog-aws/issues/483)
27
+ - Mocks for VM creation require access and secret key when using instance profiles [\#482](https://github.com/fog/fog-aws/issues/482)
28
+ - Always use bucket virtual hostname? [\#464](https://github.com/fog/fog-aws/issues/464)
29
+ - Spot instance creation : Support for BlockDurationMinutes [\#461](https://github.com/fog/fog-aws/issues/461)
30
+ - How can I remove the `Content-Encoding` metadata properties if I upload from fog [\#447](https://github.com/fog/fog-aws/issues/447)
31
+ - AWS::ECS with `use_iam_profile` errors out [\#441](https://github.com/fog/fog-aws/issues/441)
32
+ - Option to turn off Warnings [\#426](https://github.com/fog/fog-aws/issues/426)
33
+ - Accessing AWS S3 using EC2 Instance Profile [\#423](https://github.com/fog/fog-aws/issues/423)
34
+ - Support step and target tracking auto scaling policies [\#422](https://github.com/fog/fog-aws/issues/422)
35
+ - 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)
36
+ - Download File with content\_disposition [\#418](https://github.com/fog/fog-aws/issues/418)
37
+ - Fog::Compute::AWS::Error iamInstanceProfile.name is invalid [\#410](https://github.com/fog/fog-aws/issues/410)
38
+ - Mocks for EC2 instance creation do not behave as expected [\#404](https://github.com/fog/fog-aws/issues/404)
39
+ - Cannot copy an encrypted snapshot from one account to another account [\#398](https://github.com/fog/fog-aws/issues/398)
40
+ - Fog::Compute::AWS::Image\#deregister ignores non-root snapshots. [\#380](https://github.com/fog/fog-aws/issues/380)
41
+ - AWS S3 overwrites files with same name [\#378](https://github.com/fog/fog-aws/issues/378)
42
+ - Support S3 object tagging [\#377](https://github.com/fog/fog-aws/issues/377)
43
+ - Reqeust to support Aws::DynamoDBStreams [\#373](https://github.com/fog/fog-aws/issues/373)
44
+ - Not all Rds versions and Instance Types are rendered [\#371](https://github.com/fog/fog-aws/issues/371)
45
+ - Tag instances upon creation of new instance [\#359](https://github.com/fog/fog-aws/issues/359)
46
+ - Creating instances in AWS fails with Socket Error [\#352](https://github.com/fog/fog-aws/issues/352)
47
+ - `NameError: uninitialized constant Fog::ServicesMixin` when requiring `fog/storage` [\#345](https://github.com/fog/fog-aws/issues/345)
48
+ - Add full support for target groups [\#328](https://github.com/fog/fog-aws/issues/328)
49
+ - Fog transfer acceleration endpoints [\#303](https://github.com/fog/fog-aws/issues/303)
50
+ - "Fog::DNS\[:aws\] | change\_resource\_record\_sets \(aws, dns\)" test suite flaky [\#301](https://github.com/fog/fog-aws/issues/301)
51
+ - Cross account access using IAM role [\#294](https://github.com/fog/fog-aws/issues/294)
52
+ - Write timeout trying to upload a large file to S3 [\#291](https://github.com/fog/fog-aws/issues/291)
53
+ - Support Autoscaling lifecycle hooks [\#289](https://github.com/fog/fog-aws/issues/289)
54
+ - directories ignore region option [\#287](https://github.com/fog/fog-aws/issues/287)
55
+ - Feature: Access logs for ELB [\#271](https://github.com/fog/fog-aws/issues/271)
56
+ - S3: retry on 500 internal server error [\#264](https://github.com/fog/fog-aws/issues/264)
57
+ - Alias for server side encryption not working [\#260](https://github.com/fog/fog-aws/issues/260)
58
+ - 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)
59
+ - Using STS [\#253](https://github.com/fog/fog-aws/issues/253)
60
+ - Auto Scaling Group does not enable metrics [\#251](https://github.com/fog/fog-aws/issues/251)
61
+ - aws has no storage service [\#248](https://github.com/fog/fog-aws/issues/248)
62
+ - Timeouts on Compute\#describe\_volumes due to extreme numbers of volumes [\#244](https://github.com/fog/fog-aws/issues/244)
63
+ - Support CreateReusableDelegationSet [\#243](https://github.com/fog/fog-aws/issues/243)
64
+ - Tags server creation in Mock vs Real [\#239](https://github.com/fog/fog-aws/issues/239)
65
+ - Excon::Errors::SocketError Broken pipe \(Errno::EPIPE\) when use Activeadmin upload image by nested form [\#237](https://github.com/fog/fog-aws/issues/237)
66
+ - Fog Mock doesn't update [\#236](https://github.com/fog/fog-aws/issues/236)
67
+ - ECS service\_update does not support "deploymentConfig" [\#234](https://github.com/fog/fog-aws/issues/234)
68
+ - Fog::Storage::AWS::Files\#each always iterates over entire collection [\#232](https://github.com/fog/fog-aws/issues/232)
69
+ - repeated bucket name in the URL on AWS and issue with :path\_style [\#228](https://github.com/fog/fog-aws/issues/228)
70
+ - Already initialized constant warnings [\#212](https://github.com/fog/fog-aws/issues/212)
71
+ - SQS API version is outdated [\#198](https://github.com/fog/fog-aws/issues/198)
72
+ - Problem when using irb [\#195](https://github.com/fog/fog-aws/issues/195)
73
+ - compute.servers \(via DescribeInstances\) does not include tags reliably [\#192](https://github.com/fog/fog-aws/issues/192)
74
+ - EBS create volume io1 or gp2 [\#186](https://github.com/fog/fog-aws/issues/186)
75
+ - Aws cloudformation stack-policy-body [\#179](https://github.com/fog/fog-aws/issues/179)
76
+ - EXCON\_DEBUG and DEBUG env variables do not help debug -S key issues [\#177](https://github.com/fog/fog-aws/issues/177)
77
+ - AWS4 SignatureDoesNotMatch if header contains two spaces [\#160](https://github.com/fog/fog-aws/issues/160)
78
+ - Add support for elasticache redis replication groups [\#136](https://github.com/fog/fog-aws/issues/136)
79
+ - Getting SignatureDoesNotMatch error with eu-central-1 [\#127](https://github.com/fog/fog-aws/issues/127)
80
+ - Cannot saving auto scaling group [\#125](https://github.com/fog/fog-aws/issues/125)
81
+ - fog-aws not working with dynamoDB Local [\#118](https://github.com/fog/fog-aws/issues/118)
82
+ - Fog::Compute::AWS::Error InvalidParameterValue =\> secondary-addresses [\#115](https://github.com/fog/fog-aws/issues/115)
83
+ - Is there an equivalent to describe-instance-status? [\#66](https://github.com/fog/fog-aws/issues/66)
84
+ - No usage instructions in Readme [\#64](https://github.com/fog/fog-aws/issues/64)
85
+ - AWS - distributionConfig.enabled' failed to satisfy constraint: Member must not be null [\#48](https://github.com/fog/fog-aws/issues/48)
86
+ - Clarify versioning on README [\#42](https://github.com/fog/fog-aws/issues/42)
87
+ - AWS SQS AddPermission API missing [\#26](https://github.com/fog/fog-aws/issues/26)
88
+ - AWS China region [\#25](https://github.com/fog/fog-aws/issues/25)
89
+ - AWS CloudFormation ListStacks options [\#24](https://github.com/fog/fog-aws/issues/24)
90
+ - Setting region of AWS::Compute after initialization [\#23](https://github.com/fog/fog-aws/issues/23)
91
+ - Support AWS Support API [\#22](https://github.com/fog/fog-aws/issues/22)
92
+ - InvalidClientTokenId =\> The security token included in the request is invalid [\#21](https://github.com/fog/fog-aws/issues/21)
93
+ - Change architecture attribute in AWS::Compute::Server model [\#20](https://github.com/fog/fog-aws/issues/20)
94
+ - Add support for Amazon Kinesis [\#19](https://github.com/fog/fog-aws/issues/19)
95
+ - Bring AWS CloudFront API Models/Requests up to date [\#17](https://github.com/fog/fog-aws/issues/17)
96
+ - AWS security group tests have become unstable [\#16](https://github.com/fog/fog-aws/issues/16)
97
+ - AWS auto scaling: availability zones are not a required parameter [\#15](https://github.com/fog/fog-aws/issues/15)
98
+ - Is anyone going to add support for AWS ElasticTranscoder [\#14](https://github.com/fog/fog-aws/issues/14)
99
+ - add missing attributes to aws describe\_reserved\_instances parser [\#13](https://github.com/fog/fog-aws/issues/13)
100
+ - AWS AutoScaling group min\_size & max\_size getting set to 0 [\#12](https://github.com/fog/fog-aws/issues/12)
101
+ - auto\_scaling\_group.instances does not return only instances for that group [\#11](https://github.com/fog/fog-aws/issues/11)
102
+ - Why are the credential keys not generalized? [\#10](https://github.com/fog/fog-aws/issues/10)
103
+ - Invalid XML Character in S3 Response [\#8](https://github.com/fog/fog-aws/issues/8)
104
+ - reading s3 upload progress [\#7](https://github.com/fog/fog-aws/issues/7)
105
+ - delete\_on\_termination=true attribute on new volume is not set on create [\#6](https://github.com/fog/fog-aws/issues/6)
106
+ - user\_data is still base64 encoded in Real launch\_configurations [\#5](https://github.com/fog/fog-aws/issues/5)
107
+
108
+ **Merged pull requests:**
109
+
110
+ - Add storage option to configure multipart put/copy [\#616](https://github.com/fog/fog-aws/pull/616) ([slonopotamus](https://github.com/slonopotamus))
111
+ - 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))
112
+ - Update file.rb [\#613](https://github.com/fog/fog-aws/pull/613) ([iqre8](https://github.com/iqre8))
113
+ - fix storage for ruby 3.0 [\#611](https://github.com/fog/fog-aws/pull/611) ([vincentjoseph](https://github.com/vincentjoseph))
114
+ - Implement AWS TagSpecifications \(closes \#603\) [\#610](https://github.com/fog/fog-aws/pull/610) ([eLvErDe](https://github.com/eLvErDe))
115
+ - 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))
116
+ - 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))
117
+ - 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))
118
+ - drop git in gemspec [\#602](https://github.com/fog/fog-aws/pull/602) ([abrahamparayil](https://github.com/abrahamparayil))
119
+ - 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))
120
+
121
+ ## [v3.10.0](https://github.com/fog/fog-aws/tree/v3.10.0) (2021-03-22)
122
+
123
+ [Full Changelog](https://github.com/fog/fog-aws/compare/v3.9.0...v3.10.0)
124
+
125
+ **Closed issues:**
126
+
127
+ - Fog::AWS::Storage timeout against S3 [\#599](https://github.com/fog/fog-aws/issues/599)
128
+ - Incorrect bucket redirection URL generation [\#594](https://github.com/fog/fog-aws/issues/594)
129
+ - Fully Support SSE-C encryption [\#571](https://github.com/fog/fog-aws/issues/571)
130
+ - Enable hibernation on creation of ec2 instance [\#566](https://github.com/fog/fog-aws/issues/566)
131
+ - Tests broken with fog-core 2.1.0 [\#504](https://github.com/fog/fog-aws/issues/504)
132
+ - changelog? [\#471](https://github.com/fog/fog-aws/issues/471)
133
+ - How to use iam\_instance\_profile? [\#342](https://github.com/fog/fog-aws/issues/342)
134
+ - how to support additional aws regions, e.g. cn-north-1 [\#164](https://github.com/fog/fog-aws/issues/164)
135
+ - Still empty content-encoding when it is not set [\#130](https://github.com/fog/fog-aws/issues/130)
136
+
137
+ **Merged pull requests:**
138
+
139
+ - 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))
140
+ - Add Truffleruby head to CI [\#596](https://github.com/fog/fog-aws/pull/596) ([gogainda](https://github.com/gogainda))
141
+ - Fixes domain name duplication in url [\#593](https://github.com/fog/fog-aws/pull/593) ([midhunkrishna](https://github.com/midhunkrishna))
142
+
143
+ ## [v3.9.0](https://github.com/fog/fog-aws/tree/v3.9.0) (2021-03-02)
144
+
145
+ [Full Changelog](https://github.com/fog/fog-aws/compare/v3.8.0...v3.9.0)
146
+
147
+ **Merged pull requests:**
148
+
149
+ - Fix handling of lowercased HTTP headers [\#597](https://github.com/fog/fog-aws/pull/597) ([stanhu](https://github.com/stanhu))
150
+ - Generate a default session name if one is not provided [\#595](https://github.com/fog/fog-aws/pull/595) ([stanhu](https://github.com/stanhu))
151
+ - Enable test on Ruby 3.0 [\#591](https://github.com/fog/fog-aws/pull/591) ([voxik](https://github.com/voxik))
152
+
153
+ ## [v3.8.0](https://github.com/fog/fog-aws/tree/v3.8.0) (2021-01-13)
154
+
155
+ [Full Changelog](https://github.com/fog/fog-aws/compare/v3.7.0...v3.8.0)
156
+
157
+ **Closed issues:**
158
+
159
+ - Getting Auth failure Exception for non enabled AWS regions in AWS account. [\#585](https://github.com/fog/fog-aws/issues/585)
160
+
161
+ **Merged pull requests:**
162
+
163
+ - Filter unknown UploadPartCopy parameters [\#589](https://github.com/fog/fog-aws/pull/589) ([stanhu](https://github.com/stanhu))
164
+ - Fix NameError in multipart copy [\#588](https://github.com/fog/fog-aws/pull/588) ([stanhu](https://github.com/stanhu))
165
+ - Rewind pointer if file is eof on put\_object mock [\#587](https://github.com/fog/fog-aws/pull/587) ([ekulz](https://github.com/ekulz))
166
+ - Update .travis.yml [\#584](https://github.com/fog/fog-aws/pull/584) ([nageshlop](https://github.com/nageshlop))
2
167
 
3
168
  ## [v3.7.0](https://github.com/fog/fog-aws/tree/v3.7.0) (2020-12-01)
4
- [Full Changelog](https://github.com/fog/fog-aws/compare/v3.7.0...HEAD)
169
+
170
+ [Full Changelog](https://github.com/fog/fog-aws/compare/v3.6.7...v3.7.0)
5
171
 
6
172
  **Closed issues:**
7
173
 
@@ -17,6 +183,7 @@
17
183
  - Add AssumeRoleWithWebIdentity to fetch\_credentials [\#576](https://github.com/fog/fog-aws/pull/576) ([jpac-run](https://github.com/jpac-run))
18
184
 
19
185
  ## [v3.6.7](https://github.com/fog/fog-aws/tree/v3.6.7) (2020-08-26)
186
+
20
187
  [Full Changelog](https://github.com/fog/fog-aws/compare/v3.6.6...v3.6.7)
21
188
 
22
189
  **Merged pull requests:**
@@ -24,6 +191,7 @@
24
191
  - S3 dot Region endpoint structure applied [\#574](https://github.com/fog/fog-aws/pull/574) ([gharutyunyan-vineti](https://github.com/gharutyunyan-vineti))
25
192
 
26
193
  ## [v3.6.6](https://github.com/fog/fog-aws/tree/v3.6.6) (2020-06-23)
194
+
27
195
  [Full Changelog](https://github.com/fog/fog-aws/compare/v3.6.5...v3.6.6)
28
196
 
29
197
  **Closed issues:**
@@ -38,6 +206,7 @@
38
206
  - Fix VPC model is\_default requires [\#567](https://github.com/fog/fog-aws/pull/567) ([biinari](https://github.com/biinari))
39
207
 
40
208
  ## [v3.6.5](https://github.com/fog/fog-aws/tree/v3.6.5) (2020-05-22)
209
+
41
210
  [Full Changelog](https://github.com/fog/fog-aws/compare/v3.6.4...v3.6.5)
42
211
 
43
212
  **Closed issues:**
@@ -52,6 +221,7 @@
52
221
  - Gracefully handle failure of IMDSv2 and allow fallback to IMDSv1 [\#562](https://github.com/fog/fog-aws/pull/562) ([atyndall](https://github.com/atyndall))
53
222
 
54
223
  ## [v3.6.4](https://github.com/fog/fog-aws/tree/v3.6.4) (2020-05-14)
224
+
55
225
  [Full Changelog](https://github.com/fog/fog-aws/compare/v3.6.3...v3.6.4)
56
226
 
57
227
  **Closed issues:**
@@ -64,6 +234,7 @@
64
234
  - Don’t install development scripts [\#557](https://github.com/fog/fog-aws/pull/557) ([amarshall](https://github.com/amarshall))
65
235
 
66
236
  ## [v3.6.3](https://github.com/fog/fog-aws/tree/v3.6.3) (2020-04-22)
237
+
67
238
  [Full Changelog](https://github.com/fog/fog-aws/compare/v3.6.2...v3.6.3)
68
239
 
69
240
  **Merged pull requests:**
@@ -73,6 +244,7 @@
73
244
  - Update kinesis.rb [\#553](https://github.com/fog/fog-aws/pull/553) ([ioquatix](https://github.com/ioquatix))
74
245
 
75
246
  ## [v3.6.2](https://github.com/fog/fog-aws/tree/v3.6.2) (2020-03-24)
247
+
76
248
  [Full Changelog](https://github.com/fog/fog-aws/compare/v3.5.2...v3.6.2)
77
249
 
78
250
  **Closed issues:**
@@ -103,6 +275,7 @@
103
275
  - Fix subnet's parsings [\#529](https://github.com/fog/fog-aws/pull/529) ([KevinLoiseau](https://github.com/KevinLoiseau))
104
276
 
105
277
  ## [v3.5.2](https://github.com/fog/fog-aws/tree/v3.5.2) (2019-07-16)
278
+
106
279
  [Full Changelog](https://github.com/fog/fog-aws/compare/v3.5.1...v3.5.2)
107
280
 
108
281
  **Closed issues:**
@@ -117,6 +290,7 @@
117
290
  - Make S3 Signature v4 streaming optional [\#525](https://github.com/fog/fog-aws/pull/525) ([stanhu](https://github.com/stanhu))
118
291
 
119
292
  ## [v3.5.1](https://github.com/fog/fog-aws/tree/v3.5.1) (2019-06-10)
293
+
120
294
  [Full Changelog](https://github.com/fog/fog-aws/compare/v3.5.0...v3.5.1)
121
295
 
122
296
  **Merged pull requests:**
@@ -125,6 +299,7 @@
125
299
  - 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))
126
300
 
127
301
  ## [v3.5.0](https://github.com/fog/fog-aws/tree/v3.5.0) (2019-04-25)
302
+
128
303
  [Full Changelog](https://github.com/fog/fog-aws/compare/v3.4.0...v3.5.0)
129
304
 
130
305
  **Closed issues:**
@@ -139,6 +314,7 @@
139
314
  - Enhance/add attribute db subnet group for db instance [\#511](https://github.com/fog/fog-aws/pull/511) ([KevinLoiseau](https://github.com/KevinLoiseau))
140
315
 
141
316
  ## [v3.4.0](https://github.com/fog/fog-aws/tree/v3.4.0) (2019-03-11)
317
+
142
318
  [Full Changelog](https://github.com/fog/fog-aws/compare/v3.3.0...v3.4.0)
143
319
 
144
320
  **Closed issues:**
@@ -177,6 +353,7 @@
177
353
  - add tags for describe address [\#474](https://github.com/fog/fog-aws/pull/474) ([toubs13](https://github.com/toubs13))
178
354
 
179
355
  ## [v3.3.0](https://github.com/fog/fog-aws/tree/v3.3.0) (2018-09-18)
356
+
180
357
  [Full Changelog](https://github.com/fog/fog-aws/compare/v3.2.0...v3.3.0)
181
358
 
182
359
  **Merged pull requests:**
@@ -184,6 +361,7 @@
184
361
  - Rename CDN::AWS to AWS::CDN [\#467](https://github.com/fog/fog-aws/pull/467) ([jaredbeck](https://github.com/jaredbeck))
185
362
 
186
363
  ## [v3.2.0](https://github.com/fog/fog-aws/tree/v3.2.0) (2018-09-17)
364
+
187
365
  [Full Changelog](https://github.com/fog/fog-aws/compare/v3.1.0...v3.2.0)
188
366
 
189
367
  **Merged pull requests:**
@@ -193,6 +371,7 @@
193
371
  - Rename Compute::AWS to AWS::Compute [\#468](https://github.com/fog/fog-aws/pull/468) ([sue445](https://github.com/sue445))
194
372
 
195
373
  ## [v3.1.0](https://github.com/fog/fog-aws/tree/v3.1.0) (2018-09-17)
374
+
196
375
  [Full Changelog](https://github.com/fog/fog-aws/compare/v3.0.0...v3.1.0)
197
376
 
198
377
  **Closed issues:**
@@ -224,6 +403,7 @@
224
403
  - SetInstanceProtection endpoint for auto scaling groups support [\#436](https://github.com/fog/fog-aws/pull/436) ([thorn](https://github.com/thorn))
225
404
 
226
405
  ## [v3.0.0](https://github.com/fog/fog-aws/tree/v3.0.0) (2018-04-23)
406
+
227
407
  [Full Changelog](https://github.com/fog/fog-aws/compare/v2.0.1...v3.0.0)
228
408
 
229
409
  **Closed issues:**
@@ -241,6 +421,7 @@
241
421
  - fog-core 2.x, fog-json 1.x [\#433](https://github.com/fog/fog-aws/pull/433) ([lanej](https://github.com/lanej))
242
422
 
243
423
  ## [v2.0.1](https://github.com/fog/fog-aws/tree/v2.0.1) (2018-02-28)
424
+
244
425
  [Full Changelog](https://github.com/fog/fog-aws/compare/v2.0.0...v2.0.1)
245
426
 
246
427
  **Closed issues:**
@@ -258,6 +439,7 @@
258
439
  - add france \(eu-west-3\) new region, fix \#424 [\#425](https://github.com/fog/fog-aws/pull/425) ([Val](https://github.com/Val))
259
440
 
260
441
  ## [v2.0.0](https://github.com/fog/fog-aws/tree/v2.0.0) (2017-11-28)
442
+
261
443
  [Full Changelog](https://github.com/fog/fog-aws/compare/v1.4.1...v2.0.0)
262
444
 
263
445
  **Closed issues:**
@@ -283,7 +465,7 @@
283
465
  - Update rds instance options model [\#406](https://github.com/fog/fog-aws/pull/406) ([carloslima](https://github.com/carloslima))
284
466
  - Drop Ruby\<2.0 support [\#405](https://github.com/fog/fog-aws/pull/405) ([tbrisker](https://github.com/tbrisker))
285
467
  - allow Gemfile-edge travis builds to fail [\#403](https://github.com/fog/fog-aws/pull/403) ([lanej](https://github.com/lanej))
286
- - Add `default\_for\_az` attribute to subnet [\#402](https://github.com/fog/fog-aws/pull/402) ([rzaharenkov](https://github.com/rzaharenkov))
468
+ - Add `default_for_az` attribute to subnet [\#402](https://github.com/fog/fog-aws/pull/402) ([rzaharenkov](https://github.com/rzaharenkov))
287
469
  - bundler ~\> 1.15 [\#399](https://github.com/fog/fog-aws/pull/399) ([lanej](https://github.com/lanej))
288
470
  - Fix detaching instances from auto scaling group. [\#397](https://github.com/fog/fog-aws/pull/397) ([rzaharenkov](https://github.com/rzaharenkov))
289
471
  - 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))
@@ -295,6 +477,7 @@
295
477
  - fix default\_security\_group detection [\#348](https://github.com/fog/fog-aws/pull/348) ([lanej](https://github.com/lanej))
296
478
 
297
479
  ## [v1.4.1](https://github.com/fog/fog-aws/tree/v1.4.1) (2017-08-23)
480
+
298
481
  [Full Changelog](https://github.com/fog/fog-aws/compare/v1.4.0...v1.4.1)
299
482
 
300
483
  **Closed issues:**
@@ -314,6 +497,7 @@
314
497
  - Fix AWS credential mocking [\#374](https://github.com/fog/fog-aws/pull/374) ([v-yarotsky](https://github.com/v-yarotsky))
315
498
 
316
499
  ## [v1.4.0](https://github.com/fog/fog-aws/tree/v1.4.0) (2017-06-14)
500
+
317
501
  [Full Changelog](https://github.com/fog/fog-aws/compare/v1.3.0...v1.4.0)
318
502
 
319
503
  **Closed issues:**
@@ -335,6 +519,7 @@
335
519
  - Skip call to instance metadata host if region is specified [\#360](https://github.com/fog/fog-aws/pull/360) ([ankane](https://github.com/ankane))
336
520
 
337
521
  ## [v1.3.0](https://github.com/fog/fog-aws/tree/v1.3.0) (2017-03-29)
522
+
338
523
  [Full Changelog](https://github.com/fog/fog-aws/compare/v1.2.1...v1.3.0)
339
524
 
340
525
  **Closed issues:**
@@ -350,6 +535,7 @@
350
535
  - Modify volume [\#350](https://github.com/fog/fog-aws/pull/350) ([ehowe](https://github.com/ehowe))
351
536
 
352
537
  ## [v1.2.1](https://github.com/fog/fog-aws/tree/v1.2.1) (2017-02-27)
538
+
353
539
  [Full Changelog](https://github.com/fog/fog-aws/compare/v1.2.0...v1.2.1)
354
540
 
355
541
  **Closed issues:**
@@ -365,6 +551,7 @@
365
551
  - Fix multipart upload [\#340](https://github.com/fog/fog-aws/pull/340) ([nobmurakita](https://github.com/nobmurakita))
366
552
 
367
553
  ## [v1.2.0](https://github.com/fog/fog-aws/tree/v1.2.0) (2017-01-20)
554
+
368
555
  [Full Changelog](https://github.com/fog/fog-aws/compare/v1.1.0...v1.2.0)
369
556
 
370
557
  **Closed issues:**
@@ -379,6 +566,7 @@
379
566
  - Fixes / improvements for AutoScaling [\#334](https://github.com/fog/fog-aws/pull/334) ([lanej](https://github.com/lanej))
380
567
 
381
568
  ## [v1.1.0](https://github.com/fog/fog-aws/tree/v1.1.0) (2016-12-16)
569
+
382
570
  [Full Changelog](https://github.com/fog/fog-aws/compare/v1.0.0...v1.1.0)
383
571
 
384
572
  **Closed issues:**
@@ -393,6 +581,7 @@
393
581
  - credential\_fetcher: Mark AWS metadata calls as idempotent [\#329](https://github.com/fog/fog-aws/pull/329) ([mtekel](https://github.com/mtekel))
394
582
 
395
583
  ## [v1.0.0](https://github.com/fog/fog-aws/tree/v1.0.0) (2016-12-12)
584
+
396
585
  [Full Changelog](https://github.com/fog/fog-aws/compare/v0.13.0...v1.0.0)
397
586
 
398
587
  **Merged pull requests:**
@@ -403,6 +592,7 @@
403
592
  - data pipeline mocks [\#318](https://github.com/fog/fog-aws/pull/318) ([ehowe](https://github.com/ehowe))
404
593
 
405
594
  ## [v0.13.0](https://github.com/fog/fog-aws/tree/v0.13.0) (2016-11-29)
595
+
406
596
  [Full Changelog](https://github.com/fog/fog-aws/compare/v0.12.0...v0.13.0)
407
597
 
408
598
  **Closed issues:**
@@ -421,7 +611,7 @@
421
611
  - Fixed some missing parts in change sets [\#322](https://github.com/fog/fog-aws/pull/322) ([nilroy](https://github.com/nilroy))
422
612
  - Add creation date and enhanced networking support for images [\#321](https://github.com/fog/fog-aws/pull/321) ([puneetloya](https://github.com/puneetloya))
423
613
  - Fix warnings in running tests [\#319](https://github.com/fog/fog-aws/pull/319) ([ebihara99999](https://github.com/ebihara99999))
424
- - Add `Fog::AWS::STS.Mock\#assume\_role` [\#316](https://github.com/fog/fog-aws/pull/316) ([pedrommonteiro](https://github.com/pedrommonteiro))
614
+ - Add `Fog::AWS::STS.Mock#assume_role` [\#316](https://github.com/fog/fog-aws/pull/316) ([pedrommonteiro](https://github.com/pedrommonteiro))
425
615
  - Ohio region [\#314](https://github.com/fog/fog-aws/pull/314) ([chanakyacool](https://github.com/chanakyacool))
426
616
  - mime types gem update [\#312](https://github.com/fog/fog-aws/pull/312) ([lucianosousa](https://github.com/lucianosousa))
427
617
  - fix S3 \#delete\_multiple\_objects for UTF-8 names [\#310](https://github.com/fog/fog-aws/pull/310) ([alepore](https://github.com/alepore))
@@ -431,6 +621,7 @@
431
621
  - Modify Db subnet group [\#293](https://github.com/fog/fog-aws/pull/293) ([chanakyacool](https://github.com/chanakyacool))
432
622
 
433
623
  ## [v0.12.0](https://github.com/fog/fog-aws/tree/v0.12.0) (2016-09-22)
624
+
434
625
  [Full Changelog](https://github.com/fog/fog-aws/compare/v0.11.0...v0.12.0)
435
626
 
436
627
  **Implemented enhancements:**
@@ -452,6 +643,7 @@
452
643
  - 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))
453
644
 
454
645
  ## [v0.11.0](https://github.com/fog/fog-aws/tree/v0.11.0) (2016-08-04)
646
+
455
647
  [Full Changelog](https://github.com/fog/fog-aws/compare/v0.10.0...v0.11.0)
456
648
 
457
649
  **Merged pull requests:**
@@ -463,6 +655,7 @@
463
655
  - Change DBSubnetGroup to DBSubnetGroupName model cluster while creation [\#279](https://github.com/fog/fog-aws/pull/279) ([chanakyacool](https://github.com/chanakyacool))
464
656
 
465
657
  ## [v0.10.0](https://github.com/fog/fog-aws/tree/v0.10.0) (2016-07-15)
658
+
466
659
  [Full Changelog](https://github.com/fog/fog-aws/compare/v0.9.4...v0.10.0)
467
660
 
468
661
  **Closed issues:**
@@ -480,6 +673,7 @@
480
673
  - add default region to use\_iam\_profile [\#268](https://github.com/fog/fog-aws/pull/268) ([shaiguitar](https://github.com/shaiguitar))
481
674
 
482
675
  ## [v0.9.4](https://github.com/fog/fog-aws/tree/v0.9.4) (2016-06-28)
676
+
483
677
  [Full Changelog](https://github.com/fog/fog-aws/compare/v0.9.3...v0.9.4)
484
678
 
485
679
  **Closed issues:**
@@ -494,6 +688,7 @@
494
688
  - 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))
495
689
 
496
690
  ## [v0.9.3](https://github.com/fog/fog-aws/tree/v0.9.3) (2016-06-20)
691
+
497
692
  [Full Changelog](https://github.com/fog/fog-aws/compare/v0.9.2...v0.9.3)
498
693
 
499
694
  **Closed issues:**
@@ -501,7 +696,7 @@
501
696
  - Users list is empty in Fog::AWS::IAM::Groups [\#256](https://github.com/fog/fog-aws/issues/256)
502
697
  - I'd like to configure my Excon read\_timeout and write\_timeout [\#254](https://github.com/fog/fog-aws/issues/254)
503
698
  - Bump fog-core to \>=1.38.0 [\#247](https://github.com/fog/fog-aws/issues/247)
504
- - 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)
699
+ - 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)
505
700
  - \[S3\] Bucket name gets duplicated in case of redirect from AWS [\#242](https://github.com/fog/fog-aws/issues/242)
506
701
  - CloudFormation stack tags cause describe\_stacks to break [\#240](https://github.com/fog/fog-aws/issues/240)
507
702
 
@@ -516,6 +711,7 @@
516
711
  - Add log warning message about when not on us-region [\#200](https://github.com/fog/fog-aws/pull/200) ([kitofr](https://github.com/kitofr))
517
712
 
518
713
  ## [v0.9.2](https://github.com/fog/fog-aws/tree/v0.9.2) (2016-03-23)
714
+
519
715
  [Full Changelog](https://github.com/fog/fog-aws/compare/v0.9.1...v0.9.2)
520
716
 
521
717
  **Closed issues:**
@@ -527,9 +723,11 @@
527
723
  - Aurora [\#238](https://github.com/fog/fog-aws/pull/238) ([ehowe](https://github.com/ehowe))
528
724
 
529
725
  ## [v0.9.1](https://github.com/fog/fog-aws/tree/v0.9.1) (2016-03-04)
726
+
530
727
  [Full Changelog](https://github.com/fog/fog-aws/compare/v0.8.2...v0.9.1)
531
728
 
532
729
  ## [v0.8.2](https://github.com/fog/fog-aws/tree/v0.8.2) (2016-03-04)
730
+
533
731
  [Full Changelog](https://github.com/fog/fog-aws/compare/v0.9.0...v0.8.2)
534
732
 
535
733
  **Merged pull requests:**
@@ -537,6 +735,7 @@
537
735
  - autoscaler attach/detatch [\#229](https://github.com/fog/fog-aws/pull/229) ([shaiguitar](https://github.com/shaiguitar))
538
736
 
539
737
  ## [v0.9.0](https://github.com/fog/fog-aws/tree/v0.9.0) (2016-03-03)
738
+
540
739
  [Full Changelog](https://github.com/fog/fog-aws/compare/v0.8.1...v0.9.0)
541
740
 
542
741
  **Closed issues:**
@@ -557,6 +756,7 @@
557
756
  - restore db instance fom db snapshot [\#217](https://github.com/fog/fog-aws/pull/217) ([ehowe](https://github.com/ehowe))
558
757
 
559
758
  ## [v0.8.1](https://github.com/fog/fog-aws/tree/v0.8.1) (2016-01-08)
759
+
560
760
  [Full Changelog](https://github.com/fog/fog-aws/compare/v0.8.0...v0.8.1)
561
761
 
562
762
  **Merged pull requests:**
@@ -564,6 +764,7 @@
564
764
  - Add new aws regions [\#213](https://github.com/fog/fog-aws/pull/213) ([atmos](https://github.com/atmos))
565
765
 
566
766
  ## [v0.8.0](https://github.com/fog/fog-aws/tree/v0.8.0) (2016-01-04)
767
+
567
768
  [Full Changelog](https://github.com/fog/fog-aws/compare/v0.7.6...v0.8.0)
568
769
 
569
770
  **Fixed bugs:**
@@ -604,6 +805,7 @@
604
805
  - properly mock rds name update [\#170](https://github.com/fog/fog-aws/pull/170) ([ehowe](https://github.com/ehowe))
605
806
 
606
807
  ## [v0.7.6](https://github.com/fog/fog-aws/tree/v0.7.6) (2015-08-26)
808
+
607
809
  [Full Changelog](https://github.com/fog/fog-aws/compare/v0.7.5...v0.7.6)
608
810
 
609
811
  **Closed issues:**
@@ -616,6 +818,7 @@
616
818
  - Mocked put\_bucket no longer clobbers existing bucket [\#174](https://github.com/fog/fog-aws/pull/174) ([jgr](https://github.com/jgr))
617
819
 
618
820
  ## [v0.7.5](https://github.com/fog/fog-aws/tree/v0.7.5) (2015-08-24)
821
+
619
822
  [Full Changelog](https://github.com/fog/fog-aws/compare/v0.7.4...v0.7.5)
620
823
 
621
824
  **Closed issues:**
@@ -637,6 +840,7 @@
637
840
  - update \#promote\_read\_replica mock [\#158](https://github.com/fog/fog-aws/pull/158) ([lanej](https://github.com/lanej))
638
841
 
639
842
  ## [v0.7.4](https://github.com/fog/fog-aws/tree/v0.7.4) (2015-07-30)
843
+
640
844
  [Full Changelog](https://github.com/fog/fog-aws/compare/v0.7.3...v0.7.4)
641
845
 
642
846
  **Fixed bugs:**
@@ -648,6 +852,7 @@
648
852
  - AutoScaling attach/detach ELB support + tests [\#156](https://github.com/fog/fog-aws/pull/156) ([nbfowler](https://github.com/nbfowler))
649
853
 
650
854
  ## [v0.7.3](https://github.com/fog/fog-aws/tree/v0.7.3) (2015-07-10)
855
+
651
856
  [Full Changelog](https://github.com/fog/fog-aws/compare/v0.7.2...v0.7.3)
652
857
 
653
858
  **Closed issues:**
@@ -659,6 +864,7 @@
659
864
  - encrypted storage on rds [\#153](https://github.com/fog/fog-aws/pull/153) ([ehowe](https://github.com/ehowe))
660
865
 
661
866
  ## [v0.7.2](https://github.com/fog/fog-aws/tree/v0.7.2) (2015-07-08)
867
+
662
868
  [Full Changelog](https://github.com/fog/fog-aws/compare/v0.7.1...v0.7.2)
663
869
 
664
870
  **Fixed bugs:**
@@ -670,6 +876,7 @@
670
876
  - fix \#change\_resource\_record\_sets [\#151](https://github.com/fog/fog-aws/pull/151) ([lanej](https://github.com/lanej))
671
877
 
672
878
  ## [v0.7.1](https://github.com/fog/fog-aws/tree/v0.7.1) (2015-07-08)
879
+
673
880
  [Full Changelog](https://github.com/fog/fog-aws/compare/v0.7.0...v0.7.1)
674
881
 
675
882
  **Merged pull requests:**
@@ -678,6 +885,7 @@
678
885
  - Fix blank content-encoding headers [\#147](https://github.com/fog/fog-aws/pull/147) ([fcheung](https://github.com/fcheung))
679
886
 
680
887
  ## [v0.7.0](https://github.com/fog/fog-aws/tree/v0.7.0) (2015-07-07)
888
+
681
889
  [Full Changelog](https://github.com/fog/fog-aws/compare/v0.6.0...v0.7.0)
682
890
 
683
891
  **Closed issues:**
@@ -694,6 +902,7 @@
694
902
  - 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))
695
903
 
696
904
  ## [v0.6.0](https://github.com/fog/fog-aws/tree/v0.6.0) (2015-06-23)
905
+
697
906
  [Full Changelog](https://github.com/fog/fog-aws/compare/v0.5.0...v0.6.0)
698
907
 
699
908
  **Merged pull requests:**
@@ -701,6 +910,7 @@
701
910
  - Add support for AWS Lambda service [\#123](https://github.com/fog/fog-aws/pull/123) ([nomadium](https://github.com/nomadium))
702
911
 
703
912
  ## [v0.5.0](https://github.com/fog/fog-aws/tree/v0.5.0) (2015-06-17)
913
+
704
914
  [Full Changelog](https://github.com/fog/fog-aws/compare/v0.4.1...v0.5.0)
705
915
 
706
916
  **Merged pull requests:**
@@ -710,6 +920,7 @@
710
920
  - Add support for EC2 Container Service [\#120](https://github.com/fog/fog-aws/pull/120) ([nomadium](https://github.com/nomadium))
711
921
 
712
922
  ## [v0.4.1](https://github.com/fog/fog-aws/tree/v0.4.1) (2015-06-15)
923
+
713
924
  [Full Changelog](https://github.com/fog/fog-aws/compare/v0.4.0...v0.4.1)
714
925
 
715
926
  **Closed issues:**
@@ -729,6 +940,7 @@
729
940
  - model managed policies [\#126](https://github.com/fog/fog-aws/pull/126) ([lanej](https://github.com/lanej))
730
941
 
731
942
  ## [v0.4.0](https://github.com/fog/fog-aws/tree/v0.4.0) (2015-05-27)
943
+
732
944
  [Full Changelog](https://github.com/fog/fog-aws/compare/v0.3.0...v0.4.0)
733
945
 
734
946
  **Merged pull requests:**
@@ -736,6 +948,7 @@
736
948
  - model iam groups [\#121](https://github.com/fog/fog-aws/pull/121) ([lanej](https://github.com/lanej))
737
949
 
738
950
  ## [v0.3.0](https://github.com/fog/fog-aws/tree/v0.3.0) (2015-05-21)
951
+
739
952
  [Full Changelog](https://github.com/fog/fog-aws/compare/v0.2.2...v0.3.0)
740
953
 
741
954
  **Closed issues:**
@@ -748,9 +961,11 @@
748
961
  - Added a new request - describe\_instance\_attribute [\#110](https://github.com/fog/fog-aws/pull/110) ([nilroy](https://github.com/nilroy))
749
962
 
750
963
  ## [v0.2.2](https://github.com/fog/fog-aws/tree/v0.2.2) (2015-05-13)
964
+
751
965
  [Full Changelog](https://github.com/fog/fog-aws/compare/v0.2.1...v0.2.2)
752
966
 
753
967
  ## [v0.2.1](https://github.com/fog/fog-aws/tree/v0.2.1) (2015-05-13)
968
+
754
969
  [Full Changelog](https://github.com/fog/fog-aws/compare/v0.2.0...v0.2.1)
755
970
 
756
971
  **Merged pull requests:**
@@ -758,6 +973,7 @@
758
973
  - mocks for topic permissions [\#111](https://github.com/fog/fog-aws/pull/111) ([lanej](https://github.com/lanej))
759
974
 
760
975
  ## [v0.2.0](https://github.com/fog/fog-aws/tree/v0.2.0) (2015-05-13)
976
+
761
977
  [Full Changelog](https://github.com/fog/fog-aws/compare/v0.1.2...v0.2.0)
762
978
 
763
979
  **Implemented enhancements:**
@@ -784,13 +1000,14 @@
784
1000
  - 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))
785
1001
  - Fix repository URL in README.md [\#91](https://github.com/fog/fog-aws/pull/91) ([tricknotes](https://github.com/tricknotes))
786
1002
  - adding support for d2 instance type [\#90](https://github.com/fog/fog-aws/pull/90) ([yumminhuang](https://github.com/yumminhuang))
787
- - Support weight round robin mock [\#89](https://github.com/fog/fog-aws/pull/89) ([freddy1666](https://github.com/freddy1666))
1003
+ - Support weight round robin mock [\#89](https://github.com/fog/fog-aws/pull/89) ([freddy61025](https://github.com/freddy61025))
788
1004
  - Update README.md [\#87](https://github.com/fog/fog-aws/pull/87) ([nomadium](https://github.com/nomadium))
789
1005
  - Add mock for EC2 request\_spot\_instances API request [\#86](https://github.com/fog/fog-aws/pull/86) ([nomadium](https://github.com/nomadium))
790
1006
  - Move more requires to autoload [\#85](https://github.com/fog/fog-aws/pull/85) ([plribeiro3000](https://github.com/plribeiro3000))
791
1007
  - Add mock for EC2 describe\_spot\_price\_history API request [\#84](https://github.com/fog/fog-aws/pull/84) ([nomadium](https://github.com/nomadium))
792
1008
 
793
1009
  ## [v0.1.2](https://github.com/fog/fog-aws/tree/v0.1.2) (2015-04-07)
1010
+
794
1011
  [Full Changelog](https://github.com/fog/fog-aws/compare/v0.1.1...v0.1.2)
795
1012
 
796
1013
  **Closed issues:**
@@ -820,6 +1037,7 @@
820
1037
  - Add support for cname buckets [\#61](https://github.com/fog/fog-aws/pull/61) ([dsgh](https://github.com/dsgh))
821
1038
 
822
1039
  ## [v0.1.1](https://github.com/fog/fog-aws/tree/v0.1.1) (2015-02-25)
1040
+
823
1041
  [Full Changelog](https://github.com/fog/fog-aws/compare/v0.1.0...v0.1.1)
824
1042
 
825
1043
  **Closed issues:**
@@ -841,6 +1059,7 @@
841
1059
  - don't allow sg authorization to unknown sgs [\#49](https://github.com/fog/fog-aws/pull/49) ([lanej](https://github.com/lanej))
842
1060
 
843
1061
  ## [v0.1.0](https://github.com/fog/fog-aws/tree/v0.1.0) (2015-02-03)
1062
+
844
1063
  [Full Changelog](https://github.com/fog/fog-aws/compare/v0.0.8...v0.1.0)
845
1064
 
846
1065
  **Closed issues:**
@@ -852,21 +1071,11 @@
852
1071
  - 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))
853
1072
  - get signin token for federation [\#45](https://github.com/fog/fog-aws/pull/45) ([ehowe](https://github.com/ehowe))
854
1073
  - add 'volumeType' and 'encrypted' to blockDeviceMapping parser [\#43](https://github.com/fog/fog-aws/pull/43) ([ichii386](https://github.com/ichii386))
855
- - default namespace and evaluation period on alarm [\#37](https://github.com/fog/fog-aws/pull/37) ([michelleN](https://github.com/michelleN))
856
-
857
- ## [v0.0.8](https://github.com/fog/fog-aws/tree/v0.0.8) (2015-01-27)
858
- [Full Changelog](https://github.com/fog/fog-aws/compare/v0.0.7...v0.0.8)
859
-
860
- **Closed issues:**
861
-
862
- - NoMethodError - undefined method `signature\_parameters' for nil:NilClass [\#28](https://github.com/fog/fog-aws/issues/28)
863
-
864
- **Merged pull requests:**
865
-
866
1074
  - add missing mocks [\#41](https://github.com/fog/fog-aws/pull/41) ([michelleN](https://github.com/michelleN))
867
1075
  - Add idempotent excon option to some route53 API calls [\#40](https://github.com/fog/fog-aws/pull/40) ([josacar](https://github.com/josacar))
868
1076
  - Allow for AWS errors not specifying region [\#39](https://github.com/fog/fog-aws/pull/39) ([greysteil](https://github.com/greysteil))
869
1077
  - correct engine version param on rds replicas [\#38](https://github.com/fog/fog-aws/pull/38) ([lanej](https://github.com/lanej))
1078
+ - default namespace and evaluation period on alarm [\#37](https://github.com/fog/fog-aws/pull/37) ([michelleN](https://github.com/michelleN))
870
1079
  - \[AWS|Autoscaling\] Add missing ebs attributes to describe\_launch\_configurations [\#35](https://github.com/fog/fog-aws/pull/35) ([fcheung](https://github.com/fcheung))
871
1080
  - \[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))
872
1081
  - 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))
@@ -875,7 +1084,16 @@
875
1084
  - Add PlacementTenancy to launch configuration parser and test case [\#29](https://github.com/fog/fog-aws/pull/29) ([benpillet](https://github.com/benpillet))
876
1085
  - Use Fog::Formatador [\#27](https://github.com/fog/fog-aws/pull/27) ([ghost](https://github.com/ghost))
877
1086
 
1087
+ ## [v0.0.8](https://github.com/fog/fog-aws/tree/v0.0.8) (2015-01-27)
1088
+
1089
+ [Full Changelog](https://github.com/fog/fog-aws/compare/v0.0.7...v0.0.8)
1090
+
1091
+ **Closed issues:**
1092
+
1093
+ - NoMethodError - undefined method `signature\_parameters' for nil:NilClass [\#28](https://github.com/fog/fog-aws/issues/28)
1094
+
878
1095
  ## [v0.0.7](https://github.com/fog/fog-aws/tree/v0.0.7) (2015-01-23)
1096
+
879
1097
  [Full Changelog](https://github.com/fog/fog-aws/compare/v0.0.6...v0.0.7)
880
1098
 
881
1099
  **Closed issues:**
@@ -888,6 +1106,7 @@
888
1106
  - Support for VPC Classic Link [\#3](https://github.com/fog/fog-aws/pull/3) ([fcheung](https://github.com/fcheung))
889
1107
 
890
1108
  ## [v0.0.6](https://github.com/fog/fog-aws/tree/v0.0.6) (2015-01-12)
1109
+
891
1110
  [Full Changelog](https://github.com/fog/fog-aws/compare/v0.0.5...v0.0.6)
892
1111
 
893
1112
  **Closed issues:**
@@ -900,24 +1119,33 @@
900
1119
  - another attempt at s3 region redirecting [\#2](https://github.com/fog/fog-aws/pull/2) ([geemus](https://github.com/geemus))
901
1120
 
902
1121
  ## [v0.0.5](https://github.com/fog/fog-aws/tree/v0.0.5) (2015-01-06)
1122
+
903
1123
  [Full Changelog](https://github.com/fog/fog-aws/compare/v0.0.4...v0.0.5)
904
1124
 
905
1125
  ## [v0.0.4](https://github.com/fog/fog-aws/tree/v0.0.4) (2015-01-04)
1126
+
906
1127
  [Full Changelog](https://github.com/fog/fog-aws/compare/v0.0.3...v0.0.4)
907
1128
 
908
1129
  ## [v0.0.3](https://github.com/fog/fog-aws/tree/v0.0.3) (2015-01-02)
1130
+
909
1131
  [Full Changelog](https://github.com/fog/fog-aws/compare/v0.0.2...v0.0.3)
910
1132
 
911
1133
  ## [v0.0.2](https://github.com/fog/fog-aws/tree/v0.0.2) (2015-01-02)
1134
+
912
1135
  [Full Changelog](https://github.com/fog/fog-aws/compare/v0.0.1...v0.0.2)
913
1136
 
914
1137
  ## [v0.0.1](https://github.com/fog/fog-aws/tree/v0.0.1) (2015-01-02)
1138
+
915
1139
  [Full Changelog](https://github.com/fog/fog-aws/compare/rm...v0.0.1)
916
1140
 
917
1141
  ## [rm](https://github.com/fog/fog-aws/tree/rm) (2014-11-27)
1142
+
918
1143
  [Full Changelog](https://github.com/fog/fog-aws/compare/fog-brightbox_v0.0.1...rm)
919
1144
 
920
1145
  ## [fog-brightbox_v0.0.1](https://github.com/fog/fog-aws/tree/fog-brightbox_v0.0.1) (2014-02-19)
921
1146
 
1147
+ [Full Changelog](https://github.com/fog/fog-aws/compare/d496bcd266d584ffcded6e265e8166138a3fb22a...fog-brightbox_v0.0.1)
1148
+
1149
+
922
1150
 
923
- \* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*
1151
+ \* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)*