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

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link

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

Bumps the aws-sdk-go group with 24 updates:

Package From To
github.com/aws/aws-sdk-go 1.51.3 1.51.9
github.com/aws/aws-sdk-go-v2/config 1.27.8 1.27.9
github.com/aws/aws-sdk-go-v2/feature/ec2/imds 1.15.4 1.16.0
github.com/aws/aws-sdk-go-v2/feature/s3/manager 1.16.12 1.16.13
github.com/aws/aws-sdk-go-v2/service/accessanalyzer 1.28.4 1.29.0
github.com/aws/aws-sdk-go-v2/service/batch 1.35.1 1.36.0
github.com/aws/aws-sdk-go-v2/service/bedrockagent 1.4.3 1.5.0
github.com/aws/aws-sdk-go-v2/service/chimesdkmediapipelines 1.15.3 1.15.4
github.com/aws/aws-sdk-go-v2/service/codeartifact 1.25.3 1.26.0
github.com/aws/aws-sdk-go-v2/service/codebuild 1.31.1 1.32.0
github.com/aws/aws-sdk-go-v2/service/dynamodb 1.30.5 1.31.0
github.com/aws/aws-sdk-go-v2/service/ec2 1.152.0 1.154.0
github.com/aws/aws-sdk-go-v2/service/ecs 1.41.3 1.41.5
github.com/aws/aws-sdk-go-v2/service/elasticache 1.37.4 1.38.0
github.com/aws/aws-sdk-go-v2/service/finspace 1.23.0 1.24.0
github.com/aws/aws-sdk-go-v2/service/firehose 1.28.3 1.28.4
github.com/aws/aws-sdk-go-v2/service/kendra 1.49.3 1.50.0
github.com/aws/aws-sdk-go-v2/service/lexmodelsv2 1.43.2 1.43.3
github.com/aws/aws-sdk-go-v2/service/mediaconvert 1.52.3 1.52.4
github.com/aws/aws-sdk-go-v2/service/medialive 1.48.3 1.49.1
github.com/aws/aws-sdk-go-v2/service/pricing 1.27.3 1.28.0
github.com/aws/aws-sdk-go-v2/service/rolesanywhere 1.8.4 1.9.0
github.com/aws/aws-sdk-go-v2/service/secretsmanager 1.28.4 1.28.5
github.com/aws/aws-sdk-go-v2/service/securityhub 1.46.3 1.47.0

Updates github.com/aws/aws-sdk-go from 1.51.3 to 1.51.9

Release notes

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

Release v1.51.9 (2024-03-27)

Service Client Updates

  • service/batch: Updates service API and documentation
    • This feature allows AWS Batch to support configuration of imagePullSecrets and allowPrivilegeEscalation for jobs running on EKS
  • service/bedrock-agent: Updates service API and documentation
  • service/bedrock-agent-runtime: Updates service API and documentation
  • service/elasticache: Updates service API and documentation
    • Added minimum capacity to Amazon ElastiCache Serverless. This feature allows customer to ensure minimum capacity even without current load
  • service/secretsmanager: Updates service documentation
    • Documentation updates for Secrets Manager

Release v1.51.8 (2024-03-26)

Service Client Updates

  • service/bedrock-agent-runtime: Updates service API and documentation
  • service/ce: Updates service API, documentation, and paginators
  • service/ec2: Updates service API and documentation
    • Documentation updates for Elastic Compute Cloud (EC2).
  • service/ecs: Updates service documentation
    • This is a documentation update for Amazon ECS.
  • service/finspace: Updates service API and documentation

Release v1.51.7 (2024-03-25)

Service Client Updates

  • service/codebuild: Updates service API and documentation
    • Supporting GitLab and GitLab Self Managed as source types in AWS CodeBuild.
  • service/ec2: Updates service API and documentation
    • Added support for ModifyInstanceMetadataDefaults and GetInstanceMetadataDefaults to set Instance Metadata Service account defaults
  • service/ecs: Updates service documentation
    • Documentation only update for Amazon ECS.
  • service/emr-containers: Updates service API
  • service/globalaccelerator: Updates service API and documentation
  • service/medialive: Updates service API and documentation
    • Exposing TileMedia H265 options
  • service/sagemaker: Updates service API
    • Introduced support for the following new instance types on SageMaker Studio for JupyterLab and CodeEditor applications: m6i, m6id, m7i, c6i, c6id, c7i, r6i, r6id, r7i, and p5

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.

