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 github.com/aws/aws-sdk-go from 1.44.244 to 1.44.258 #2334

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 8, 2023

Bumps github.com/aws/aws-sdk-go from 1.44.244 to 1.44.258.

Release notes

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

Release v1.44.258 (2023-05-05)

Service Client Updates

  • service/ec2: Updates service API
    • This release adds support the inf2 and trn1n instances. inf2 instances are purpose built for deep learning inference while trn1n instances are powered by AWS Trainium accelerators and they build on the capabilities of Trainium-powered trn1 instances.
  • service/inspector2: Updates service API, documentation, and paginators
  • service/mediatailor: Updates service API and documentation
  • service/sqs: Updates service API, documentation, and paginators
    • Revert previous SQS protocol change.

Release v1.44.257 (2023-05-04)

Service Client Updates

  • service/config: Updates service API
  • service/connect: Updates service API and documentation
  • service/ecs: Updates service API
    • Documentation update for new error type NamespaceNotFoundException for CreateCluster and UpdateCluster
  • service/monitoring: Updates service API and documentation
    • Adds support for filtering by metric names in CloudWatch Metric Streams.
  • service/network-firewall: Updates service API and documentation
  • service/opensearch: Updates service API and documentation
  • service/quicksight: Updates service API, documentation, and paginators
    • Add support for Topic, Dataset parameters and VPC
  • service/rekognition: Updates service API and documentation
    • This release adds a new attribute FaceOccluded. Additionally, you can now select attributes individually (e.g. ["DEFAULT", "FACE_OCCLUDED", "AGE_RANGE"] instead of ["ALL"]), which can reduce response time.
  • service/s3: Updates service documentation and examples
    • Documentation updates for Amazon S3
  • service/sagemaker: Updates service API
    • We added support for ml.inf2 and ml.trn1 family of instances on Amazon SageMaker for deploying machine learning (ML) models for Real-time and Asynchronous inference. You can use these instances to achieve high performance at a low cost for generative artificial intelligence (AI) models.
  • service/securityhub: Updates service API, documentation, paginators, and examples
  • service/sqs: Updates service API, documentation, and paginators
    • This release enables customers to call SQS using AWS JSON-1.0 protocol.

Release v1.44.256 (2023-05-03)

Service Client Updates

  • service/appsync: Updates service API and documentation
  • service/ec2: Updates service paginators
    • Adds an SDK paginator for GetNetworkInsightsAccessScopeAnalysisFindings
  • service/inspector2: Updates service API and documentation
  • service/iottwinmaker: Updates service API and documentation
  • service/network-firewall: Updates service API and documentation
  • service/opensearch: Updates service API and documentation
  • service/wellarchitected: Updates service API and documentation

Release v1.44.255 (2023-05-02)

... (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](https://github.com/aws/aws-sdk-go) from 1.44.244 to 1.44.258.
- [Release notes](https://github.com/aws/aws-sdk-go/releases)
- [Changelog](https://github.com/aws/aws-sdk-go/blob/main/CHANGELOG_PENDING.md)
- [Commits](aws/aws-sdk-go@v1.44.244...v1.44.258)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from a team as a code owner May 8, 2023 16:00
@dependabot dependabot bot requested review from liubin, anjia0532 and KubeStacker May 8, 2023 16:00
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels May 8, 2023
@codecov
Copy link

codecov bot commented May 8, 2023

Codecov Report

Merging #2334 (d902241) into main (10de8e0) will decrease coverage by 0.03%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #2334      +/-   ##
==========================================
- Coverage   49.70%   49.67%   -0.03%     
==========================================
  Files         147      147              
  Lines       19636    19636              
==========================================
- Hits         9760     9755       -5     
- Misses       9263     9269       +6     
+ Partials      613      612       -1     
Flag Coverage Δ
Object-compatibility-e2etests ?
e2etests ?
unittests 49.67% <ø> (-0.03%) ⬇️

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

see 4 files with indirect coverage changes

Copy link
Member

@gaius-qi gaius-qi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@gaius-qi gaius-qi merged commit 63e9e43 into main May 9, 2023
@gaius-qi gaius-qi deleted the dependabot/go_modules/github.com/aws/aws-sdk-go-1.44.258 branch May 9, 2023 03:12
lilongfeng0902 pushed a commit to lilongfeng0902/Dragonfly2 that referenced this pull request May 15, 2023
…dragonflyoss#2334)

Bumps [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) from 1.44.244 to 1.44.258.
- [Release notes](https://github.com/aws/aws-sdk-go/releases)
- [Changelog](https://github.com/aws/aws-sdk-go/blob/main/CHANGELOG_PENDING.md)
- [Commits](aws/aws-sdk-go@v1.44.244...v1.44.258)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: 李龙峰 <[email protected]>
gaius-qi pushed a commit that referenced this pull request Jun 28, 2023
…#2334)

Bumps [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) from 1.44.244 to 1.44.258.
- [Release notes](https://github.com/aws/aws-sdk-go/releases)
- [Changelog](https://github.com/aws/aws-sdk-go/blob/main/CHANGELOG_PENDING.md)
- [Commits](aws/aws-sdk-go@v1.44.244...v1.44.258)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
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