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 github.com/aws/aws-sdk-go-v2/config from 1.1.5 to 1.15.7 #175

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 23, 2022

Bumps github.com/aws/aws-sdk-go-v2/config from 1.1.5 to 1.15.7.

Release notes

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

Release v1.4.0 (2021-05-06)

Breaking change

  • service/ec2 - v1.6.0
    • This release contains a breaking change to the Amazon EC2 API client. API number(int/int64/etc) and boolean members were changed from value, to pointer type. Your applications using the EC2 API client will fail to compile after upgrading for all members that were updated. To migrate to this module you'll need to update your application to use pointers for all number and boolean members in the API client module. The SDK provides helper utilities to convert between value and pointer types. For example the aws.Bool function to get the address from a bool literal. Similar utilities are available for all other primitive types in the aws package.

Service Client Highlights

  • service/acmpca - v1.3.0
    • Feature: API client updated
  • service/apigateway - v1.3.0
    • Feature: API client updated
  • service/auditmanager - v1.4.0
    • Feature: API client updated
  • service/chime - v1.3.0
    • Feature: API client updated
  • service/cloudformation - v1.4.0
    • Feature: API client updated
  • service/cloudfront - v1.4.0
    • Feature: API client updated
  • service/codegurureviewer - v1.3.0
    • Feature: API client updated
  • service/connect - v1.3.0
    • Feature: API client updated
  • service/customerprofiles - v1.5.0
    • Feature: API client updated
  • service/devopsguru - v1.3.0
    • Feature: API client updated
  • service/docdb - v1.4.0
    • Feature: API client updated
  • service/ec2 - v1.6.0
    • Bug Fix: Fix incorrectly modeled Amazon EC2 number and boolean members in structures. The Amazon EC2 API client has been updated with a breaking change to fix all structure number and boolean members to be pointer types instead of value types. Fixes #1107, #1178, and #1190. This breaking change is made within the major version of the client' module, because the client operations failed and were unusable with value type number and boolean members with the EC2 API.
    • Feature: API client updated
  • service/ecs - v1.3.0
    • Feature: API client updated
  • service/eks - v1.3.0
    • Feature: API client updated
  • service/forecast - v1.4.0
    • Feature: API client updated
  • service/glue - v1.4.0
    • Feature: API client updated
  • service/health - v1.3.0
    • Feature: API client updated
  • service/iotsitewise - v1.3.0
    • Feature: API client updated
  • service/iotwireless - v1.4.0
    • Feature: API client updated
  • service/kafka - v1.3.0
    • Feature: API client updated
  • service/kinesisanalyticsv2 - v1.2.0
    • Feature: API client updated
  • service/macie2 - v1.4.0

... (truncated)

Changelog

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

Release (2022-05-20)

Module Highlights

  • github.com/aws/aws-sdk-go-v2/service/cloudwatchlogs: v1.15.7
    • Documentation: Doc-only update to publish the new valid values for log retention
  • github.com/aws/aws-sdk-go-v2/service/comprehend: v1.18.0
    • Feature: Comprehend releases 14 new entity types for DetectPiiEntities and ContainsPiiEntities APIs.

Release (2022-05-19)

Module Highlights

  • github.com/aws/aws-sdk-go-v2/service/gamesparks: v1.1.0
    • Feature: This release adds an optional DeploymentResult field in the responses of GetStageDeploymentIntegrationTests and ListStageDeploymentIntegrationTests APIs.
  • github.com/aws/aws-sdk-go-v2/service/lookoutmetrics: v1.13.0
    • Feature: In this release we added SnsFormat to SNSConfiguration to support human readable alert.

Release (2022-05-18)

Module Highlights

  • github.com/aws/aws-sdk-go-v2/service/appmesh: v1.14.0
    • Feature: This release updates the existing Create and Update APIs for meshes and virtual nodes by adding a new IP preference field. This new IP preference field can be used to control the IP versions being used with the mesh and allows for IPv6 support within App Mesh.
  • github.com/aws/aws-sdk-go-v2/service/batch: v1.18.3
    • Documentation: Documentation updates for AWS Batch.
  • github.com/aws/aws-sdk-go-v2/service/greengrassv2: v1.16.0
    • Feature: This release adds the new DeleteDeployment API operation that you can use to delete deployment resources. This release also adds support for discontinued AWS-provided components, so AWS can communicate when a component has any issues that you should consider before you deploy it.
  • github.com/aws/aws-sdk-go-v2/service/ioteventsdata: v1.12.0
    • Feature: Introducing new API for deleting detectors: BatchDeleteDetector.
  • github.com/aws/aws-sdk-go-v2/service/quicksight: v1.22.0
    • Feature: API UpdatePublicSharingSettings enables IAM admins to enable/disable account level setting for public access of dashboards. When enabled, owners/co-owners for dashboards can enable public access on their dashboards. These dashboards can only be accessed through share link or embedding.
  • github.com/aws/aws-sdk-go-v2/service/transfer: v1.19.0
    • Feature: AWS Transfer Family now supports SetStat server configuration option, which provides the ability to ignore SetStat command issued by file transfer clients, enabling customers to upload files without any errors.

Release (2022-05-17)

General Highlights

  • Dependency Update: Updated to the latest SDK module versions

Module Highlights

  • github.com/aws/aws-sdk-go-v2/internal/ini: v1.3.12
    • Bug Fix: Removes the fuzz testing files from the module, as they are invalid and not used.
  • github.com/aws/aws-sdk-go-v2/service/glue: v1.25.0
    • Feature: This release adds a new optional parameter called codeGenNodeConfiguration to CRUD job APIs that allows users to manage visual jobs via APIs. The updated CreateJob and UpdateJob will create jobs that can be viewed in Glue Studio as a visual graph. GetJob can be used to get codeGenNodeConfiguration.
  • github.com/aws/aws-sdk-go-v2/service/iotsecuretunneling: v1.13.1
    • Bug Fix: Fixes iotsecuretunneling and mobile API clients to use the correct name for signing requests, Fixes #1686.
  • github.com/aws/aws-sdk-go-v2/service/kms: v1.17.2
    • Documentation: Add HMAC best practice tip, annual rotation of AWS managed keys.
  • github.com/aws/aws-sdk-go-v2/service/mobile: v1.11.5
    • Bug Fix: Fixes iotsecuretunneling and mobile API clients to use the correct name for signing requests, Fixes #1686.

Release (2022-05-16)

... (truncated)

Commits

Dependabot compatibility score

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 ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [github.com/aws/aws-sdk-go-v2/config](https://github.com/aws/aws-sdk-go-v2) from 1.1.5 to 1.15.7.
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/CHANGELOG.md)
- [Commits](aws/aws-sdk-go-v2@config/v1.1.5...config/v1.15.7)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels May 23, 2022
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jun 1, 2022

Superseded by #177.

@dependabot dependabot bot closed this Jun 1, 2022
@dependabot dependabot bot deleted the dependabot/go_modules/github.com/aws/aws-sdk-go-v2/config-1.15.7 branch June 1, 2022 07:55
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