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

⬆️ Bump the aws-sdk group with 4 updates #913

Merged
merged 2 commits into from
Jan 14, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 8, 2024

Bumps the aws-sdk group with 4 updates: github.com/aws/aws-sdk-go, github.com/aws/aws-sdk-go-v2, github.com/aws/aws-sdk-go-v2/config and github.com/aws/aws-sdk-go-v2/service/dynamodb.

Updates github.com/aws/aws-sdk-go from 1.48.11 to 1.49.16

Release notes

Sourced from github.com/aws/aws-sdk-go's releases.

Release v1.49.16 (2024-01-05)

Service Client Updates

  • service/connect: Updates service API
  • service/kms: Updates service documentation
    • Documentation updates for AWS Key Management Service (KMS).
  • service/redshift-serverless: Updates service documentation

SDK Bugs

  • The logging behavior in aws/ec2metadata/token_provider.go was updated: warnings about falling back to IMDSv1 are now logged only when LogLevel is set to LogDebugWithDeprecated.
    • This change prevents unnecessary warnings when LogLevel is set to suppress messages.

Release v1.49.15 (2024-01-04)

Service Client Updates

  • service/config: Updates service API and documentation
  • service/docdb: Updates service API and documentation
    • Adding PerformanceInsightsEnabled and PerformanceInsightsKMSKeyId fields to DescribeDBInstances Response.
  • service/ecs: Updates service API and documentation
    • This release adds support for managed instance draining which facilitates graceful termination of Amazon ECS instances.
  • service/es: Updates service API and documentation
    • This release adds support for new or existing Amazon OpenSearch domains to enable TLS 1.3 or TLS 1.2 with perfect forward secrecy cipher suites for domain endpoints.
  • service/lightsail: Updates service API and documentation
    • This release adds support to set up an HTTPS endpoint on an instance.
  • service/opensearch: Updates service API and documentation
  • service/sagemaker: Updates service API and documentation
    • Adding support for provisioned throughput mode for SageMaker Feature Groups
  • service/servicecatalog: Updates service API and documentation
    • Added Idempotency token support to Service Catalog AssociateServiceActionWithProvisioningArtifact, DisassociateServiceActionFromProvisioningArtifact, DeleteServiceAction API

Release v1.49.14 (2024-01-03)

Service Client Updates

  • service/connect: Updates service API and documentation
  • service/mediaconvert: Updates service API and documentation
    • This release includes video engine updates including HEVC improvements, support for ingesting VP9 encoded video in MP4 containers, and support for user-specified 3D LUTs.

Release v1.49.13 (2023-12-29)

Service Client Updates

  • service/apprunner: Updates service API and documentation
  • service/location: Updates service API and documentation
  • service/quicksight: Updates service API and documentation
    • Add LinkEntityArn support for different partitions; Add UnsupportedUserEditionException in UpdateDashboardLinks API; Add support for New Reader Experience Topics

Release v1.49.12 (2023-12-28)

... (truncated)

Commits

Updates github.com/aws/aws-sdk-go-v2 from 1.24.0 to 1.24.1

Commits

Updates github.com/aws/aws-sdk-go-v2/config from 1.26.2 to 1.26.3

Commits

Updates github.com/aws/aws-sdk-go-v2/service/dynamodb from 1.26.7 to 1.26.8

Changelog

Sourced from github.com/aws/aws-sdk-go-v2/service/dynamodb's changelog.

Release (2022-05-03)

General Highlights

  • Dependency Update: Updated to the latest SDK module versions

Module Highlights

  • github.com/aws/aws-sdk-go-v2/service/ec2: v1.38.0
    • Feature: Adds support for allocating Dedicated Hosts on AWS Outposts. The AllocateHosts API now accepts an OutpostArn request parameter, and the DescribeHosts API now includes an OutpostArn response parameter.
  • github.com/aws/aws-sdk-go-v2/service/kinesisvideo: v1.12.0
    • Feature: Add support for multiple image feature related APIs for configuring image generation and notification of a video stream. Add "GET_IMAGES" to the list of supported API names for the GetDataEndpoint API.
  • github.com/aws/aws-sdk-go-v2/service/kinesisvideoarchivedmedia: v1.13.0
    • Feature: Add support for GetImages API for retrieving images from a video stream
  • github.com/aws/aws-sdk-go-v2/service/s3: v1.26.8
    • Documentation: Documentation only update for doc bug fixes for the S3 API docs.
  • github.com/aws/aws-sdk-go-v2/service/sagemaker: v1.30.0
    • Feature: SageMaker Autopilot adds new metrics for all candidate models generated by Autopilot experiments; RStudio on SageMaker now allows users to bring your own development environment in a custom image.

Release (2022-05-02)