... (truncated)

Commits

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

Commits

Updates github.com/aws/aws-sdk-go-v2/feature/ec2/imds from 1.15.4 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/feature/s3/manager from 1.16.12 to 1.16.13

Commits

Updates github.com/aws/aws-sdk-go-v2/service/accessanalyzer from 1.28.4 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/batch from 1.35.1 to 1.36.0

Changelog

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

Release (2023-06-28)

General Highlights

  • Dependency Update: Updated to the latest SDK module versions

Module Highlights

  • github.com/aws/aws-sdk-go-v2/service/internetmonitor: v1.3.0
    • Feature: This release adds a new feature for Amazon CloudWatch Internet Monitor that enables customers to set custom thresholds, for performance and availability drops, for triggering when to create a health event.
  • github.com/aws/aws-sdk-go-v2/service/kinesisanalyticsv2: v1.17.0
    • Feature: Support for new runtime environment in Kinesis Data Analytics Studio: Zeppelin-0.10, Apache Flink-1.15
  • github.com/aws/aws-sdk-go-v2/service/lambda: v1.37.0
    • Feature: Surface ResourceConflictException in DeleteEventSourceMapping
  • github.com/aws/aws-sdk-go-v2/service/omics: v1.5.0
    • Feature: Add Common Workflow Language (CWL) as a supported language for Omics workflows
  • github.com/aws/aws-sdk-go-v2/service/rds: v1.46.0
    • Feature: Amazon Relational Database Service (RDS) now supports joining a RDS for SQL Server instance to a self-managed Active Directory.
  • github.com/aws/aws-sdk-go-v2/service/s3: v1.36.0
    • Feature: The S3 LISTObjects, ListObjectsV2 and ListObjectVersions API now supports a new optional header x-amz-optional-object-attributes. If header contains RestoreStatus as the value, then S3 will include Glacier restore status i.e. isRestoreInProgress and RestoreExpiryDate in List response.
  • github.com/aws/aws-sdk-go-v2/service/sagemaker: v1.88.0
    • Feature: This release adds support for Model Cards Model Registry integration.

Release (2023-06-27)

Module Highlights

  • github.com/aws/aws-sdk-go-v2/service/appfabric: v1.0.0
    • Release: New AWS service client module
    • Feature: Initial release of AWS AppFabric for connecting SaaS applications for better productivity and security.
  • github.com/aws/aws-sdk-go-v2/service/appflow: v1.32.0
    • Feature: This release adds support to bypass SSO with the SAPOData connector when connecting to an SAP instance.
  • github.com/aws/aws-sdk-go-v2/service/emrserverless: v1.8.0
    • Feature: This release adds support to update the release label of an EMR Serverless application to upgrade it to a different version of Amazon EMR via UpdateApplication API.
  • github.com/aws/aws-sdk-go-v2/service/ivs: v1.23.0
    • Feature: IVS customers can now revoke the viewer session associated with an auth token, to prevent and stop playback using that token.
  • github.com/aws/aws-sdk-go-v2/service/kinesisvideo: v1.16.0
    • Feature: General Availability (GA) release of Kinesis Video Streams at Edge, enabling customers to provide a configuration for the Kinesis Video Streams EdgeAgent running on an on-premise IoT device. Customers can now locally record from cameras and stream videos to the cloud on a configured schedule.
  • github.com/aws/aws-sdk-go-v2/service/macie2: v1.28.0
    • Feature: This release adds support for configuring new classification jobs to use the set of managed data identifiers that we recommend for jobs. For the managed data identifier selection type (managedDataIdentifierSelector), specify RECOMMENDED.
  • github.com/aws/aws-sdk-go-v2/service/privatenetworks: v1.3.0
    • Feature: This release allows Private5G customers to choose different commitment plans (60-days, 1-year, 3-years) when placing new orders, enables automatic renewal option for 1-year and 3-years commitments. It also allows customers to update the commitment plan of an existing radio unit.
  • github.com/aws/aws-sdk-go-v2/service/sagemaker: v1.87.0
    • Feature: Introducing TTL for online store records in feature groups.
  • github.com/aws/aws-sdk-go-v2/service/sagemakerfeaturestoreruntime: v1.15.0
    • Feature: Introducing TTL for online store records for feature groups.
  • github.com/aws/aws-sdk-go-v2/service/ssm: v1.36.7
    • Documentation: Systems Manager doc-only update for June 2023.
  • github.com/aws/aws-sdk-go-v2/service/verifiedpermissions: v1.0.3
    • Documentation: This update fixes several broken links to the Cedar documentation.

