Skip to content

Bump github.com/aws/aws-sdk-go-v2 from 1.17.5 to 1.17.6 in /sdks#25815

Closed
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/go_modules/sdks/github.com/aws/aws-sdk-go-v2-1.17.6
Closed

Bump github.com/aws/aws-sdk-go-v2 from 1.17.5 to 1.17.6 in /sdks#25815
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/go_modules/sdks/github.com/aws/aws-sdk-go-v2-1.17.6

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Mar 13, 2023

Bumps github.com/aws/aws-sdk-go-v2 from 1.17.5 to 1.17.6.

Changelog

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

Release (2023-03-10)

General Highlights

  • Dependency Update: Updated to the latest SDK module versions

Module Highlights

  • github.com/aws/aws-sdk-go-v2/service/ivschat: v1.4.0
    • Feature: This release adds a new exception returned when calling AWS IVS chat UpdateLoggingConfiguration. Now UpdateLoggingConfiguration can return ConflictException when invalid updates are made in sequence to Logging Configurations.
  • github.com/aws/aws-sdk-go-v2/service/secretsmanager: v1.19.0
    • Feature: The type definitions of SecretString and SecretBinary now have a minimum length of 1 in the model to match the exception thrown when you pass in empty values.

Release (2023-03-09)

Module Highlights

  • github.com/aws/aws-sdk-go-v2/service/codeartifact: v1.17.0
    • Feature: This release introduces the generic package format, a mechanism for storing arbitrary binary assets. It also adds a new API, PublishPackageVersion, to allow for publishing generic packages.
  • github.com/aws/aws-sdk-go-v2/service/connect: v1.49.0
    • Feature: This release adds a new API, GetMetricDataV2, which returns metric data for Amazon Connect.
  • github.com/aws/aws-sdk-go-v2/service/evidently: v1.11.0
    • Feature: Updated entity override documentation
  • github.com/aws/aws-sdk-go-v2/service/networkmanager: v1.17.5
    • Documentation: This update provides example usage for TransitGatewayRouteTableArn.
  • github.com/aws/aws-sdk-go-v2/service/quicksight: v1.33.0
    • Feature: This release has two changes: add state persistence feature for embedded dashboard and console in GenerateEmbedUrlForRegisteredUser API; add properties for hidden collapsed row dimensions in PivotTableOptions.
  • github.com/aws/aws-sdk-go-v2/service/redshiftdata: v1.19.0
    • Feature: Added support for Redshift Serverless workgroup-arn wherever the WorkgroupName parameter is available.
  • github.com/aws/aws-sdk-go-v2/service/sagemaker: v1.71.0
    • Feature: Amazon SageMaker Inference now allows SSM access to customer's model container by setting the "EnableSSMAccess" parameter for a ProductionVariant in CreateEndpointConfig API.
  • github.com/aws/aws-sdk-go-v2/service/servicediscovery: v1.20.0
    • Feature: Updated all AWS Cloud Map APIs to provide consistent throttling exception (RequestLimitExceeded)
  • github.com/aws/aws-sdk-go-v2/service/sesv2: v1.17.0
    • Feature: This release introduces a new recommendation in Virtual Deliverability Manager Advisor, which detects missing or misconfigured Brand Indicator for Message Identification (BIMI) DNS records for customer sending identities.

Release (2023-03-08)

General Highlights

  • Dependency Update: Updated to the latest SDK module versions

Module Highlights

  • github.com/aws/aws-sdk-go-v2/service/athena: v1.23.0
    • Feature: A new field SubstatementType is added to GetQueryExecution API, so customers have an error free way to detect the query type and interpret the result.
  • github.com/aws/aws-sdk-go-v2/service/dynamodb: v1.19.0
    • Feature: Adds deletion protection support to DynamoDB tables. Tables with deletion protection enabled cannot be deleted. Deletion protection is disabled by default, can be enabled via the CreateTable or UpdateTable APIs, and is visible in TableDescription. This setting is not replicated for Global Tables.
  • github.com/aws/aws-sdk-go-v2/service/ec2: v1.89.0
    • Feature: Introducing Amazon EC2 C7g, M7g and R7g instances, powered by the latest generation AWS Graviton3 processors and deliver up to 25% better performance over Graviton2-based instances.
  • github.com/aws/aws-sdk-go-v2/service/lakeformation: v1.20.0
    • Feature: This release adds two new API support "GetDataCellsFiler" and "UpdateDataCellsFilter", and also updates the corresponding documentation.
  • github.com/aws/aws-sdk-go-v2/service/mediapackage: v1.21.0
    • Feature: This release provides the date and time live resources were created.
  • github.com/aws/aws-sdk-go-v2/service/mediapackagevod: v1.22.0

... (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](https://github.com/aws/aws-sdk-go-v2) from 1.17.5 to 1.17.6.
- [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@v1.17.5...v1.17.6)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go labels Mar 13, 2023
@codecov
Copy link
Copy Markdown

codecov bot commented Mar 13, 2023

Codecov Report

Merging #25815 (55bbd64) into master (17f7a5d) will decrease coverage by 0.01%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##           master   #25815      +/-   ##
==========================================
- Coverage   72.73%   72.73%   -0.01%     
==========================================
  Files         777      777              
  Lines      103074   103074              
==========================================
- Hits        74975    74970       -5     
- Misses      26645    26649       +4     
- Partials     1454     1455       +1     
Flag Coverage Δ
go 53.95% <ø> (-0.02%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

see 2 files with indirect coverage changes

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@github-actions
Copy link
Copy Markdown
Contributor

Assigning reviewers. If you would like to opt out of this review, comment assign to next reviewer:

R: @lostluck for label go.

Available commands:

  • stop reviewer notifications - opt out of the automated review tooling
  • remind me after tests pass - tag the comment author after tests pass
  • waiting on author - shift the attention set back to the author (any comment or push by the author will return the attention set to the reviewers)

The PR bot will only process comments in the main thread (not review comments).

@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot bot commented on behalf of github Mar 13, 2023

Looks like github.com/aws/aws-sdk-go-v2 is up-to-date now, so this is no longer needed.

@dependabot dependabot bot closed this Mar 13, 2023
@dependabot dependabot bot deleted the dependabot/go_modules/sdks/github.com/aws/aws-sdk-go-v2-1.17.6 branch March 13, 2023 13:41
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 Next Action: Reviewers

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants