Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release v1.48.16 #5102

Merged
merged 1 commit into from
Dec 8, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
Release v1.48.16 (2023-12-08)
===

### Service Client Updates
* `service/ec2`: Updates service API
* M2 Mac instances are built on Apple M2 Mac mini computers. I4i instances are powered by 3rd generation Intel Xeon Scalable processors. C7i compute optimized, M7i general purpose and R7i memory optimized instances are powered by custom 4th Generation Intel Xeon Scalable processors.
* `service/finspace`: Updates service API, documentation, and paginators
* `service/monitoring`: Updates service API and documentation
* Adds support for the OpenTelemetry 1.0 output format in CloudWatch Metric Streams.

Release v1.48.15 (2023-12-07)
===

Expand Down
2 changes: 1 addition & 1 deletion aws/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ package aws
const SDKName = "aws-sdk-go"

// SDKVersion is the version of this SDK
const SDKVersion = "1.48.15"
const SDKVersion = "1.48.16"
11 changes: 10 additions & 1 deletion models/apis/ec2/2016-11-15/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -28388,7 +28388,16 @@
"r7i.16xlarge",
"r7i.24xlarge",
"r7i.48xlarge",
"dl2q.24xlarge"
"dl2q.24xlarge",
"mac2-m2.metal",
"i4i.12xlarge",
"i4i.24xlarge",
"c7i.metal-24xl",
"c7i.metal-48xl",
"m7i.metal-24xl",
"m7i.metal-48xl",
"r7i.metal-24xl",
"r7i.metal-48xl"
]
},
"InstanceTypeHypervisor":{
Expand Down
Loading