File tree Expand file tree Collapse file tree 3 files changed +28
-15
lines changed Expand file tree Collapse file tree 3 files changed +28
-15
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ v3.32.0] ( https://github.com/fog/fog-aws/tree/v3.32.0 ) (2025-05-27)
4
+
5
+ [ Full Changelog] ( https://github.com/fog/fog-aws/compare/v3.31.0...v3.32.0 )
6
+
7
+ ** Closed issues:**
8
+
9
+ - Add ability to specify s3 restore object tier in post\_ object\_ restore [ \# 740] ( https://github.com/fog/fog-aws/issues/740 )
10
+
11
+ ** Merged pull requests:**
12
+
13
+ - Add ability to specify s3 restore object tier in post\_ object\_ restore [ \# 742] ( https://github.com/fog/fog-aws/pull/742 ) ([ Ankk98] ( https://github.com/Ankk98 ) )
14
+
15
+ ## [ v3.31.0] ( https://github.com/fog/fog-aws/tree/v3.31.0 ) (2025-04-21)
16
+
17
+ [ Full Changelog] ( https://github.com/fog/fog-aws/compare/v3.30.0...v3.31.0 )
18
+
19
+ ** Closed issues:**
20
+
21
+ - Compute.describe\_ instance\_ status\(\) fails [ \# 734] ( https://github.com/fog/fog-aws/issues/734 )
22
+
23
+ ** Merged pull requests:**
24
+
25
+ - Fix Compute.describe\_ instance\_ status parser [ \# 735] ( https://github.com/fog/fog-aws/pull/735 ) ([ kitherill] ( https://github.com/kitherill ) )
26
+ - Update rubyzip requirement from ~ \> 2.3.0 to ~ \> 2.4.1 [ \# 733] ( https://github.com/fog/fog-aws/pull/733 ) ([ dependabot[ bot]] ( https://github.com/apps/dependabot ) )
27
+
3
28
## [ v3.30.0] ( https://github.com/fog/fog-aws/tree/v3.30.0 ) (2024-12-17)
4
29
5
30
[ Full Changelog] ( https://github.com/fog/fog-aws/compare/v3.29.0...v3.30.0 )
22
47
23
48
- fallback to excon 1.0+ error retry error settings [ \# 728] ( https://github.com/fog/fog-aws/pull/728 ) ([ geemus] ( https://github.com/geemus ) )
24
49
25
- ## [ v3.28.0] ( https://github.com/fog/fog-aws/tree/v3.28.0 ) (2024-10-14)
26
-
27
- [ Full Changelog] ( https://github.com/fog/fog-aws/compare/v3.27.0...v3.28.0 )
28
-
29
- ** Closed issues:**
30
-
31
- - SES needs to support AWS SigV4 [ \# 726] ( https://github.com/fog/fog-aws/issues/726 )
32
-
33
- ** Merged pull requests:**
34
-
35
- - Update SES to use AWS SigV4 [ \# 727] ( https://github.com/fog/fog-aws/pull/727 ) ([ ohookins] ( https://github.com/ohookins ) )
36
-
37
50
38
51
39
52
\* * This Changelog was automatically generated by [ github_changelog_generator] ( https://github.com/github-changelog-generator/github-changelog-generator ) *
Original file line number Diff line number Diff line change @@ -13,6 +13,6 @@ GitHubChangelogGenerator::RakeTask.new :changelog do |config|
13
13
config . project = 'fog-aws'
14
14
config . max_issues = 100
15
15
16
- config . future_release = 'v3.30 .0'
17
- config . since_tag = 'v3.27 .0'
16
+ config . future_release = 'v3.32 .0'
17
+ config . since_tag = 'v3.28 .0'
18
18
end
Original file line number Diff line number Diff line change 1
1
module Fog
2
2
module AWS
3
- VERSION = '3.31 .0' . freeze
3
+ VERSION = '3.32 .0' . freeze
4
4
end
5
5
end
You can’t perform that action at this time.
0 commit comments