Release (2023-06-26)

... (truncated)

Commits

Updates github.com/aws/aws-sdk-go-v2/service/bedrockagent from 1.4.3 to 1.5.0

Changelog

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

Release (2021-05-14)

General Highlights

  • Feature: Constant has been added to modules to enable runtime version inspection for reporting.
  • Dependency Update: Updated to the latest SDK module versions

Module Highlights

  • github.com/aws/aws-sdk-go-v2: v1.5.0
    • Feature: AddSDKAgentKey and AddSDKAgentKeyValue in aws/middleware package have been updated to direct metadata to User-Agent HTTP header.
  • github.com/aws/aws-sdk-go-v2/service/codeartifact: v1.3.0
    • Feature: Updated to latest service API model.
  • github.com/aws/aws-sdk-go-v2/service/commander: v1.0.0
    • Release: New AWS service client module
    • Feature: Updated to latest service API model.
  • github.com/aws/aws-sdk-go-v2/service/configservice: v1.5.0
    • Feature: Updated to latest service API model.
  • github.com/aws/aws-sdk-go-v2/service/connect: v1.4.0
    • Feature: Updated to latest service API model.
  • github.com/aws/aws-sdk-go-v2/service/ec2: v1.7.0
    • Feature: Updated to latest service API model.
  • github.com/aws/aws-sdk-go-v2/service/ecs: v1.4.0
    • Feature: Updated to latest service API model.
  • github.com/aws/aws-sdk-go-v2/service/eks: v1.4.0
    • Feature: Updated to latest service API model.
  • github.com/aws/aws-sdk-go-v2/service/finspace: v1.0.0
    • Release: New AWS service client module
    • Feature: Updated to latest service API model.
  • github.com/aws/aws-sdk-go-v2/service/finspacedata: v1.0.0
    • Release: New AWS service client module
    • Feature: Updated to latest service API model.
  • github.com/aws/aws-sdk-go-v2/service/iot: v1.4.0
    • Feature: Updated to latest service API model.
  • github.com/aws/aws-sdk-go-v2/service/iotwireless: v1.5.0
    • Feature: Updated to latest service API model.
  • github.com/aws/aws-sdk-go-v2/service/kinesis: v1.3.0
    • Feature: Updated to latest service API model.
  • github.com/aws/aws-sdk-go-v2/service/kinesisanalytics: v1.2.0
    • Feature: Updated to latest service API model.
  • github.com/aws/aws-sdk-go-v2/service/kinesisanalyticsv2: v1.3.0
    • Feature: Updated to latest service API model.
  • github.com/aws/aws-sdk-go-v2/service/lakeformation: v1.3.0
    • Feature: Updated to latest service API model.
  • github.com/aws/aws-sdk-go-v2/service/lookoutmetrics: v1.1.0
    • Feature: Updated to latest service API model.
  • github.com/aws/aws-sdk-go-v2/service/mediaconvert: v1.5.0
    • Feature: Updated to latest service API model.
  • github.com/aws/aws-sdk-go-v2/service/route53: v1.6.0
    • Feature: Updated to latest service API model.
  • github.com/aws/aws-sdk-go-v2/service/s3: v1.7.0
    • Feature: Updated to latest service API model.

