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

build(deps): bump the aws-sdk-go-v2 group across 1 directory with 7 updates #39679

Merged
merged 2 commits into from
Oct 11, 2024

Commits on Oct 11, 2024

  1. build(deps): bump the aws-sdk-go-v2 group across 1 directory with 7 u…

    …pdates
    
    Bumps the aws-sdk-go-v2 group with 7 updates in the / directory:
    
    | Package | From | To |
    | --- | --- | --- |
    | [github.com/aws/aws-sdk-go-v2/service/acmpca](https://github.com/aws/aws-sdk-go-v2) | `1.37.2` | `1.37.3` |
    | [github.com/aws/aws-sdk-go-v2/service/databasemigrationservice](https://github.com/aws/aws-sdk-go-v2) | `1.42.2` | `1.43.0` |
    | [github.com/aws/aws-sdk-go-v2/service/ec2](https://github.com/aws/aws-sdk-go-v2) | `1.181.2` | `1.182.0` |
    | [github.com/aws/aws-sdk-go-v2/service/ecs](https://github.com/aws/aws-sdk-go-v2) | `1.47.2` | `1.47.3` |
    | [github.com/aws/aws-sdk-go-v2/service/neptunegraph](https://github.com/aws/aws-sdk-go-v2) | `1.13.2` | `1.14.0` |
    | [github.com/aws/aws-sdk-go-v2/service/outposts](https://github.com/aws/aws-sdk-go-v2) | `1.44.2` | `1.45.0` |
    | [github.com/aws/aws-sdk-go-v2/service/route53resolver](https://github.com/aws/aws-sdk-go-v2) | `1.32.2` | `1.33.0` |
    
    
    
    Updates `github.com/aws/aws-sdk-go-v2/service/acmpca` from 1.37.2 to 1.37.3
    - [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
    - [Commits](aws/aws-sdk-go-v2@service/ssm/v1.37.2...service/ssm/v1.37.3)
    
    Updates `github.com/aws/aws-sdk-go-v2/service/databasemigrationservice` from 1.42.2 to 1.43.0
    - [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
    - [Commits](aws/aws-sdk-go-v2@service/s3/v1.42.2...service/s3/v1.43.0)
    
    Updates `github.com/aws/aws-sdk-go-v2/service/ec2` from 1.181.2 to 1.182.0
    - [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
    - [Commits](aws/aws-sdk-go-v2@service/ec2/v1.181.2...service/ec2/v1.182.0)
    
    Updates `github.com/aws/aws-sdk-go-v2/service/ecs` from 1.47.2 to 1.47.3
    - [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
    - [Commits](aws/aws-sdk-go-v2@service/s3/v1.47.2...service/s3/v1.47.3)
    
    Updates `github.com/aws/aws-sdk-go-v2/service/neptunegraph` from 1.13.2 to 1.14.0
    - [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
    - [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/v1.14.0/CHANGELOG.md)
    - [Commits](aws/aws-sdk-go-v2@service/m2/v1.13.2...v1.14.0)
    
    Updates `github.com/aws/aws-sdk-go-v2/service/outposts` from 1.44.2 to 1.45.0
    - [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
    - [Commits](aws/aws-sdk-go-v2@service/ssm/v1.44.2...service/s3/v1.45.0)
    
    Updates `github.com/aws/aws-sdk-go-v2/service/route53resolver` from 1.32.2 to 1.33.0
    - [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
    - [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/service/s3/v1.33.0/CHANGELOG.md)
    - [Commits](aws/aws-sdk-go-v2@v1.32.2...service/s3/v1.33.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/aws/aws-sdk-go-v2/service/acmpca
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: aws-sdk-go-v2
    - dependency-name: github.com/aws/aws-sdk-go-v2/service/databasemigrationservice
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: aws-sdk-go-v2
    - dependency-name: github.com/aws/aws-sdk-go-v2/service/ec2
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: aws-sdk-go-v2
    - dependency-name: github.com/aws/aws-sdk-go-v2/service/ecs
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: aws-sdk-go-v2
    - dependency-name: github.com/aws/aws-sdk-go-v2/service/neptunegraph
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: aws-sdk-go-v2
    - dependency-name: github.com/aws/aws-sdk-go-v2/service/outposts
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: aws-sdk-go-v2
    - dependency-name: github.com/aws/aws-sdk-go-v2/service/route53resolver
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: aws-sdk-go-v2
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Oct 11, 2024
    Configuration menu
    Copy the full SHA
    52117c8 View commit details
    Browse the repository at this point in the history
  2. chore: make clean-tidy

    jar-b committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    7cb110d View commit details
    Browse the repository at this point in the history