Module Highlights

  • github.com/aws/aws-sdk-go-v2/service/organizations: v1.16.0
    • Feature: This release adds the INVALID_PAYMENT_INSTRUMENT as a fail reason and an error message.
  • github.com/aws/aws-sdk-go-v2/service/outposts: v1.19.0
    • Feature: This release adds a new API called ListAssets to the Outposts SDK, which lists the hardware assets in an Outpost.
  • github.com/aws/aws-sdk-go-v2/service/synthetics: v1.15.0
    • Feature: CloudWatch Synthetics has introduced a new feature to provide customers with an option to delete the underlying resources that Synthetics canary creates when the user chooses to delete the canary.

Release (2022-04-29)

Module Highlights

  • github.com/aws/aws-sdk-go-v2/service/codegurureviewer: v1.16.0
    • Feature: Amazon CodeGuru Reviewer now supports suppressing recommendations from being generated on specific files and directories.
  • github.com/aws/aws-sdk-go-v2/service/mediaconvert: v1.23.0
    • Feature: AWS Elemental MediaConvert SDK nows supports creation of Dolby Vision profile 8.1, the ability to generate black frames of video, and introduces audio-only DASH and CMAF support.
  • github.com/aws/aws-sdk-go-v2/service/rds: v1.21.0
    • Feature: Feature - Adds support for Internet Protocol Version 6 (IPv6) on RDS database instances.
  • github.com/aws/aws-sdk-go-v2/service/ssm: v1.26.0
    • Feature: Update the StartChangeRequestExecution, adding TargetMaps to the Runbook parameter
  • github.com/aws/aws-sdk-go-v2/service/wafv2: v1.20.0
    • Feature: You can now inspect all request headers and all cookies. You can now specify how to handle oversize body contents in your rules that inspect the body.

Release (2022-04-28)

Module Highlights

  • github.com/aws/aws-sdk-go-v2/service/auditmanager: v1.18.5
    • Documentation: This release adds documentation updates for Audit Manager. We provided examples of how to use the Custom_ prefix for the keywordValue attribute. We also provided more details about the DeleteAssessmentReport operation.
  • github.com/aws/aws-sdk-go-v2/service/braket: v1.16.0
    • Feature: This release enables Braket Hybrid Jobs with Embedded Simulators to have multiple instances.
  • github.com/aws/aws-sdk-go-v2/service/connect: v1.24.0
    • Feature: This release introduces an API for changing the current agent status of a user in Connect.

... (truncated)

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the aws-sdk group with 4 updates: [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go), [github.com/aws/aws-sdk-go-v2](https://github.com/aws/aws-sdk-go-v2), [github.com/aws/aws-sdk-go-v2/config](https://github.com/aws/aws-sdk-go-v2) and [github.com/aws/aws-sdk-go-v2/service/dynamodb](https://github.com/aws/aws-sdk-go-v2).


Updates `github.com/aws/aws-sdk-go` from 1.48.11 to 1.49.16
- [Release notes](https://github.com/aws/aws-sdk-go/releases)
- [Commits](aws/aws-sdk-go@v1.48.11...v1.49.16)

Updates `github.com/aws/aws-sdk-go-v2` from 1.24.0 to 1.24.1
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@v1.24.0...v1.24.1)

Updates `github.com/aws/aws-sdk-go-v2/config` from 1.26.2 to 1.26.3
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@config/v1.26.2...config/v1.26.3)

Updates `github.com/aws/aws-sdk-go-v2/service/dynamodb` from 1.26.7 to 1.26.8
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/service/s3/v1.26.8/CHANGELOG.md)
- [Commits](aws/aws-sdk-go-v2@service/s3/v1.26.7...service/s3/v1.26.8)

---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: aws-sdk
- dependency-name: github.com/aws/aws-sdk-go-v2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: aws-sdk
- dependency-name: github.com/aws/aws-sdk-go-v2/config
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: aws-sdk
- dependency-name: github.com/aws/aws-sdk-go-v2/service/dynamodb
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: aws-sdk
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Jan 8, 2024
@elgohr elgohr enabled auto-merge January 8, 2024 00:33
Copy link

codecov bot commented Jan 8, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (a7f761d) 89.14% compared to head (277ff4a) 89.14%.
Report is 1 commits behind head on main.

❗ Current head 277ff4a differs from pull request most recent head afd8fca. Consider uploading reports for the commit afd8fca to get more accurate results

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #913   +/-   ##
=======================================
  Coverage   89.14%   89.14%           
=======================================
  Files           2        2           
  Lines         350      350           
=======================================
  Hits          312      312           
  Misses         28       28           
  Partials       10       10           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

auto-merge was automatically disabled January 14, 2024 17:09

Base branch was modified

@elgohr elgohr enabled auto-merge January 14, 2024 17:09
@elgohr elgohr merged commit 8145caa into main Jan 14, 2024
6 checks passed
@elgohr elgohr deleted the dependabot/go_modules/aws-sdk-ef3a96c434 branch January 14, 2024 17:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file go Pull requests that update Go code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant