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 #914

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 14, 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.21

Release notes

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

Release v1.49.21 (2024-01-14)

Service Client Updates

  • service/sagemaker: Updates service API
    • This release will have ValidationException thrown if certain invalid app types are provided. The release will also throw ValidationException if more than 10 account ids are provided in VpcOnlyTrustedAccounts.

Release v1.49.20 (2024-01-12)

Service Client Updates

  • service/connect: Updates service API and documentation
  • service/connectparticipant: Updates service API
  • service/location: Updates service documentation
  • service/mwaa: Updates service API and documentation
  • service/s3control: Adds new service
    • S3 On Outposts team adds dualstack endpoints support for S3Control and S3Outposts API calls.
  • service/supplychain: Adds new service
  • service/transfer: Updates service API and documentation
    • AWS Transfer Family now supports static IP addresses for SFTP & AS2 connectors and for async MDNs on AS2 servers.

Release v1.49.19 (2024-01-11)

Service Client Updates

  • service/ec2: Updates service API and documentation
    • This release adds support for adding an ElasticBlockStorage volume configurations in ECS RunTask/StartTask/CreateService/UpdateService APIs. The configuration allows for attaching EBS volumes to ECS Tasks.
  • service/ecs: Updates service API and documentation
    • This release adds support for adding an ElasticBlockStorage volume configurations in ECS RunTask/StartTask/CreateService/UpdateService APIs. The configuration allows for attaching EBS volumes to ECS Tasks.
  • service/eventbridge: Updates service API and documentation
  • service/iot: Updates service API and documentation
    • Add ConflictException to Update APIs of AWS IoT Software Package Catalog
  • service/iotfleetwise: Updates service API
  • service/secretsmanager: Updates service documentation and examples
    • Doc only update for Secrets Manager
  • service/workspaces: Updates service documentation
    • Added AWS Workspaces RebootWorkspaces API - Extended Reboot documentation update

Release v1.49.18 (2024-01-10)

Service Client Updates

  • service/connectcampaigns: Updates service API
  • service/location: Updates service API and documentation
  • service/logs: Updates service API and documentation
    • Add support for account level subscription filter policies to PutAccountPolicy, DescribeAccountPolicies, and DeleteAccountPolicy APIs. Additionally, PutAccountPolicy has been modified with new optional "selectionCriteria" parameter for resource selection.
  • service/qconnect: Updates service API
  • service/redshift-serverless: Updates service documentation
  • service/route53: Updates service API and documentation
    • Route53 now supports geoproximity routing in AWS regions

... (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.21
- [Release notes](https://github.com/aws/aws-sdk-go/releases)
- [Commits](aws/aws-sdk-go@v1.48.11...v1.49.21)

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 14, 2024
@elgohr elgohr enabled auto-merge January 14, 2024 17:12
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 14, 2024

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Jan 14, 2024
auto-merge was automatically disabled January 14, 2024 17:20

Pull request was closed

@dependabot dependabot bot deleted the dependabot/go_modules/aws-sdk-ab3e3f2b18 branch January 14, 2024 17:20
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.

0 participants