... (truncated)

Commits

Updates github.com/aws/aws-sdk-go-v2/service/chimesdkmediapipelines from 1.15.3 to 1.15.4

Changelog

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

Release (2022-04-25)

General Highlights

  • Dependency Update: Updated to the latest SDK module versions

Module Highlights

  • github.com/aws/aws-sdk-go-v2: v1.16.3
    • Dependency Update: Update SDK's internal copy of golang.org/x/sync/singleflight to address issue with test failing due to timeing issues
  • github.com/aws/aws-sdk-go-v2/credentials: v1.12.0
    • Feature: Adds Duration and Policy options that can be used when creating stscreds.WebIdentityRoleProvider credentials provider.
  • github.com/aws/aws-sdk-go-v2/service/connect: v1.23.0
    • Feature: This release adds SearchUsers API which can be used to search for users with a Connect Instance
  • github.com/aws/aws-sdk-go-v2/service/gamelift: v1.14.4
    • Documentation: Documentation updates for Amazon GameLift.
  • github.com/aws/aws-sdk-go-v2/service/mq: v1.13.0
    • Feature: This release adds the CRITICAL_ACTION_REQUIRED broker state and the ActionRequired API property. CRITICAL_ACTION_REQUIRED informs you when your broker is degraded. ActionRequired provides you with a code which you can use to find instructions in the Developer Guide on how to resolve the issue.
  • github.com/aws/aws-sdk-go-v2/service/rdsdata: v1.12.0
    • Feature: Support to receive SQL query results in the form of a simplified JSON string. This enables developers using the new JSON string format to more easily convert it to an object using popular JSON string parsing libraries.
  • github.com/aws/aws-sdk-go-v2/service/securityhub: v1.21.0
    • Feature: Security Hub now lets you opt-out of auto-enabling the defaults standards (CIS and FSBP) in accounts that are auto-enabled with Security Hub via Security Hub's integration with AWS Organizations.

Release (2022-04-22)

Module Highlights

  • github.com/aws/aws-sdk-go-v2/service/chimesdkmeetings: v1.9.0
    • Feature: Include additional exceptions types.
  • github.com/aws/aws-sdk-go-v2/service/ec2: v1.36.0
    • Feature: Adds support for waiters that automatically poll for a deleted NAT Gateway until it reaches the deleted state.

Release (2022-04-21)

Module Highlights

  • github.com/aws/aws-sdk-go-v2/service/elasticache: v1.20.5
    • Documentation: Doc only update for ElastiCache
  • github.com/aws/aws-sdk-go-v2/service/glue: v1.24.0
    • Feature: This release adds APIs to create, read, delete, list, and batch read of Glue custom entity types
  • github.com/aws/aws-sdk-go-v2/service/iotsitewise: v1.21.0
    • Feature: This release adds 3 new batch data query APIs : BatchGetAssetPropertyValue, BatchGetAssetPropertyValueHistory and BatchGetAssetPropertyAggregates
  • github.com/aws/aws-sdk-go-v2/service/iottwinmaker: v1.7.0
  • github.com/aws/aws-sdk-go-v2/service/lookoutmetrics: v1.12.0
    • Feature: Added DetectMetricSetConfig API for detecting configuration required for creating metric set from provided S3 data source.
  • github.com/aws/aws-sdk-go-v2/service/mediatailor: v1.17.0
    • Feature: This release introduces tiered channels and adds support for live sources. Customers using a STANDARD channel can now create programs using live sources.
  • github.com/aws/aws-sdk-go-v2/service/secretsmanager: v1.15.5
    • Documentation: Documentation updates for Secrets Manager
  • github.com/aws/aws-sdk-go-v2/service/storagegateway: v1.17.0
    • Feature: This release adds support for minimum of 5 character length virtual tape barcodes.
  • github.com/aws/aws-sdk-go-v2/service/wisdom: v1.8.0
    • Feature: This release updates the GetRecommendations API to include a trigger event list for classifying and grouping recommendations.

... (truncated)

Commits
  • 6911981 Release 2022-04-25
  • 1bd13c6 Regenerated Clients
  • 82cbcb0 Update API model
  • b0a3c24 Adds Policy and Duration parameters to stscreds.WebIdentityRoleOptions ...
  • da333d3 internal/sync/singleflight: Update version of singleflight (#1679)
  • 7065f83 Add make command for listing the SDK's complete set of Go dependencies (#1677)
  • d27c530 Release 2022-04-22
  • 67f8605 Regenerated Clients
  • 4e2def0 Update API model
  • aa725de Update smithy-go to smithy 1.21.0 (#1615)
  • Additional commits viewable in compare view

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

Commits

Updates github.com/aws/aws-sdk-go-v2/service/codebuild from 1.31.1 to 1.32.0

Changelog

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

Release (2023-04-19)

General Highlights

  • Dependency Update: Updated to the latest SDK module versions

Module Highlights

  • github.com/aws/aws-sdk-go-v2/service/comprehend: v1.24.0
    • Feature: This release supports native document models for custom classification, in addition to plain-text models. You train native document models using documents (PDF, Word, images) in their native format.
  • github.com/aws/aws-sdk-go-v2/service/ecs: v1.26.0
    • Feature: This release supports the Account Setting "TagResourceAuthorization" that allows for enhanced Tagging security controls.
  • github.com/aws/aws-sdk-go-v2/service/ram: v1.18.0
    • Feature: This release adds support for customer managed permissions. Customer managed permissions enable customers to author and manage tailored permissions for resources shared using RAM.
  • github.com/aws/aws-sdk-go-v2/service/rds: v1.43.1
    • Documentation: Adds support for the ImageId parameter of CreateCustomDBEngineVersion to RDS Custom for Oracle
  • github.com/aws/aws-sdk-go-v2/service/s3: v1.32.0
    • Feature: Provides support for "Snow" Storage class.
  • github.com/aws/aws-sdk-go-v2/service/secretsmanager: v1.19.4
    • Documentation: Documentation updates for Secrets Manager

Release (2023-04-17)

General Highlights

  • Dependency Update: Updated to the latest SDK module versions

Module Highlights

  • github.com/aws/aws-sdk-go-v2/service/appflow: v1.26.0
    • Feature: This release adds a Client Token parameter to the following AppFlow APIs: Create/Update Connector Profile, Create/Update Flow, Start Flow, Register Connector, Update Connector Registration. The Client Token parameter allows idempotent operations for these APIs.
  • github.com/aws/aws-sdk-go-v2/service/drs: v1.13.0
    • Feature: Changed existing APIs and added new APIs to support using an account-level launch configuration template with AWS Elastic Disaster Recovery.
  • github.com/aws/aws-sdk-go-v2/service/dynamodb: v1.19.5
    • Documentation: Documentation updates for DynamoDB API
  • github.com/aws/aws-sdk-go-v2/service/emrserverless: v1.7.0
    • Feature: The GetJobRun API has been updated to include the job's billed resource utilization. This utilization shows the aggregate vCPU, memory and storage that AWS has billed for the job run. The billed resources include a 1-minute minimum usage for workers, plus additional storage over 20 GB per worker.
  • github.com/aws/aws-sdk-go-v2/service/internetmonitor: v1.2.0
    • Feature: This release includes a new configurable value, TrafficPercentageToMonitor, which allows users to adjust the amount of traffic monitored by percentage
  • github.com/aws/aws-sdk-go-v2/service/iotwireless: v1.27.0
    • Feature: Supports the new feature of LoRaWAN roaming, allows to configure MaxEirp for LoRaWAN gateway, and allows to configure PingSlotPeriod for LoRaWAN multicast group
  • github.com/aws/aws-sdk-go-v2/service/lambda: v1.33.0
    • Feature: Add Python 3.10 (python3.10) support to AWS Lambda

Release (2023-04-14)

Module Highlights

  • github.com/aws/aws-sdk-go-v2/service/ecs: v1.25.1
    • Documentation: This release supports ephemeral storage for AWS Fargate Windows containers.
  • github.com/aws/aws-sdk-go-v2/service/lambda: v1.32.0
    • Feature: This re...

      Description has been truncated

Bumps the aws-sdk-go group with 24 updates:

| Package | From | To |
| --- | --- | --- |
| [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) | `1.51.3` | `1.51.9` |
| [github.com/aws/aws-sdk-go-v2/config](https://github.com/aws/aws-sdk-go-v2) | `1.27.8` | `1.27.9` |
| [github.com/aws/aws-sdk-go-v2/feature/ec2/imds](https://github.com/aws/aws-sdk-go-v2) | `1.15.4` | `1.16.0` |
| [github.com/aws/aws-sdk-go-v2/feature/s3/manager](https://github.com/aws/aws-sdk-go-v2) | `1.16.12` | `1.16.13` |
| [github.com/aws/aws-sdk-go-v2/service/accessanalyzer](https://github.com/aws/aws-sdk-go-v2) | `1.28.4` | `1.29.0` |
| [github.com/aws/aws-sdk-go-v2/service/batch](https://github.com/aws/aws-sdk-go-v2) | `1.35.1` | `1.36.0` |
| [github.com/aws/aws-sdk-go-v2/service/bedrockagent](https://github.com/aws/aws-sdk-go-v2) | `1.4.3` | `1.5.0` |
| [github.com/aws/aws-sdk-go-v2/service/chimesdkmediapipelines](https://github.com/aws/aws-sdk-go-v2) | `1.15.3` | `1.15.4` |
| [github.com/aws/aws-sdk-go-v2/service/codeartifact](https://github.com/aws/aws-sdk-go-v2) | `1.25.3` | `1.26.0` |
| [github.com/aws/aws-sdk-go-v2/service/codebuild](https://github.com/aws/aws-sdk-go-v2) | `1.31.1` | `1.32.0` |
| [github.com/aws/aws-sdk-go-v2/service/dynamodb](https://github.com/aws/aws-sdk-go-v2) | `1.30.5` | `1.31.0` |
| [github.com/aws/aws-sdk-go-v2/service/ec2](https://github.com/aws/aws-sdk-go-v2) | `1.152.0` | `1.154.0` |
| [github.com/aws/aws-sdk-go-v2/service/ecs](https://github.com/aws/aws-sdk-go-v2) | `1.41.3` | `1.41.5` |
| [github.com/aws/aws-sdk-go-v2/service/elasticache](https://github.com/aws/aws-sdk-go-v2) | `1.37.4` | `1.38.0` |
| [github.com/aws/aws-sdk-go-v2/service/finspace](https://github.com/aws/aws-sdk-go-v2) | `1.23.0` | `1.24.0` |
| [github.com/aws/aws-sdk-go-v2/service/firehose](https://github.com/aws/aws-sdk-go-v2) | `1.28.3` | `1.28.4` |
| [github.com/aws/aws-sdk-go-v2/service/kendra](https://github.com/aws/aws-sdk-go-v2) | `1.49.3` | `1.50.0` |
| [github.com/aws/aws-sdk-go-v2/service/lexmodelsv2](https://github.com/aws/aws-sdk-go-v2) | `1.43.2` | `1.43.3` |
| [github.com/aws/aws-sdk-go-v2/service/mediaconvert](https://github.com/aws/aws-sdk-go-v2) | `1.52.3` | `1.52.4` |
| [github.com/aws/aws-sdk-go-v2/service/medialive](https://github.com/aws/aws-sdk-go-v2) | `1.48.3` | `1.49.1` |
| [github.com/aws/aws-sdk-go-v2/service/pricing](https://github.com/aws/aws-sdk-go-v2) | `1.27.3` | `1.28.0` |
| [github.com/aws/aws-sdk-go-v2/service/rolesanywhere](https://github.com/aws/aws-sdk-go-v2) | `1.8.4` | `1.9.0` |
| [github.com/aws/aws-sdk-go-v2/service/secretsmanager](https://github.com/aws/aws-sdk-go-v2) | `1.28.4` | `1.28.5` |
| [github.com/aws/aws-sdk-go-v2/service/securityhub](https://github.com/aws/aws-sdk-go-v2) | `1.46.3` | `1.47.0` |


Updates `github.com/aws/aws-sdk-go` from 1.51.3 to 1.51.9
- [Release notes](https://github.com/aws/aws-sdk-go/releases)
- [Commits](aws/aws-sdk-go@v1.51.3...v1.51.9)

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

Updates `github.com/aws/aws-sdk-go-v2/feature/ec2/imds` from 1.15.4 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.4...v1.16.0)

Updates `github.com/aws/aws-sdk-go-v2/feature/s3/manager` from 1.16.12 to 1.16.13
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@v1.16.12...v1.16.13)

Updates `github.com/aws/aws-sdk-go-v2/service/accessanalyzer` from 1.28.4 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/emr/v1.28.4...service/s3/v1.29.0)

Updates `github.com/aws/aws-sdk-go-v2/service/batch` from 1.35.1 to 1.36.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.36.0/CHANGELOG.md)
- [Commits](aws/aws-sdk-go-v2@service/ec2/v1.35.1...service/s3/v1.36.0)

Updates `github.com/aws/aws-sdk-go-v2/service/bedrockagent` from 1.4.3 to 1.5.0
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/v1.5.0/CHANGELOG.md)
- [Commits](aws/aws-sdk-go-v2@service/m2/v1.4.3...v1.5.0)

Updates `github.com/aws/aws-sdk-go-v2/service/chimesdkmediapipelines` from 1.15.3 to 1.15.4
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/config/v1.15.4/CHANGELOG.md)
- [Commits](aws/aws-sdk-go-v2@config/v1.15.3...config/v1.15.4)

Updates `github.com/aws/aws-sdk-go-v2/service/codeartifact` 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/service/codebuild` from 1.31.1 to 1.32.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.32.0/CHANGELOG.md)
- [Commits](aws/aws-sdk-go-v2@service/s3/v1.31.1...service/s3/v1.32.0)

Updates `github.com/aws/aws-sdk-go-v2/service/dynamodb` from 1.30.5 to 1.31.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.31.0/CHANGELOG.md)
- [Commits](aws/aws-sdk-go-v2@service/s3/v1.30.5...service/s3/v1.31.0)

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

Updates `github.com/aws/aws-sdk-go-v2/service/ecs` from 1.41.3 to 1.41.5
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@service/ecs/v1.41.3...service/ecs/v1.41.5)

Updates `github.com/aws/aws-sdk-go-v2/service/elasticache` from 1.37.4 to 1.38.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.38.0/CHANGELOG.md)
- [Commits](aws/aws-sdk-go-v2@service/ssm/v1.37.4...service/s3/v1.38.0)

Updates `github.com/aws/aws-sdk-go-v2/service/finspace` from 1.23.0 to 1.24.0
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@v1.23.0...v1.24.0)

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

Updates `github.com/aws/aws-sdk-go-v2/service/kendra` from 1.49.3 to 1.50.0
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@service/ssm/v1.49.3...service/s3/v1.50.0)

Updates `github.com/aws/aws-sdk-go-v2/service/lexmodelsv2` from 1.43.2 to 1.43.3
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@service/fsx/v1.43.2...service/rds/v1.43.3)

Updates `github.com/aws/aws-sdk-go-v2/service/mediaconvert` from 1.52.3 to 1.52.4
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@service/mediaconvert/v1.52.3...service/mediaconvert/v1.52.4)

Updates `github.com/aws/aws-sdk-go-v2/service/medialive` from 1.48.3 to 1.49.1
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/service/ec2/v1.49.1/CHANGELOG.md)
- [Commits](aws/aws-sdk-go-v2@service/kendra/v1.48.3...service/ec2/v1.49.1)

Updates `github.com/aws/aws-sdk-go-v2/service/pricing` from 1.27.3 to 1.28.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.28.0/CHANGELOG.md)
- [Commits](aws/aws-sdk-go-v2@config/v1.27.3...service/s3/v1.28.0)

Updates `github.com/aws/aws-sdk-go-v2/service/rolesanywhere` from 1.8.4 to 1.9.0
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/v1.9.0/CHANGELOG.md)
- [Commits](aws/aws-sdk-go-v2@service/drs/v1.8.4...v1.9.0)

Updates `github.com/aws/aws-sdk-go-v2/service/secretsmanager` 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)

Updates `github.com/aws/aws-sdk-go-v2/service/securityhub` from 1.46.3 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.3...service/s3/v1.47.0)

---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: aws-sdk-go
- dependency-name: github.com/aws/aws-sdk-go-v2/config
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: aws-sdk-go
- 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-sdk-go
- dependency-name: github.com/aws/aws-sdk-go-v2/feature/s3/manager
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: aws-sdk-go
- dependency-name: github.com/aws/aws-sdk-go-v2/service/accessanalyzer
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: aws-sdk-go
- dependency-name: github.com/aws/aws-sdk-go-v2/service/batch
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: aws-sdk-go
- dependency-name: github.com/aws/aws-sdk-go-v2/service/bedrockagent
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: aws-sdk-go
- dependency-name: github.com/aws/aws-sdk-go-v2/service/chimesdkmediapipelines
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: aws-sdk-go
- dependency-name: github.com/aws/aws-sdk-go-v2/service/codeartifact
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: aws-sdk-go
- dependency-name: github.com/aws/aws-sdk-go-v2/service/codebuild
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: aws-sdk-go
- dependency-name: github.com/aws/aws-sdk-go-v2/service/dynamodb
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: aws-sdk-go
- 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
- 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
- dependency-name: github.com/aws/aws-sdk-go-v2/service/elasticache
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: aws-sdk-go
- dependency-name: github.com/aws/aws-sdk-go-v2/service/finspace
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: aws-sdk-go
- dependency-name: github.com/aws/aws-sdk-go-v2/service/firehose
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: aws-sdk-go
- dependency-name: github.com/aws/aws-sdk-go-v2/service/kendra
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: aws-sdk-go
- dependency-name: github.com/aws/aws-sdk-go-v2/service/lexmodelsv2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: aws-sdk-go
- dependency-name: github.com/aws/aws-sdk-go-v2/service/mediaconvert
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: aws-sdk-go
- dependency-name: github.com/aws/aws-sdk-go-v2/service/medialive
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: aws-sdk-go
- dependency-name: github.com/aws/aws-sdk-go-v2/service/pricing
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: aws-sdk-go
- dependency-name: github.com/aws/aws-sdk-go-v2/service/rolesanywhere
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: aws-sdk-go
- dependency-name: github.com/aws/aws-sdk-go-v2/service/secretsmanager
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: aws-sdk-go
- dependency-name: github.com/aws/aws-sdk-go-v2/service/securityhub
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: aws-sdk-go
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Mar 28, 2024
Copy link

Community Note

Voting for Prioritization

  • Please vote on this pull request by adding a 👍 reaction to the original post to help the community and maintainers prioritize this pull request.
  • Please see our prioritization guide for information on how we prioritize.
  • Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request.

For Submitters

  • Review the contribution guide relating to the type of change you are making to ensure all of the necessary steps have been taken.
  • For new resources and data sources, use skaff to generate scaffolding with comments detailing common expectations.
  • Whether or not the branch has been rebased will not impact prioritization, but doing so is always a welcome surprise.

@github-actions github-actions bot added size/L and removed dependencies Pull requests that update a dependency file labels Mar 28, 2024
Copy link
Author

dependabot bot commented on behalf of github Mar 29, 2024

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Mar 29, 2024
@dependabot dependabot bot deleted the dependabot/go_modules/aws-sdk-go-e8cb651c5c branch March 29, 2024 02:20
Copy link

I'm going to lock this pull request because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.
If you have found a problem that seems related to this change, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Apr 30, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
go Pull requests that update Go code size/L
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants