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 gomodupdates group in /providers/aws with 11 updates #4991

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 16, 2024

Bumps the gomodupdates group in /providers/aws with 11 updates:

Package From To
github.com/aws/aws-sdk-go-v2/service/applicationautoscaling 1.34.1 1.34.2
github.com/aws/aws-sdk-go-v2/service/cloudtrail 1.46.2 1.46.3
github.com/aws/aws-sdk-go-v2/service/codebuild 1.49.2 1.49.3
github.com/aws/aws-sdk-go-v2/service/databasemigrationservice 1.44.5 1.45.0
github.com/aws/aws-sdk-go-v2/service/ec2 1.195.0 1.197.0
github.com/aws/aws-sdk-go-v2/service/ecs 1.52.1 1.52.2
github.com/aws/aws-sdk-go-v2/service/eks 1.53.0 1.54.0
github.com/aws/aws-sdk-go-v2/service/guardduty 1.52.0 1.52.1
github.com/aws/aws-sdk-go-v2/service/organizations 1.36.0 1.36.1
github.com/aws/aws-sdk-go-v2/service/timestreaminfluxdb 1.6.7 1.7.0
k8s.io/client-go 0.31.3 0.32.0

Updates github.com/aws/aws-sdk-go-v2/service/applicationautoscaling from 1.34.1 to 1.34.2

Commits

Updates github.com/aws/aws-sdk-go-v2/service/cloudtrail from 1.46.2 to 1.46.3

Commits

Updates github.com/aws/aws-sdk-go-v2/service/codebuild from 1.49.2 to 1.49.3

Commits

Updates github.com/aws/aws-sdk-go-v2/service/databasemigrationservice from 1.44.5 to 1.45.0

Commits

Updates github.com/aws/aws-sdk-go-v2/service/ec2 from 1.195.0 to 1.197.0

Commits

Updates github.com/aws/aws-sdk-go-v2/service/ecs from 1.52.1 to 1.52.2

Commits

Updates github.com/aws/aws-sdk-go-v2/service/eks from 1.53.0 to 1.54.0

Commits

Updates github.com/aws/aws-sdk-go-v2/service/guardduty from 1.52.0 to 1.52.1

Commits

Updates github.com/aws/aws-sdk-go-v2/service/organizations from 1.36.0 to 1.36.1

Commits

Updates github.com/aws/aws-sdk-go-v2/service/timestreaminfluxdb from 1.6.7 to 1.7.0

Changelog

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

Release (2021-06-25)

General Highlights

  • Feature: Updated github.com/aws/smithy-go to latest version
  • Dependency Update: Updated to the latest SDK module versions

Module Highlights

  • github.com/aws/aws-sdk-go-v2: v1.7.0
    • Feature: Adds configuration values for enabling endpoint discovery.
    • Bug Fix: Keep Object-Lock headers a header when presigning Sigv4 signing requests
  • github.com/aws/aws-sdk-go-v2/config: v1.4.0
    • Feature: Adds configuration setting for enabling endpoint discovery.
  • github.com/aws/aws-sdk-go-v2/credentials: v1.3.0
    • Bug Fix: Fixed example usages of aws.CredentialsCache (#1275)
  • github.com/aws/aws-sdk-go-v2/feature/cloudfront/sign: v1.2.0
    • Feature: Add UnmarshalJSON for AWSEpochTime to correctly unmarshal AWSEpochTime, (#1298)
  • github.com/aws/aws-sdk-go-v2/internal/configsources: v1.0.0
    • Release: Release new modules
  • github.com/aws/aws-sdk-go-v2/service/amp: v1.2.0
    • Feature: API client updated
  • github.com/aws/aws-sdk-go-v2/service/amplify: v1.3.0
    • Feature: API client updated
  • github.com/aws/aws-sdk-go-v2/service/amplifybackend: v1.2.0
    • Feature: API client updated
  • github.com/aws/aws-sdk-go-v2/service/appflow: v1.5.0
    • Feature: API client updated
  • github.com/aws/aws-sdk-go-v2/service/appmesh: v1.4.0
    • Feature: API client updated
  • github.com/aws/aws-sdk-go-v2/service/chime: v1.5.0
    • Feature: API client updated
  • github.com/aws/aws-sdk-go-v2/service/cloud9: v1.5.0
    • Feature: API client updated
  • github.com/aws/aws-sdk-go-v2/service/cloudformation: v1.6.0
    • Feature: API client updated
  • github.com/aws/aws-sdk-go-v2/service/cloudfront: v1.6.0
    • Feature: API client updated
  • github.com/aws/aws-sdk-go-v2/service/cloudsearch: v1.4.0
    • Feature: API client updated
  • github.com/aws/aws-sdk-go-v2/service/cloudwatch: v1.5.0
    • Feature: API client updated
  • github.com/aws/aws-sdk-go-v2/service/cloudwatchevents: v1.5.0
    • Feature: API client updated
  • github.com/aws/aws-sdk-go-v2/service/codebuild: v1.5.0
    • Feature: API client updated
  • github.com/aws/aws-sdk-go-v2/service/codegurureviewer: v1.5.0
    • Feature: API client updated
  • github.com/aws/aws-sdk-go-v2/service/cognitoidentity: v1.4.0
    • Feature: API client updated
  • github.com/aws/aws-sdk-go-v2/service/cognitoidentityprovider: v1.4.0
    • Feature: API client updated

... (truncated)

Commits
  • 431a408 Release 2021-06-25
  • 5393f4a Updated smithy-go dependency version
  • d96de3a Update API Models, adds change log for release, pins protocol test to exclude...
  • e216071 aws/signer/v4: Keep Object-Lock headers a header in presigning signing reques...
  • 77ed784 feature/cloudfront/sign: Add json Unmarshal for AWSEpochTime (#1298)
  • d00f3da credentials: Fix aws.CredentialsCache code usage examples (#1275)
  • 7cdbfce Update README to point to the consolidated Changelog file (#1305)
  • cd60ebc feature/s3/manager: Fix typo in Downloader (#1304)
  • 1d868df Endpoint discovery support (#1263)
  • 39470b2 Release 2021-06-11
  • Additional commits viewable in compare view

Updates k8s.io/client-go from 0.31.3 to 0.32.0

Commits
  • 0d55461 Update dependencies to v0.32.0 tag
  • 4765ade Merge remote-tracking branch 'origin/master' into release-1.32
  • 692a511 Drop use of winreadlinkvolume godebug option
  • 9df5099 Merge remote-tracking branch 'origin/master' into release-1.32
  • 120beb2 Revert to go1.22 windows filesystem stdlib behavior
  • 55d23e2 Align fake client-go clients with the main interface
  • 646e79b Run codegen
  • c475fe0 Generify fake clientsets
  • 955401c Merge pull request #128407 from ndixita/pod-level-resources
  • eddb107 Merge pull request #127857 from Jefftree/cle-v1alpha2
  • Additional commits viewable in compare view

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 gomodupdates group in /providers/aws with 11 updates:

| Package | From | To |
| --- | --- | --- |
| [github.com/aws/aws-sdk-go-v2/service/applicationautoscaling](https://github.com/aws/aws-sdk-go-v2) | `1.34.1` | `1.34.2` |
| [github.com/aws/aws-sdk-go-v2/service/cloudtrail](https://github.com/aws/aws-sdk-go-v2) | `1.46.2` | `1.46.3` |
| [github.com/aws/aws-sdk-go-v2/service/codebuild](https://github.com/aws/aws-sdk-go-v2) | `1.49.2` | `1.49.3` |
| [github.com/aws/aws-sdk-go-v2/service/databasemigrationservice](https://github.com/aws/aws-sdk-go-v2) | `1.44.5` | `1.45.0` |
| [github.com/aws/aws-sdk-go-v2/service/ec2](https://github.com/aws/aws-sdk-go-v2) | `1.195.0` | `1.197.0` |
| [github.com/aws/aws-sdk-go-v2/service/ecs](https://github.com/aws/aws-sdk-go-v2) | `1.52.1` | `1.52.2` |
| [github.com/aws/aws-sdk-go-v2/service/eks](https://github.com/aws/aws-sdk-go-v2) | `1.53.0` | `1.54.0` |
| [github.com/aws/aws-sdk-go-v2/service/guardduty](https://github.com/aws/aws-sdk-go-v2) | `1.52.0` | `1.52.1` |
| [github.com/aws/aws-sdk-go-v2/service/organizations](https://github.com/aws/aws-sdk-go-v2) | `1.36.0` | `1.36.1` |
| [github.com/aws/aws-sdk-go-v2/service/timestreaminfluxdb](https://github.com/aws/aws-sdk-go-v2) | `1.6.7` | `1.7.0` |
| [k8s.io/client-go](https://github.com/kubernetes/client-go) | `0.31.3` | `0.32.0` |


Updates `github.com/aws/aws-sdk-go-v2/service/applicationautoscaling` from 1.34.1 to 1.34.2
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@service/s3/v1.34.1...service/sqs/v1.34.2)

Updates `github.com/aws/aws-sdk-go-v2/service/cloudtrail` from 1.46.2 to 1.46.3
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@service/rds/v1.46.2...service/ecs/v1.46.3)

Updates `github.com/aws/aws-sdk-go-v2/service/codebuild` from 1.49.2 to 1.49.3
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@service/ecs/v1.49.2...service/eks/v1.49.3)

Updates `github.com/aws/aws-sdk-go-v2/service/databasemigrationservice` from 1.44.5 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.5...service/s3/v1.45.0)

Updates `github.com/aws/aws-sdk-go-v2/service/ec2` from 1.195.0 to 1.197.0
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@service/ec2/v1.195.0...service/ec2/v1.197.0)

Updates `github.com/aws/aws-sdk-go-v2/service/ecs` from 1.52.1 to 1.52.2
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@service/s3/v1.52.1...service/ecs/v1.52.2)

Updates `github.com/aws/aws-sdk-go-v2/service/eks` from 1.53.0 to 1.54.0
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@service/s3/v1.53.0...service/s3/v1.54.0)

Updates `github.com/aws/aws-sdk-go-v2/service/guardduty` from 1.52.0 to 1.52.1
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@service/s3/v1.52.0...service/s3/v1.52.1)

Updates `github.com/aws/aws-sdk-go-v2/service/organizations` from 1.36.0 to 1.36.1
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@service/s3/v1.36.0...service/emr/v1.36.1)

Updates `github.com/aws/aws-sdk-go-v2/service/timestreaminfluxdb` from 1.6.7 to 1.7.0
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/v1.7.0/CHANGELOG.md)
- [Commits](aws/aws-sdk-go-v2@service/rum/v1.6.7...v1.7.0)

Updates `k8s.io/client-go` from 0.31.3 to 0.32.0
- [Changelog](https://github.com/kubernetes/client-go/blob/master/CHANGELOG.md)
- [Commits](kubernetes/client-go@v0.31.3...v0.32.0)

---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go-v2/service/applicationautoscaling
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gomodupdates
- dependency-name: github.com/aws/aws-sdk-go-v2/service/cloudtrail
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gomodupdates
- dependency-name: github.com/aws/aws-sdk-go-v2/service/codebuild
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gomodupdates
- dependency-name: github.com/aws/aws-sdk-go-v2/service/databasemigrationservice
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomodupdates
- dependency-name: github.com/aws/aws-sdk-go-v2/service/ec2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomodupdates
- dependency-name: github.com/aws/aws-sdk-go-v2/service/ecs
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gomodupdates
- dependency-name: github.com/aws/aws-sdk-go-v2/service/eks
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomodupdates
- dependency-name: github.com/aws/aws-sdk-go-v2/service/guardduty
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gomodupdates
- dependency-name: github.com/aws/aws-sdk-go-v2/service/organizations
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gomodupdates
- dependency-name: github.com/aws/aws-sdk-go-v2/service/timestreaminfluxdb
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomodupdates
- dependency-name: k8s.io/client-go
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomodupdates
...

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 Dec 16, 2024
Copy link
Contributor

Test Results

3 171 tests  ±0   3 169 ✅ ±0   1m 44s ⏱️ -10s
  379 suites ±0       2 💤 ±0 
   29 files   ±0       0 ❌ ±0 

Results for commit d526b15. ± Comparison against base commit fee2739.

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.

0 participants