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

chore(deps): bump the dependencies group in /aws with 7 updates #250

Merged
merged 1 commit into from
Aug 29, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 24, 2023

Bumps the dependencies group in /aws with 7 updates:

Package From To
github.com/aws/aws-sdk-go-v2 1.20.1 1.21.0
github.com/aws/aws-sdk-go-v2/config 1.18.33 1.18.37
github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue 1.10.36 1.10.39
github.com/aws/aws-sdk-go-v2/feature/dynamodb/expression 1.4.63 1.4.66
github.com/aws/aws-sdk-go-v2/feature/s3/manager 1.11.77 1.11.81
github.com/aws/aws-sdk-go-v2/service/cognitoidentity 1.16.2 1.16.5
github.com/aws/aws-sdk-go-v2/service/sqs 1.24.2 1.24.5

Updates github.com/aws/aws-sdk-go-v2 from 1.20.1 to 1.21.0

Commits

Updates github.com/aws/aws-sdk-go-v2/config from 1.18.33 to 1.18.37

Commits

Updates github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue from 1.10.36 to 1.10.39

Commits

Updates github.com/aws/aws-sdk-go-v2/feature/dynamodb/expression from 1.4.63 to 1.4.66

Commits

Updates github.com/aws/aws-sdk-go-v2/feature/s3/manager from 1.11.77 to 1.11.81

Commits

Updates github.com/aws/aws-sdk-go-v2/service/cognitoidentity from 1.16.2 to 1.16.5

Changelog

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

Release (2022-06-07)

General Highlights

  • Dependency Update: Updated to the latest SDK module versions

Module Highlights

  • github.com/aws/aws-sdk-go-v2/service/auditmanager: v1.19.0
    • Feature: This release introduces 2 updates to the Audit Manager API. The roleType and roleArn attributes are now required when you use the CreateAssessment or UpdateAssessment operation. We also added a throttling exception to the RegisterAccount API operation.
  • github.com/aws/aws-sdk-go-v2/service/costexplorer: v1.19.0
    • Feature: Added two new APIs to support cost allocation tags operations: ListCostAllocationTags, UpdateCostAllocationTagsStatus.

Release (2022-06-06)

Module Highlights

  • github.com/aws/aws-sdk-go-v2/service/chimesdkmessaging: v1.10.0
    • Feature: This release adds support for searching channels by members via the SearchChannels API, removes required restrictions for Name and Mode in UpdateChannel API and enhances CreateChannel API by exposing member and moderator list as well as channel id as optional parameters.
  • github.com/aws/aws-sdk-go-v2/service/connect: v1.26.0
    • Feature: This release adds a new API, GetCurrentUserData, which returns real-time details about users' current activity.

Release (2022-06-02)

Module Highlights

  • github.com/aws/aws-sdk-go-v2/service/applicationinsights: v1.16.0
    • Feature: Provide Account Level onboarding support through CFN/CLI
  • github.com/aws/aws-sdk-go-v2/service/codeartifact: v1.12.6
    • Documentation: Documentation updates for CodeArtifact
  • github.com/aws/aws-sdk-go-v2/service/connect: v1.25.0
    • Feature: This release adds the following features: 1) New APIs to manage (create, list, update) task template resources, 2) Updates to startTaskContact API to support task templates, and 3) new TransferContact API to programmatically transfer in-progress tasks via a contact flow.
  • github.com/aws/aws-sdk-go-v2/service/kendra: v1.28.0
  • github.com/aws/aws-sdk-go-v2/service/proton: v1.14.0
    • Feature: Add new "Components" API to enable users to Create, Delete and Update AWS Proton components.
  • github.com/aws/aws-sdk-go-v2/service/voiceid: v1.10.0
    • Feature: Added a new attribute ServerSideEncryptionUpdateDetails to Domain and DomainSummary.

Release (2022-06-01)

Module Highlights

  • github.com/aws/aws-sdk-go-v2/service/backupgateway: v1.6.0
    • Feature: Adds GetGateway and UpdateGatewaySoftwareNow API and adds hypervisor name to UpdateHypervisor API
  • github.com/aws/aws-sdk-go-v2/service/chimesdkmeetings: v1.10.0
    • Feature: Adds support for centrally controlling each participant's ability to send and receive audio, video and screen share within a WebRTC session. Attendee capabilities can be specified when the attendee is created and updated during the session with the new BatchUpdateAttendeeCapabilitiesExcept API.
  • github.com/aws/aws-sdk-go-v2/service/forecast: v1.22.0
    • Feature: Added Format field to Import and Export APIs in Amazon Forecast. Added TimeSeriesSelector to Create Forecast API.
  • github.com/aws/aws-sdk-go-v2/service/route53: v1.21.0
    • Feature: Add new APIs to support Route 53 IP Based Routing

Release (2022-05-31)

Module Highlights

... (truncated)

Commits

Updates github.com/aws/aws-sdk-go-v2/service/sqs from 1.24.2 to 1.24.5

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 dependencies group in /aws with 7 updates:

| Package | From | To |
| --- | --- | --- |
| [github.com/aws/aws-sdk-go-v2](https://github.com/aws/aws-sdk-go-v2) | `1.20.1` | `1.21.0` |
| [github.com/aws/aws-sdk-go-v2/config](https://github.com/aws/aws-sdk-go-v2) | `1.18.33` | `1.18.37` |
| [github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue](https://github.com/aws/aws-sdk-go-v2) | `1.10.36` | `1.10.39` |
| [github.com/aws/aws-sdk-go-v2/feature/dynamodb/expression](https://github.com/aws/aws-sdk-go-v2) | `1.4.63` | `1.4.66` |
| [github.com/aws/aws-sdk-go-v2/feature/s3/manager](https://github.com/aws/aws-sdk-go-v2) | `1.11.77` | `1.11.81` |
| [github.com/aws/aws-sdk-go-v2/service/cognitoidentity](https://github.com/aws/aws-sdk-go-v2) | `1.16.2` | `1.16.5` |
| [github.com/aws/aws-sdk-go-v2/service/sqs](https://github.com/aws/aws-sdk-go-v2) | `1.24.2` | `1.24.5` |


Updates `github.com/aws/aws-sdk-go-v2` from 1.20.1 to 1.21.0
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@v1.20.1...v1.21.0)

Updates `github.com/aws/aws-sdk-go-v2/config` from 1.18.33 to 1.18.37
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@config/v1.18.33...config/v1.18.37)

Updates `github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue` from 1.10.36 to 1.10.39
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@feature/dynamodb/attributevalue/v1.10.36...feature/dynamodb/attributevalue/v1.10.39)

Updates `github.com/aws/aws-sdk-go-v2/feature/dynamodb/expression` from 1.4.63 to 1.4.66
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@feature/dynamodb/expression/v1.4.63...feature/dynamodb/expression/v1.4.66)

Updates `github.com/aws/aws-sdk-go-v2/feature/s3/manager` from 1.11.77 to 1.11.81
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@feature/s3/manager/v1.11.77...feature/s3/manager/v1.11.81)

Updates `github.com/aws/aws-sdk-go-v2/service/cognitoidentity` from 1.16.2 to 1.16.5
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/v1.16.5/CHANGELOG.md)
- [Commits](aws/aws-sdk-go-v2@v1.16.2...v1.16.5)

Updates `github.com/aws/aws-sdk-go-v2/service/sqs` from 1.24.2 to 1.24.5
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@service/ecs/v1.24.2...service/fms/v1.24.5)

---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go-v2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: github.com/aws/aws-sdk-go-v2/config
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: github.com/aws/aws-sdk-go-v2/feature/dynamodb/expression
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: github.com/aws/aws-sdk-go-v2/feature/s3/manager
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: github.com/aws/aws-sdk-go-v2/service/cognitoidentity
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: github.com/aws/aws-sdk-go-v2/service/sqs
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
...

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 Aug 24, 2023
@codecov
Copy link

codecov bot commented Aug 24, 2023

Codecov Report

Merging #250 (3e90a85) into main (e11a487) will decrease coverage by 31.70%.
The diff coverage is n/a.

Additional details and impacted files

Impacted file tree graph

@@             Coverage Diff              @@
##              main     #250       +/-   ##
============================================
- Coverage   100.00%   68.30%   -31.70%     
============================================
  Files            1       19       +18     
  Lines           40     1060     +1020     
============================================
+ Hits            40      724      +684     
- Misses           0      264      +264     
- Partials         0       72       +72     

see 20 files with indirect coverage changes

@tomtwinkle tomtwinkle merged commit 7d537c4 into main Aug 29, 2023
5 checks passed
@tomtwinkle tomtwinkle deleted the dependabot/go_modules/aws/dependencies-80cfa9cbd4 branch August 29, 2023 02:32
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