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 aws group with 24 updates #2058

Merged
merged 1 commit into from
Mar 25, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 25, 2024

Bumps the aws group with 24 updates:

Package From To
github.com/aws/aws-sdk-go 1.50.35 1.51.6
github.com/aws/aws-sdk-go-v2 1.25.3 1.26.0
github.com/aws/aws-sdk-go-v2/config 1.27.7 1.27.9
github.com/aws/aws-sdk-go-v2/credentials 1.17.7 1.17.9
github.com/aws/aws-sdk-go-v2/feature/ec2/imds 1.15.3 1.16.0
github.com/aws/aws-sdk-go-v2/service/accessanalyzer 1.28.3 1.29.0
github.com/aws/aws-sdk-go-v2/service/autoscaling 1.40.3 1.40.4
github.com/aws/aws-sdk-go-v2/service/cloudformation 1.47.1 1.48.0
github.com/aws/aws-sdk-go-v2/service/cloudtrail 1.39.0 1.39.1
github.com/aws/aws-sdk-go-v2/service/cloudwatch 1.36.2 1.36.3
github.com/aws/aws-sdk-go-v2/service/cloudwatchlogs 1.34.3 1.35.0
github.com/aws/aws-sdk-go-v2/service/configservice 1.46.2 1.46.3
github.com/aws/aws-sdk-go-v2/service/ec2 1.150.0 1.152.0
github.com/aws/aws-sdk-go-v2/service/ecr 1.27.2 1.27.3
github.com/aws/aws-sdk-go-v2/service/elasticloadbalancing 1.24.2 1.24.3
github.com/aws/aws-sdk-go-v2/service/iam 1.31.2 1.31.3
github.com/aws/aws-sdk-go-v2/service/kms 1.29.2 1.30.0
github.com/aws/aws-sdk-go-v2/service/organizations 1.27.1 1.27.2
github.com/aws/aws-sdk-go-v2/service/rds 1.75.1 1.76.0
github.com/aws/aws-sdk-go-v2/service/s3 1.51.4 1.53.0
github.com/aws/aws-sdk-go-v2/service/s3control 1.44.2 1.44.3
github.com/aws/aws-sdk-go-v2/service/securityhub 1.46.2 1.47.0
github.com/aws/aws-sdk-go-v2/service/sns 1.29.2 1.29.3
github.com/aws/aws-sdk-go-v2/service/sts 1.28.4 1.28.5

Updates github.com/aws/aws-sdk-go from 1.50.35 to 1.51.6

Release notes

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

Release v1.51.6 (2024-03-22)

Service Client Updates

  • service/firehose: Updates service documentation
    • Updates Amazon Firehose documentation for message regarding Enforcing Tags IAM Policy.
  • service/kendra: Updates service documentation
    • Documentation update, March 2024. Corrects some docs for Amazon Kendra.
  • service/pricing: Updates service API and documentation
  • service/rolesanywhere: Updates service API and documentation
  • service/securityhub: Updates service API and documentation

Release v1.51.5 (2024-03-21)

Service Client Updates

  • service/codeartifact: Updates service API, documentation, and paginators

Release v1.51.4 (2024-03-20)

Service Client Updates

  • service/accessanalyzer: Updates service API and documentation
  • service/codebuild: Updates service documentation
    • This release adds support for new webhook events (RELEASED and PRERELEASED) and filter types (TAG_NAME and RELEASE_NAME).
  • service/connect: Updates service API and documentation
  • service/dynamodb: Updates service API, documentation, waiters, paginators, and examples
    • This release introduces 3 new APIs ('GetResourcePolicy', 'PutResourcePolicy' and 'DeleteResourcePolicy') and modifies the existing 'CreateTable' API for the resource-based policy support. It also modifies several APIs to accept a 'TableArn' for the 'TableName' parameter.
  • service/managedblockchain-query: Updates service API and documentation
  • service/savingsplans: Updates service API and documentation

Release v1.51.3 (2024-03-19)

Service Client Updates

  • service/cloudformation: Updates service documentation
    • Documentation update, March 2024. Corrects some formatting.
  • service/ec2: Updates service API, documentation, and paginators
    • This release adds the new DescribeMacHosts API operation for getting information about EC2 Mac Dedicated Hosts. Users can now see the latest macOS versions that their underlying Apple Mac can support without needing to be updated.
  • service/finspace: Updates service API and documentation
  • service/logs: Updates service API and documentation
    • Update LogSamples field in Anomaly model to be a list of LogEvent
  • service/managedblockchain-query: Updates service API, documentation, and paginators

Release v1.51.2 (2024-03-18)

Service Client Updates

  • service/cloudformation: Updates service API and documentation
    • This release supports for a new API ListStackSetAutoDeploymentTargets, which provider auto-deployment configuration as a describable resource. Customers can now view the specific combinations of regions and OUs that are being auto-deployed.

... (truncated)

Commits

Updates github.com/aws/aws-sdk-go-v2 from 1.25.3 to 1.26.0

Commits

Updates github.com/aws/aws-sdk-go-v2/config from 1.27.7 to 1.27.9

Commits

Updates github.com/aws/aws-sdk-go-v2/credentials from 1.17.7 to 1.17.9

Commits

Updates github.com/aws/aws-sdk-go-v2/feature/ec2/imds from 1.15.3 to 1.16.0

Changelog

Sourced from github.com/aws/aws-sdk-go-v2/feature/ec2/imds's changelog.

Release (2022-03-23)

General Highlights

  • Dependency Update: Updated to the latest SDK module versions

Module Highlights

  • github.com/aws/aws-sdk-go-v2: v1.16.0
    • Feature: Update CredentialsCache to make use of two new optional CredentialsProvider interfaces to give the cache, per provider, behavior how the cache handles credentials that fail to refresh, and adjusting expires time. See aws.CredentialsCache for more details.
    • Feature: Update ec2rolecreds package's Provider to implememnt support for CredentialsCache new optional caching strategy interfaces, HandleFailRefreshCredentialsCacheStrategy and AdjustExpiresByCredentialsCacheStrategy.
  • github.com/aws/aws-sdk-go-v2/credentials: v1.11.0
    • Feature: Update ec2rolecreds package's Provider to implememnt support for CredentialsCache new optional caching strategy interfaces, HandleFailRefreshCredentialsCacheStrategy and AdjustExpiresByCredentialsCacheStrategy.
  • github.com/aws/aws-sdk-go-v2/service/auditmanager: v1.18.0
    • Feature: This release updates 1 API parameter, the SnsArn attribute. The character length and regex pattern for the SnsArn attribute have been updated, which enables you to deselect an SNS topic when using the UpdateSettings operation.
  • github.com/aws/aws-sdk-go-v2/service/ebs: v1.15.0
    • Feature: Increased the maximum supported value for the Timeout parameter of the StartSnapshot API from 60 minutes to 4320 minutes. Changed the HTTP error code for ConflictException from 503 to 409.
  • github.com/aws/aws-sdk-go-v2/service/elasticache: v1.20.2
    • Documentation: Doc only update for ElastiCache
  • github.com/aws/aws-sdk-go-v2/service/gamesparks: v1.0.0
    • Release: New AWS service client module
    • Feature: Released the preview of Amazon GameSparks, a fully managed AWS service that provides a multi-service backend for game developers.
  • github.com/aws/aws-sdk-go-v2/service/redshift: v1.22.0
    • Feature: This release adds a new [--encrypted | --no-encrypted] field in restore-from-cluster-snapshot API. Customers can now restore an unencrypted snapshot to a cluster encrypted with AWS Managed Key or their own KMS key.
  • github.com/aws/aws-sdk-go-v2/service/ssm: v1.23.0
    • Feature: Update AddTagsToResource, ListTagsForResource, and RemoveTagsFromResource APIs to reflect the support for tagging Automation resources. Includes other minor documentation updates.
  • github.com/aws/aws-sdk-go-v2/service/transfer: v1.18.1
    • Documentation: Documentation updates for AWS Transfer Family to describe how to remove an associated workflow from a server.

Release (2022-03-22)

Module Highlights

  • github.com/aws/aws-sdk-go-v2/service/costexplorer: v1.18.0
    • Feature: Added three new APIs to support tagging and resource-level authorization on Cost Explorer resources: TagResource, UntagResource, ListTagsForResource. Added optional parameters to CreateCostCategoryDefinition, CreateAnomalySubscription and CreateAnomalyMonitor APIs to support Tag On Create.
  • github.com/aws/aws-sdk-go-v2/service/ecs: v1.18.2
    • Documentation: Documentation only update to address tickets
  • github.com/aws/aws-sdk-go-v2/service/lakeformation: v1.16.0
    • Feature: The release fixes the incorrect permissions called out in the documentation - DESCRIBE_TAG, ASSOCIATE_TAG, DELETE_TAG, ALTER_TAG. This trebuchet release fixes the corresponding SDK and documentation.
  • github.com/aws/aws-sdk-go-v2/service/location: v1.16.0
    • Feature: Amazon Location Service now includes a MaxResults parameter for GetDevicePositionHistory requests.
  • github.com/aws/aws-sdk-go-v2/service/polly: v1.14.0
    • Feature: Amazon Polly adds new Catalan voice - Arlet. Arlet is available as Neural voice only.

Release (2022-03-21)

Module Highlights

  • github.com/aws/aws-sdk-go-v2/service/chimesdkmeetings: v1.8.0
    • Feature: Add support for media replication to link multiple WebRTC media sessions together to reach larger and global audiences. Participants connected to a replica session can be granted access to join the primary session and can switch sessions with their existing WebRTC connection
  • github.com/aws/aws-sdk-go-v2/service/ecr: v1.17.0
    • Feature: This release includes a fix in the DescribeImageScanFindings paginated output.
  • github.com/aws/aws-sdk-go-v2/service/mediaconnect: v1.16.0
    • Feature: This release adds support for selecting a maintenance window.

... (truncated)

Commits

Updates github.com/aws/aws-sdk-go-v2/service/accessanalyzer from 1.28.3 to 1.29.0

Changelog

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

Release (2022-10-21)

General Highlights

  • Dependency Update: Updated to the latest SDK module versions

Module Highlights

  • github.com/aws/aws-sdk-go-v2: v1.17.0
    • Feature: Adds aws.IsCredentialsProvider for inspecting CredentialProvider types when needing to determine if the underlying implementation type matches a target type. This resolves an issue where CredentialsCache could mask AnonymousCredentials providers, breaking downstream detection logic.
  • github.com/aws/aws-sdk-go-v2/service/cognitoidentityprovider: v1.21.0
    • Feature: This release adds a new "DeletionProtection" field to the UserPool in Cognito. Application admins can configure this value with either ACTIVE or INACTIVE value. Setting this field to ACTIVE will prevent a user pool from accidental deletion.
  • github.com/aws/aws-sdk-go-v2/service/eventbridge: v1.16.16
    • Bug Fix: The SDK client has been updated to utilize the aws.IsCredentialsProvider function for determining if aws.AnonymousCredentials has been configured for the CredentialProvider.
  • github.com/aws/aws-sdk-go-v2/service/s3: v1.29.0
    • Feature: S3 on Outposts launches support for automatic bucket-style alias. You can use the automatic access point alias instead of an access point ARN for any object-level operation in an Outposts bucket.
    • Bug Fix: The SDK client has been updated to utilize the aws.IsCredentialsProvider function for determining if aws.AnonymousCredentials has been configured for the CredentialProvider.
  • github.com/aws/aws-sdk-go-v2/service/sagemaker: v1.49.0
    • Feature: CreateInferenceRecommenderjob API now supports passing endpoint details directly, that will help customers to identify the max invocation and max latency they can achieve for their model and the associated endpoint along with getting recommendations on other instances.
  • github.com/aws/aws-sdk-go-v2/service/sts: v1.17.0
    • Feature: Add presign functionality for sts:AssumeRole operation

Release (2022-10-20)

Module Highlights

  • github.com/aws/aws-sdk-go-v2/service/devopsguru: v1.20.0
    • Feature: This release adds information about the resources DevOps Guru is analyzing.
  • github.com/aws/aws-sdk-go-v2/service/globalaccelerator: v1.15.0
    • Feature: Global Accelerator now supports AddEndpoints and RemoveEndpoints operations for standard endpoint groups.
  • github.com/aws/aws-sdk-go-v2/service/resiliencehub: v1.7.0
    • Feature: In this release, we are introducing support for regional optimization for AWS Resilience Hub applications. It also includes a few documentation updates to improve clarity.
  • github.com/aws/aws-sdk-go-v2/service/rum: v1.7.0
    • Feature: CloudWatch RUM now supports Extended CloudWatch Metrics with Additional Dimensions

Release (2022-10-19)

General Highlights

  • Dependency Update: Updated to the latest SDK module versions

Module Highlights

  • github.com/aws/aws-sdk-go-v2/service/chimesdkmessaging: v1.11.6
    • Documentation: Documentation updates for Chime Messaging SDK
  • github.com/aws/aws-sdk-go-v2/service/cloudtrail: v1.19.0
    • Feature: This release includes support for exporting CloudTrail Lake query results to an Amazon S3 bucket.
  • github.com/aws/aws-sdk-go-v2/service/configservice: v1.27.0
    • Feature: This release adds resourceType enums for AppConfig, AppSync, DataSync, EC2, EKS, Glue, GuardDuty, SageMaker, ServiceDiscovery, SES, Route53 types.
  • github.com/aws/aws-sdk-go-v2/service/connect: v1.33.0
    • Feature: This release adds API support for managing phone numbers that can be used across multiple AWS regions through telephony traffic distribution.
  • github.com/aws/aws-sdk-go-v2/service/managedblockchain: v1.13.0
    • Feature: Adding new Accessor APIs for Amazon Managed Blockchain
  • github.com/aws/aws-sdk-go-v2/service/s3: v1.28.0
    • Feature: Updates internal logic for constructing API endpoints. We have added rule-based endpoints and internal model parameters.

... (truncated)

Commits

Updates github.com/aws/aws-sdk-go-v2/service/autoscaling from 1.40.3 to 1.40.4

Commits

Updates github.com/aws/aws-sdk-go-v2/service/cloudformation from 1.47.1 to 1.48.0

Commits

Updates github.com/aws/aws-sdk-go-v2/service/cloudtrail from 1.39.0 to 1.39.1

Commits

Updates github.com/aws/aws-sdk-go-v2/service/cloudwatch from 1.36.2 to 1.36.3

Commits

Updates github.com/aws/aws-sdk-go-v2/service/cloudwatchlogs from 1.34.3 to 1.35.0

Changelog

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

Release (2023-06-16)

General Highlights

  • Dependency Update: Updated to the latest SDK module versions

Module Highlights

  • github.com/aws/aws-sdk-go-v2/service/applicationdiscoveryservice: v1.16.0
    • Feature: Add Amazon EC2 instance recommendations export
  • github.com/aws/aws-sdk-go-v2/service/connect: v1.59.0
    • Feature: Updates the *InstanceStorageConfig APIs to support a new ResourceType: SCREEN_RECORDINGS to enable screen recording and specify the storage configurations for publishing the recordings. Also updates DescribeInstance and ListInstances APIs to include InstanceAccessUrl attribute in the API response.
  • github.com/aws/aws-sdk-go-v2/service/iam: v1.20.3
    • Documentation: Documentation updates for AWS Identity and Access Management (IAM).
  • github.com/aws/aws-sdk-go-v2/service/s3: v1.35.0
    • Feature: This release adds SDK support for request-payer request header and request-charged response header in the "GetBucketAccelerateConfiguration", "ListMultipartUploads", "ListObjects", "ListObjectsV2" and "ListObjectVersions" S3 APIs.

Release (2023-06-15)

General Highlights

  • Dependency Update: Updated to the latest SDK module versions

Module Highlights

  • github.com/aws/aws-sdk-go-v2/service/auditmanager: v1.25.0
    • Feature: This release introduces 2 Audit Manager features: CSV exports and new manual evidence options. You can now export your evidence finder results in CSV format. In addition, you can now add manual evidence to a control by entering free-form text or uploading a file from your browser.
  • github.com/aws/aws-sdk-go-v2/service/efs: v1.20.3
    • Documentation: Documentation updates for EFS.
  • github.com/aws/aws-sdk-go-v2/service/guardduty: v1.23.2
    • Documentation: Updated descriptions for some APIs.
  • github.com/aws/aws-sdk-go-v2/service/location: v1.24.0
    • Feature: Amazon Location Service adds categories to places, including filtering on those categories in searches. Also, you can now add metadata properties to your geofences.

Release (2023-06-13)

General Highlights

  • Dependency Update: Updated to the latest SDK module versions

Module Highlights

  • github.com/aws/aws-sdk-go-v2/service/cloudtrail: v1.27.0
    • Feature: This feature allows users to view dashboards for CloudTrail Lake event data stores.
  • github.com/aws/aws-sdk-go-v2/service/codegurusecurity: v1.0.0
    • Release: New AWS service client module
    • Feature: Initial release of Amazon CodeGuru Security APIs
  • github.com/aws/aws-sdk-go-v2/service/drs: v1.14.0
    • Feature: Added APIs to support network replication and recovery using AWS Elastic Disaster Recovery.
  • github.com/aws/aws-sdk-go-v2/service/ec2: v1.100.0
    • Feature: This release introduces a new feature, EC2 Instance Connect Endpoint, that enables you to connect to a resource over TCP, without requiring the resource to have a public IPv4 address.
  • github.com/aws/aws-sdk-go-v2/service/imagebuilder: v1.23.5
    • Documentation: Change the Image Builder ImagePipeline dateNextRun field to more accurately describe the data.
  • github.com/aws/aws-sdk-go-v2/service/lightsail: v1.27.0
    • Feature: This release adds pagination for the Get Certificates API operation.
  • github.com/aws/aws-sdk-go-v2/service/s3: v1.34.0

... (truncated)

Commits

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

Commits

Updates github.com/aws/aws-sdk-go-v2/service/ec2 from 1.150.0 to 1.152.0

Commits

Updates github.com/aws/aws-sdk-go-v2/service/ecr from 1.27.2 to 1.27.3

Commits

Updates github.com/aws/aws-sdk-go-v2/service/elasticloadbalancing from 1.24.2 to 1.24.3

Commits

Updates github.com/aws/aws-sdk-go-v2/service/iam from 1.31.2 to 1.31.3

Commits
  • fcc0f5d Release 2023-04-10
  • cd750e0 Regenerated Clients
  • 1bc2f05 Update endpoints model
  • b964f5c Update API model
  • fd69015 fix APIGW exports nullability exceptions
  • fae239a Merge pull request #2089 from aws/auditAccessibility
  • acf33a2 Update aws-sdk-go-v2's comment codegened from Smithy Go's updated document sm...
  • 27360c1 fix APIGW exports nullability exceptions
  • See full diff in compare view

Updates github.com/aws/aws-sdk-go-v2/service/kms from 1.29.2 to 1.30.0

Changelog

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

Release (2023-01-05)

General Highlights

  • Dependency Update: Updated to the latest SDK module versions

Module Highlights

  • github.com/aws/aws-sdk-go-v2/service/accessanalyzer: v1.19.0
    • Feature: Add ErrorCodeOverrideaws/smithy-go#401
  • github.com/aws/aws-sdk-go-v2/service/account: v1.8.0
    • Feature: Add ErrorCodeOverrideaws/smithy-go#401
  • github.com/aws/aws-sdk-go-v2/service/acm: v1.17.0
    • Feature: Add ErrorCodeOverrideaws/smithy-go#401
  • github.com/aws/aws-sdk-go-v2/service/acmpca: v1.20.0
    • Feature: Add ErrorCodeOverrideaws/smithy-go#401
  • github.com/aws/aws-sdk-go-v2/service/alexaforbusiness: v1.15.0
    • Feature: Add ErrorCodeOverrideaws/smithy-go#401
  • github.com/aws/aws-sdk-go-v2/service/amp: v1.16.0
    • Feature: Add ErrorCodeOverrideaws/smithy-go#401
  • github.com/aws/aws-sdk-go-v2/service/amplify: v1.13.0
    • Feature: Add ErrorCodeOverrideaws/smithy-go#401
  • github.com/aws/aws-sdk-go-v2/service/amplifybackend: v1.14.0
    • Feature: Add ErrorCodeOverrideaws/smithy-go#401
    • Feature: Updated GetBackendAPIModels response to include ModelIntrospectionSchema json string
  • github.com/aws/aws-sdk-go-v2/service/amplifyuibuilder: v1.9.0
    • Feature: Add ErrorCodeOverrideaws/smithy-go#401
  • github.com/aws/aws-sdk-go-v2/service/apigateway: v1.16.0
    • Feature: Add ErrorCodeOverrideaws/smithy-go#401
  • github.com/aws/aws-sdk-go-v2/service/apigatewaymanagementapi: v1.11.0
    • Feature: Add ErrorCodeOverrideaws/smithy-go#401
  • github.com/aws/aws-sdk-go-v2/service/apigatewayv2: v1.13.0
    • Feature: Add ErrorCodeOverrideaws/smithy-go#401
  • github.com/aws/aws-sdk-go-v2/service/appconfig: v1.15.0
    • Feature: Add ErrorCodeOverrideaws/smithy-go#401
  • github.com/aws/aws-sdk-go-v2/service/appconfigdata: v1.5.0
    • Feature: Add ErrorCodeOverrideaws/smithy-go#401
  • github.com/aws/aws-sdk-go-v2/service/appflow: v1.23.0
    • Feature: Add ErrorCodeOverrideaws/smithy-go#401
  • github.com/aws/aws-sdk-go-v2/service/appintegrations: v1.14.0
    • Feature: Add ErrorCodeOverrideaws/smithy-go#401
  • github.com/aws/aws-sdk-go-v2/service/applicationautoscaling: v1.17.0
    • Feature: Add ErrorCodeOverrideaws/smithy-go#401
  • github.com/aws/aws-sdk-go-v2/service/applicationcostprofiler: v1.10.0
    • Feature: Add ErrorCodeOverrideaws/smithy-go#401
  • github.com/aws/aws-sdk-go-v2/service/applicationdiscoveryservice: v1.15.0
    • Feature: Add ErrorCodeOverrideaws/smithy-go#401
  • github.com/aws/aws-sdk-go-v2/service/applicationinsights: v1.17.0
    • Feature: Add ErrorCodeOverrideaws/smithy-go#401
  • github.com/aws/aws-sdk-go-v2/service/appmesh: v1.17.0
    • Feature: Add ErrorCodeOverrideaws/smithy-go#401
  • github.com/aws/aws-sdk-go-v2/service/apprunner: v1.16.0

... (truncated)

Commits

Bumps the aws group with 24 updates:

| Package | From | To |
| --- | --- | --- |
| [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) | `1.50.35` | `1.51.6` |
| [github.com/aws/aws-sdk-go-v2](https://github.com/aws/aws-sdk-go-v2) | `1.25.3` | `1.26.0` |
| [github.com/aws/aws-sdk-go-v2/config](https://github.com/aws/aws-sdk-go-v2) | `1.27.7` | `1.27.9` |
| [github.com/aws/aws-sdk-go-v2/credentials](https://github.com/aws/aws-sdk-go-v2) | `1.17.7` | `1.17.9` |
| [github.com/aws/aws-sdk-go-v2/feature/ec2/imds](https://github.com/aws/aws-sdk-go-v2) | `1.15.3` | `1.16.0` |
| [github.com/aws/aws-sdk-go-v2/service/accessanalyzer](https://github.com/aws/aws-sdk-go-v2) | `1.28.3` | `1.29.0` |
| [github.com/aws/aws-sdk-go-v2/service/autoscaling](https://github.com/aws/aws-sdk-go-v2) | `1.40.3` | `1.40.4` |
| [github.com/aws/aws-sdk-go-v2/service/cloudformation](https://github.com/aws/aws-sdk-go-v2) | `1.47.1` | `1.48.0` |
| [github.com/aws/aws-sdk-go-v2/service/cloudtrail](https://github.com/aws/aws-sdk-go-v2) | `1.39.0` | `1.39.1` |
| [github.com/aws/aws-sdk-go-v2/service/cloudwatch](https://github.com/aws/aws-sdk-go-v2) | `1.36.2` | `1.36.3` |
| [github.com/aws/aws-sdk-go-v2/service/cloudwatchlogs](https://github.com/aws/aws-sdk-go-v2) | `1.34.3` | `1.35.0` |
| [github.com/aws/aws-sdk-go-v2/service/configservice](https://github.com/aws/aws-sdk-go-v2) | `1.46.2` | `1.46.3` |
| [github.com/aws/aws-sdk-go-v2/service/ec2](https://github.com/aws/aws-sdk-go-v2) | `1.150.0` | `1.152.0` |
| [github.com/aws/aws-sdk-go-v2/service/ecr](https://github.com/aws/aws-sdk-go-v2) | `1.27.2` | `1.27.3` |
| [github.com/aws/aws-sdk-go-v2/service/elasticloadbalancing](https://github.com/aws/aws-sdk-go-v2) | `1.24.2` | `1.24.3` |
| [github.com/aws/aws-sdk-go-v2/service/iam](https://github.com/aws/aws-sdk-go-v2) | `1.31.2` | `1.31.3` |
| [github.com/aws/aws-sdk-go-v2/service/kms](https://github.com/aws/aws-sdk-go-v2) | `1.29.2` | `1.30.0` |
| [github.com/aws/aws-sdk-go-v2/service/organizations](https://github.com/aws/aws-sdk-go-v2) | `1.27.1` | `1.27.2` |
| [github.com/aws/aws-sdk-go-v2/service/rds](https://github.com/aws/aws-sdk-go-v2) | `1.75.1` | `1.76.0` |
| [github.com/aws/aws-sdk-go-v2/service/s3](https://github.com/aws/aws-sdk-go-v2) | `1.51.4` | `1.53.0` |
| [github.com/aws/aws-sdk-go-v2/service/s3control](https://github.com/aws/aws-sdk-go-v2) | `1.44.2` | `1.44.3` |
| [github.com/aws/aws-sdk-go-v2/service/securityhub](https://github.com/aws/aws-sdk-go-v2) | `1.46.2` | `1.47.0` |
| [github.com/aws/aws-sdk-go-v2/service/sns](https://github.com/aws/aws-sdk-go-v2) | `1.29.2` | `1.29.3` |
| [github.com/aws/aws-sdk-go-v2/service/sts](https://github.com/aws/aws-sdk-go-v2) | `1.28.4` | `1.28.5` |


Updates `github.com/aws/aws-sdk-go` from 1.50.35 to 1.51.6
- [Release notes](https://github.com/aws/aws-sdk-go/releases)
- [Commits](aws/aws-sdk-go@v1.50.35...v1.51.6)

Updates `github.com/aws/aws-sdk-go-v2` from 1.25.3 to 1.26.0
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@v1.25.3...v1.26.0)

Updates `github.com/aws/aws-sdk-go-v2/config` from 1.27.7 to 1.27.9
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@config/v1.27.7...config/v1.27.9)

Updates `github.com/aws/aws-sdk-go-v2/credentials` from 1.17.7 to 1.17.9
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@v1.17.7...config/v1.17.9)

Updates `github.com/aws/aws-sdk-go-v2/feature/ec2/imds` from 1.15.3 to 1.16.0
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/v1.16.0/CHANGELOG.md)
- [Commits](aws/aws-sdk-go-v2@config/v1.15.3...v1.16.0)

Updates `github.com/aws/aws-sdk-go-v2/service/accessanalyzer` from 1.28.3 to 1.29.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.29.0/CHANGELOG.md)
- [Commits](aws/aws-sdk-go-v2@service/efs/v1.28.3...service/s3/v1.29.0)

Updates `github.com/aws/aws-sdk-go-v2/service/autoscaling` from 1.40.3 to 1.40.4
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@service/rds/v1.40.3...service/rds/v1.40.4)

Updates `github.com/aws/aws-sdk-go-v2/service/cloudformation` from 1.47.1 to 1.48.0
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@service/s3/v1.47.1...service/s3/v1.48.0)

Updates `github.com/aws/aws-sdk-go-v2/service/cloudtrail` from 1.39.0 to 1.39.1
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@service/s3/v1.39.0...service/ecs/v1.39.1)

Updates `github.com/aws/aws-sdk-go-v2/service/cloudwatch` from 1.36.2 to 1.36.3
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@service/fsx/v1.36.2...service/ssm/v1.36.3)

Updates `github.com/aws/aws-sdk-go-v2/service/cloudwatchlogs` from 1.34.3 to 1.35.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.35.0/CHANGELOG.md)
- [Commits](aws/aws-sdk-go-v2@service/emr/v1.34.3...service/s3/v1.35.0)

Updates `github.com/aws/aws-sdk-go-v2/service/configservice` 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/iot/v1.46.2...service/iot/v1.46.3)

Updates `github.com/aws/aws-sdk-go-v2/service/ec2` from 1.150.0 to 1.152.0
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@service/ec2/v1.150.0...service/ec2/v1.152.0)

Updates `github.com/aws/aws-sdk-go-v2/service/ecr` from 1.27.2 to 1.27.3
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@config/v1.27.2...config/v1.27.3)

Updates `github.com/aws/aws-sdk-go-v2/service/elasticloadbalancing` from 1.24.2 to 1.24.3
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@service/pi/v1.24.2...service/pi/v1.24.3)

Updates `github.com/aws/aws-sdk-go-v2/service/iam` from 1.31.2 to 1.31.3
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@service/s3/v1.31.2...service/s3/v1.31.3)

Updates `github.com/aws/aws-sdk-go-v2/service/kms` from 1.29.2 to 1.30.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.30.0/CHANGELOG.md)
- [Commits](aws/aws-sdk-go-v2@service/s3/v1.29.2...service/s3/v1.30.0)

Updates `github.com/aws/aws-sdk-go-v2/service/organizations` from 1.27.1 to 1.27.2
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@config/v1.27.1...config/v1.27.2)

Updates `github.com/aws/aws-sdk-go-v2/service/rds` from 1.75.1 to 1.76.0
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/service/ec2/v1.76.0/CHANGELOG.md)
- [Commits](aws/aws-sdk-go-v2@service/rds/v1.75.1...service/ec2/v1.76.0)

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

Updates `github.com/aws/aws-sdk-go-v2/service/s3control` from 1.44.2 to 1.44.3
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@service/ssm/v1.44.2...service/ssm/v1.44.3)

Updates `github.com/aws/aws-sdk-go-v2/service/securityhub` from 1.46.2 to 1.47.0
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@service/iot/v1.46.2...service/s3/v1.47.0)

Updates `github.com/aws/aws-sdk-go-v2/service/sns` from 1.29.2 to 1.29.3
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@service/s3/v1.29.2...service/s3/v1.29.3)

Updates `github.com/aws/aws-sdk-go-v2/service/sts` from 1.28.4 to 1.28.5
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@service/emr/v1.28.4...service/emr/v1.28.5)

---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: aws
- dependency-name: github.com/aws/aws-sdk-go-v2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: aws
- dependency-name: github.com/aws/aws-sdk-go-v2/config
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: aws
- dependency-name: github.com/aws/aws-sdk-go-v2/credentials
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: aws
- dependency-name: github.com/aws/aws-sdk-go-v2/feature/ec2/imds
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: aws
- dependency-name: github.com/aws/aws-sdk-go-v2/service/accessanalyzer
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: aws
- dependency-name: github.com/aws/aws-sdk-go-v2/service/autoscaling
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: aws
- dependency-name: github.com/aws/aws-sdk-go-v2/service/cloudformation
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: aws
- dependency-name: github.com/aws/aws-sdk-go-v2/service/cloudtrail
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: aws
- dependency-name: github.com/aws/aws-sdk-go-v2/service/cloudwatch
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: aws
- dependency-name: github.com/aws/aws-sdk-go-v2/service/cloudwatchlogs
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: aws
- dependency-name: github.com/aws/aws-sdk-go-v2/service/configservice
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: aws
- dependency-name: github.com/aws/aws-sdk-go-v2/service/ec2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: aws
- dependency-name: github.com/aws/aws-sdk-go-v2/service/ecr
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: aws
- dependency-name: github.com/aws/aws-sdk-go-v2/service/elasticloadbalancing
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: aws
- dependency-name: github.com/aws/aws-sdk-go-v2/service/iam
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: aws
- dependency-name: github.com/aws/aws-sdk-go-v2/service/kms
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: aws
- dependency-name: github.com/aws/aws-sdk-go-v2/service/organizations
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: aws
- dependency-name: github.com/aws/aws-sdk-go-v2/service/rds
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: aws
- dependency-name: github.com/aws/aws-sdk-go-v2/service/s3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: aws
- dependency-name: github.com/aws/aws-sdk-go-v2/service/s3control
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: aws
- dependency-name: github.com/aws/aws-sdk-go-v2/service/securityhub
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: aws
- dependency-name: github.com/aws/aws-sdk-go-v2/service/sns
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: aws
- dependency-name: github.com/aws/aws-sdk-go-v2/service/sts
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: aws
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from a team as a code owner March 25, 2024 07:24
@dependabot dependabot bot added backport-skip dependency go Pull requests that update Go code labels Mar 25, 2024
Copy link

📊 Allure Report - 💚 No failures were reported.

Result Count
🟥 Failed 0
🟩 Passed 162
⬜ Skipped 0

@oren-zohar oren-zohar merged commit 24bea94 into main Mar 25, 2024
27 checks passed
@oren-zohar oren-zohar deleted the dependabot/go_modules/aws-3ae0d76bae branch March 25, 2024 09:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport-skip dependency go Pull requests that update Go code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant