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 golang group with 3 updates #1182

Merged
merged 1 commit into from
Jan 25, 2024

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the golang group with 3 updates: github.com/aws/aws-sdk-go, github.com/google/uuid and golang.org/x/sync.

Updates github.com/aws/aws-sdk-go from 1.47.10 to 1.50.1

Release notes

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

Release v1.50.1 (2024-01-22)

Service Client Updates

  • service/appconfigdata: Adds new service
  • service/cloud9: Updates service documentation
    • Doc-only update around removing AL1 from list of available AMIs for Cloud9
  • service/connectcases: Updates service API, documentation, and paginators
  • service/ec2: Updates service documentation
    • Documentation updates for Amazon EC2.
  • service/ecs: Updates service API and documentation
    • This release adds support for Transport Layer Security (TLS) and Configurable Timeout to ECS Service Connect. TLS facilitates privacy and data security for inter-service communications, while Configurable Timeout allows customized per-request timeout and idle timeout for Service Connect services.
  • service/finspace: Updates service API
  • service/organizations: Updates service documentation
    • Doc only update for quota increase change
  • service/rds: Updates service API, documentation, waiters, paginators, and examples
    • Introduced support for the InsufficientDBInstanceCapacityFault error in the RDS CreateDBCluster API method. This provides enhanced error handling, ensuring a more robust experience when creating database clusters with insufficient instance capacity.

Release v1.50.0 (2024-01-19)

Service Client Updates

  • service/athena: Updates service API and documentation
    • Introducing new NotebookS3LocationUri parameter to Athena ImportNotebook API. Payload is no longer required and either Payload or NotebookS3LocationUri needs to be provided (not both) for a successful ImportNotebook API call. If both are provided, an InvalidRequestException will be thrown.
  • service/codebuild: Updates service API, documentation, and paginators
    • Release CodeBuild Reserved Capacity feature
  • service/dynamodb: Updates service API, documentation, waiters, paginators, and examples
    • This release adds support for including ApproximateCreationDateTimePrecision configurations in EnableKinesisStreamingDestination API, adds the same as an optional field in the response of DescribeKinesisStreamingDestination, and adds support for a new UpdateKinesisStreamingDestination API.
  • service/qconnect: Updates service API

SDK Features

  • service/cloudfrontkeyvaluestore: Deprecate cloudfrontkeyvaluestore
    • This change removes the cloudfrontkeyvaluestore service, since it does not support sigv4a.

Release v1.49.24 (2024-01-18)

Service Client Updates

  • service/b2bi: Updates service API, documentation, and examples
  • service/cloudtrail: Updates service API, documentation, and paginators
    • This release adds a new API ListInsightsMetricData to retrieve metric data from CloudTrail Insights.
  • service/connect: Updates service API and documentation
  • service/drs: Updates service API
  • service/firehose: Updates service API and documentation
    • Allow support for Snowflake as a Kinesis Data Firehose delivery destination.
  • service/sagemaker-featurestore-runtime: Updates service API and documentation

Release v1.49.23 (2024-01-17)

... (truncated)

Commits

Updates github.com/google/uuid from 1.4.0 to 1.5.0

Release notes

Sourced from github.com/google/uuid's releases.

v1.5.0

1.5.0 (2023-12-12)

Features

  • Validate UUID without creating new UUID (#141) (9ee7366)
Changelog

Sourced from github.com/google/uuid's changelog.

1.5.0 (2023-12-12)

Features

  • Validate UUID without creating new UUID (#141) (9ee7366)
Commits

Updates golang.org/x/sync from 0.5.0 to 0.6.0

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 golang group with 3 updates: [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go), [github.com/google/uuid](https://github.com/google/uuid) and [golang.org/x/sync](https://github.com/golang/sync).


Updates `github.com/aws/aws-sdk-go` from 1.47.10 to 1.50.1
- [Release notes](https://github.com/aws/aws-sdk-go/releases)
- [Commits](aws/aws-sdk-go@v1.47.10...v1.50.1)

Updates `github.com/google/uuid` from 1.4.0 to 1.5.0
- [Release notes](https://github.com/google/uuid/releases)
- [Changelog](https://github.com/google/uuid/blob/master/CHANGELOG.md)
- [Commits](google/uuid@v1.4.0...v1.5.0)

Updates `golang.org/x/sync` from 0.5.0 to 0.6.0
- [Commits](golang/sync@v0.5.0...v0.6.0)

---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: golang
- dependency-name: github.com/google/uuid
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: golang
- dependency-name: golang.org/x/sync
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: golang
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from a team as a code owner January 23, 2024 09:19
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jan 23, 2024
@der-eismann der-eismann merged commit 87236b0 into main Jan 25, 2024
2 checks passed
@der-eismann der-eismann deleted the dependabot/go_modules/golang-b37cfcf00c branch January 25, 2024 13:45
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant