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 18 updates #902

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Feb 8, 2024

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

Package From To
github.com/aws/aws-sdk-go 1.49.24 1.50.13
github.com/aws/aws-sdk-go-v2/config 1.26.5 1.26.6
github.com/aws/aws-sdk-go-v2/feature/s3/manager 1.15.13 1.15.15
github.com/aws/aws-sdk-go-v2/service/athena 1.37.4 1.38.0
github.com/aws/aws-sdk-go-v2/service/cloudwatchlogs 1.31.0 1.32.0
github.com/aws/aws-sdk-go-v2/service/comprehend 1.29.6 1.29.7
github.com/aws/aws-sdk-go-v2/service/connectcases 1.12.6 1.13.0
github.com/aws/aws-sdk-go-v2/service/ec2 1.144.0 1.146.0
github.com/aws/aws-sdk-go-v2/service/inspector2 1.20.6 1.22.1
github.com/aws/aws-sdk-go-v2/service/lexmodelsv2 1.38.6 1.39.0
github.com/aws/aws-sdk-go-v2/service/lightsail 1.33.0 1.34.0
github.com/aws/aws-sdk-go-v2/service/m2 1.10.7 1.10.8
github.com/aws/aws-sdk-go-v2/service/rds 1.66.2 1.69.0
github.com/aws/aws-sdk-go-v2/service/resourceexplorer2 1.8.6 1.8.7
github.com/aws/aws-sdk-go-v2/service/s3 1.48.0 1.48.1
github.com/aws/aws-sdk-go-v2/service/ssm 1.44.7 1.45.0
github.com/aws/aws-sdk-go-v2/service/ssoadmin 1.23.6 1.23.7
github.com/aws/aws-sdk-go-v2/service/workspaces 1.35.8 1.35.9

Updates github.com/aws/aws-sdk-go from 1.49.24 to 1.50.13

Release notes

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

Release v1.50.13 (2024-02-07)

Service Client Updates

  • service/datasync: Updates service API and documentation
  • service/models.lex.v2: Updates service API, documentation, and paginators
  • service/redshift: Updates service API, documentation, and paginators
    • LisRecommendations API to fetch Amazon Redshift Advisor recommendations.

Release v1.50.12 (2024-02-06)

Service Client Updates

  • service/appsync: Updates service API and documentation
  • service/ecs: Updates service documentation
    • This release is a documentation only update to address customer issues.
  • service/es: Updates service API and documentation
    • This release adds clear visibility to the customers on the changes that they make on the domain.
  • service/logs: Updates service API and documentation
    • This release adds a new field, logGroupArn, to the response of the logs:DescribeLogGroups action.
  • service/opensearch: Updates service API and documentation
  • service/wafv2: Updates service API and documentation

Release v1.50.11 (2024-02-05)

Service Client Updates

  • service/glue: Updates service API and documentation
    • Introduce Catalog Encryption Role within Glue Data Catalog Settings. Introduce SASL/PLAIN as an authentication method for Glue Kafka connections
  • service/workspaces: Updates service documentation
    • Added definitions of various WorkSpace states

Release v1.50.10 (2024-02-02)

Service Client Updates

  • service/dynamodb: Updates service API, documentation, waiters, paginators, and examples
    • Any number of users can execute up to 50 concurrent restores (any type of restore) in a given account.
  • service/sagemaker: Updates service API and documentation
    • Amazon SageMaker Canvas adds GenerativeAiSettings support for CanvasAppSettings.

Release v1.50.9 (2024-02-01)

Service Client Updates

  • service/cognito-idp: Updates service API and documentation
  • service/ivs: Updates service API, documentation, and paginators
  • service/managedblockchain-query: Updates service API and documentation
  • service/mediaconvert: Updates service API and documentation
    • This release includes support for broadcast-mixed audio description tracks.

... (truncated)

Commits

Updates github.com/aws/aws-sdk-go-v2/config from 1.26.5 to 1.26.6

Commits

Updates github.com/aws/aws-sdk-go-v2/feature/s3/manager from 1.15.13 to 1.15.15

Commits

Updates github.com/aws/aws-sdk-go-v2/service/athena from 1.37.4 to 1.38.0

Changelog

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

Release (2023-07-31)

General Highlights

  • Feature: Adds support for smithy-modeled endpoint resolution. A new rules-based endpoint resolution will be added to the SDK which will supercede and deprecate existing endpoint resolution. Specifically, EndpointResolver will be deprecated while BaseEndpoint and EndpointResolverV2 will take its place. For more information, please see the Endpoints section in our Developer Guide.
  • Dependency Update: Updated to the latest SDK module versions

Module Highlights

  • github.com/aws/aws-sdk-go-v2/service/amplifyuibuilder: v1.12.0
    • Feature: Amplify Studio releases GraphQL support for codegen job action.
  • github.com/aws/aws-sdk-go-v2/service/autoscaling: v1.30.0
    • Feature: You can now configure an instance refresh to set its status to 'failed' when it detects that a specified CloudWatch alarm has gone into the ALARM state. You can also choose to roll back the instance refresh automatically when the alarm threshold is met.
  • github.com/aws/aws-sdk-go-v2/service/cleanrooms: v1.3.0
    • Feature: This release introduces custom SQL queries - an expanded set of SQL you can run. This release adds analysis templates, a new resource for storing pre-defined custom SQL queries ahead of time. This release also adds the Custom analysis rule, which lets you approve analysis templates for querying.
  • github.com/aws/aws-sdk-go-v2/service/codestarconnections: v1.15.0
    • Feature: New integration with the Gitlab provider type.
  • github.com/aws/aws-sdk-go-v2/service/drs: v1.15.0
    • Feature: Add support for in-aws right sizing
  • github.com/aws/aws-sdk-go-v2/service/inspector2: v1.16.0
    • Feature: This release adds 1 new API: BatchGetFindingDetails to retrieve enhanced vulnerability intelligence details for findings.
  • github.com/aws/aws-sdk-go-v2/service/lookoutequipment: v1.18.0
    • Feature: This release includes new import resource, model versioning and resource policy features.
  • github.com/aws/aws-sdk-go-v2/service/omics: v1.6.0
    • Feature: Add CreationType filter for ListReadSets
  • github.com/aws/aws-sdk-go-v2/service/rds: v1.49.0
    • Feature: This release adds support for Aurora MySQL local write forwarding, which allows for forwarding of write operations from reader DB instances to the writer DB instance.
  • github.com/aws/aws-sdk-go-v2/service/route53: v1.29.0
    • Feature: Amazon Route 53 now supports the Israel (Tel Aviv) Region (il-central-1) for latency records, geoproximity records, and private DNS for Amazon VPCs in that region.
  • github.com/aws/aws-sdk-go-v2/service/scheduler: v1.2.0
    • Feature: This release introduces automatic deletion of schedules in EventBridge Scheduler. If configured, EventBridge Scheduler automatically deletes a schedule after the schedule has completed its last invocation.

Release (2023-07-28.2)

Module Highlights

  • github.com/aws/aws-sdk-go-v2/service/applicationinsights: v1.18.0
    • Feature: This release enable customer to add/remove/update more than one workload for a component
  • github.com/aws/aws-sdk-go-v2/service/cloudformation: v1.33.0
    • Feature: This SDK release is for the feature launch of AWS CloudFormation RetainExceptOnCreate. It adds a new parameter retainExceptOnCreate in the following APIs: CreateStack, UpdateStack, RollbackStack, ExecuteChangeSet.
  • github.com/aws/aws-sdk-go-v2/service/cloudfront: v1.27.0
    • Feature: Add a new JavaScript runtime version for CloudFront Functions.
  • github.com/aws/aws-sdk-go-v2/service/connect: v1.62.0
    • Feature: This release adds support for new number types.
  • github.com/aws/aws-sdk-go-v2/service/kafka: v1.21.0
    • Feature: Amazon MSK has introduced new versions of ListClusterOperations and DescribeClusterOperation APIs. These v2 APIs provide information and insights into the ongoing operations of both MSK Provisioned and MSK Serverless clusters.
  • github.com/aws/aws-sdk-go-v2/service/pinpoint: v1.21.0
    • Feature: Added support for sending push notifications using the FCM v1 API with json credentials. Amazon Pinpoint customers can now deliver messages to Android devices using both FCM v1 API and the legacy FCM/GCM API

Release (2023-07-28)

General Highlights

  • Dependency Update: Updated to the latest SDK module versions

... (truncated)

Commits

Updates github.com/aws/aws-sdk-go-v2/service/cloudwatchlogs from 1.31.0 to 1.32.0

Changelog

Sourced from github.com/aws/aws-sdk-go-v2/service/cloudwatchlogs'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 release adds SnapStart related exceptions to InvokeWithResponseStream API. IAM access related documentation is also added for this API.
  • github.com/aws/aws-sdk-go-v2/service/migrationhubrefactorspaces: v1.9.8
    • Documentation: Doc only update for Refactor Spaces environments without network bridge feature.
  • github.com/aws/aws-sdk-go-v2/service/rds: v1.43.0

... (truncated)

Commits

Updates github.com/aws/aws-sdk-go-v2/service/comprehend from 1.29.6 to 1.29.7

Commits

Updates github.com/aws/aws-sdk-go-v2/service/connectcases from 1.12.6 to 1.13.0

Changelog

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

Release (2022-01-14)

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.13.0
    • Bug Fix: Updates the Retry middleware to release the retry token, on subsequent attempts. This fixes #1413, and is based on PR #1424
  • github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue: v1.6.0
    • Feature: Adds new MarshalWithOptions and UnmarshalWithOptions helpers allowing Encoding and Decoding options to be specified when serializing AttributeValues. Addresses issue: aws/aws-sdk-go-v2#1494
  • github.com/aws/aws-sdk-go-v2/feature/dynamodbstreams/attributevalue: v1.6.0
    • Feature: Adds new MarshalWithOptions and UnmarshalWithOptions helpers allowing Encoding and Decoding options to be specified when serializing AttributeValues. Addresses issue: aws/aws-sdk-go-v2#1494
  • github.com/aws/aws-sdk-go-v2/service/appsync: v1.12.0
    • Feature: Updated API models
  • github.com/aws/aws-sdk-go-v2/service/autoscalingplans: v1.10.0
    • Documentation: Updated API models
  • github.com/aws/aws-sdk-go-v2/service/computeoptimizer: v1.15.0
    • Feature: Updated API models
  • github.com/aws/aws-sdk-go-v2/service/costexplorer: v1.15.0
    • Documentation: Updated API models
  • github.com/aws/aws-sdk-go-v2/service/databasemigrationservice: v1.16.0
    • Documentation: Updated API models
  • github.com/aws/aws-sdk-go-v2/service/databrew: v1.16.0
    • Feature: Updated API models
  • github.com/aws/aws-sdk-go-v2/service/ec2: v1.28.0
    • Feature: Updated API models
  • github.com/aws/aws-sdk-go-v2/service/elasticache: v1.18.0
    • Feature: Updated API models
  • github.com/aws/aws-sdk-go-v2/service/elasticsearchservice: v1.13.0
    • Feature: Updated API models
  • github.com/aws/aws-sdk-go-v2/service/finspacedata: v1.8.0
    • Documentation: Updated API models
  • github.com/aws/aws-sdk-go-v2/service/fms: v1.13.0
    • Documentation: Updated API models
  • github.com/aws/aws-sdk-go-v2/service/glue: v1.19.0
    • Feature: Updated API models
  • github.com/aws/aws-sdk-go-v2/service/honeycode: v1.9.0
    • Feature: Updated API models
  • github.com/aws/aws-sdk-go-v2/service/identitystore: v1.12.0
    • Documentation: Updated API models
  • github.com/aws/aws-sdk-go-v2/service/ioteventsdata: v1.9.0
    • Documentation: Updated API models
  • github.com/aws/aws-sdk-go-v2/service/iotwireless: v1.16.0
    • Feature: Updated API models
  • github.com/aws/aws-sdk-go-v2/service/kendra: v1.20.0
    • Feature: Updated API models
  • github.com/aws/aws-sdk-go-v2/service/lexmodelsv2: v1.17.0
    • Feature: Updated API models
  • github.com/aws/aws-sdk-go-v2/service/lexruntimev2: v1.12.0

... (truncated)

Commits
  • e10c0d2 Release 2022-01-14
  • 35ab85c Update smithy-go dependency version
  • 4741932 Fix Retry middleware not releasing retry token (#1560)
  • e4d9a88 Update API Models (#1559)
  • c1b62ab SDK DefaultsMode Configuration Implementation (#1553)
  • 07e5d3e i1494 passing opts to attributevalue marshalling (#1495)
  • 576b415 codegen: Adds smithy-cli dependency to prevent auto use of smithy-cli 1.16 (#...
  • 3ec6226 Release 2022-01-07
  • 50d7f6a Update smithy-go dependency version
  • 2d25393 config: Add WithCredentialCacheOptions for LoadDefaultConfig's LoadOptions (#...
  • Additional commits viewable in compare view

Updates github.com/aws/aws-sdk-go-v2/service/ec2 from 1.144.0 to 1.146.0

Commits

Updates github.com/aws/aws-sdk-go-v2/service/inspector2 from 1.20.6 to 1.22.1

Commits

Updates github.com/aws/aws-sdk-go-v2/service/lexmodelsv2 from 1.38.6 to 1.39.0

Commits

Updates github.com/aws/aws-sdk-go-v2/service/lightsail from 1.33.0 to 1.34.0

Changelog

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

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
    • Feature: Integrate double encryption feature to SDKs.
    • Bug Fix: Fix HeadObject to return types.Nound when an object does not exist. Fixes 2084
  • github.com/aws/aws-sdk-go-v2/service/securityhub: v1.33.0
    • Feature: Add support for Security Hub Automation Rules
  • github.com/aws/aws-sdk-go-v2/service/simspaceweaver: v1.3.0
    • Feature: This release fixes using aws-us-gov ARNs in API calls and adds documentation for snapshot APIs.
  • github.com/aws/aws-sdk-go-v2/service/verifiedpermissions: v1.0.0
    • Release: New AWS service client module
    • Feature: GA release of Amazon Verified Permissions.
  • github.com/aws/aws-sdk-go-v2/service/wafv2: v1.35.0
    • Feature: You can now detect and block fraudulent account creation attempts with the new AWS WAF Fraud Control account creation fraud prevention (ACFP) managed rule group AWSManagedRulesACFPRuleSet.
  • github.com/aws/aws-sdk-go-v2/service/wellarchitected: v1.21.0
    • Feature: AWS Well-Architected now supports Profiles that help customers prioritize which questions to focus on first by providing a list of prioritized questions that are better aligned with their business goals and outcomes.

Release (2023-06-12)

General Highlights

  • Dependency Update: Updated to the latest SDK module versions

Module Highlights

  • github.com/aws/aws-sdk-go-v2/service/amplifyuibuilder: v1.11.0
    • Feature: AWS Amplify UIBuilder is launching Codegen UI, a new feature that enables you to generate your amplify uibuilder components and forms.
  • github.com/aws/aws-sdk-go-v2/service/dynamodb: v1.19.8
    • Documentation: Documentation updates for DynamoDB
  • github.com/aws/aws-sdk-go-v2/service/dynamodbstreams: v1.14.12
    • Documentation: Documentation updates for DynamoDB Streams
  • github.com/aws/aws-sdk-go-v2/service/fsx: v1.29.0
    • Feature: Amazon FSx for NetApp ONTAP now supports joining a storage virtual machine (SVM) to Active Directory after the SVM has been created.
  • github.com/aws/aws-sdk-go-v2/service/opensearch: v1.18.0
    • Feature: This release adds support for SkipUnavailable connection property for cross cluster search

... (truncated)

Commits

Updates github.com/aws/aws-sdk-go-v2/service/m2 from 1.10.7 to 1.10.8

Commits

Updates github.com/aws/aws-sdk-go-v2/service/rds from 1.66.2 to 1.69.0

Changelog

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

Release (2022-11-09)

Module Highlights

  • github.com/aws/aws-sdk-go-v2/service/connect: v1.35.0
    • Feature: This release adds new fields SignInUrl, UserArn, and UserId to GetFederationToken response payload.
  • github.com/aws/aws-sdk-go-v2/service/connectcases: v1.1.0
  • github.com/aws/aws-sdk-go-v2/service/ec2: v1.69.0
    • Feature: Amazon EC2 Trn1 instances, powered by AWS Trainium chips, are purpose built for high-performance deep learning training. u-24tb1.112xlarge and u-18tb1.112xlarge High Memory instances are purpose-built to run large in-memory databases.
  • github.com/aws/aws-sdk-go-v2/service/groundstation: v1.14.0
    • Feature: This release adds the preview of customer-provided ephemeris support for AWS Ground Station, allowing space vehicle owners to provide their own position and trajectory information for a satellite.
  • github.com/aws/aws-sdk-go-v2/service/mediapackagevod: v1.19.0
    • Feature: This release adds "IncludeIframeOnlyStream" for Dash endpoints.
  • github.com/aws/aws-sdk-go-v2/service/transcribestreaming: v1.7.0
    • Feature: This will release hi-IN and th-TH

Release (2022-11-08)

Module Highlights

  • github.com/aws/aws-sdk-go-v2/service/acm: v1.16.0
    • Feature: Support added for requesting elliptic curve certificate key algorithm types P-256 (EC_prime256v1) and P-384 (EC_secp384r1).
  • github.com/aws/aws-sdk-go-v2/service/billingconductor: v1.1.0
    • Feature: This release adds the Recurring Custom Line Item feature along with a new API ListCustomLineItemVersions.
  • github.com/aws/aws-sdk-go-v2/service/ec2: v1.68.0
    • Feature: This release enables sharing of EC2 Placement Groups across accounts and within AWS Organizations using Resource Access Manager
  • github.com/aws/aws-sdk-go-v2/service/fms: v1.20.0
    • Feature: AWS Firewall Manager now supports importing existing AWS Network Firewall firewalls into Firewall Manager policies.
  • github.com/aws/aws-sdk-go-v2/service/lightsail: v1.24.0
    • Feature: This release adds support for Amazon Lightsail to automate the delegation of domains registered through Amazon Route 53 to Lightsail DNS management and to automate record creation for DNS validation of Lightsail SSL/TLS certificates.
  • github.com/aws/aws-sdk-go-v2/service/opensearch: v1.11.0
    • Feature: Amazon OpenSearch Service now offers managed VPC endpoints to connect to your Amazon OpenSearch Service VPC-enabled domain in a Virtual Private Cloud (VPC). This feature allows you to privately access OpenSearch Service domain without using public IPs or requiring traffic to traverse the Internet.
  • github.com/aws/aws-sdk-go-v2/service/polly: v1.19.0
    • Feature: Amazon Polly adds new voices: Elin (sv-SE), Ida (nb-NO), Laura (nl-NL) and Suvi (fi-FI). They are available as neural voices only.
  • github.com/aws/aws-sdk-go-v2/service/resourceexplorer2: v1.0.0
    • Release: New AWS service client module
    • Feature: This is the initial SDK release for AWS Resource Explorer. AWS Resource Explorer lets your users search for and discover your AWS resources across the AWS Regions in your account.
  • github.com/aws/aws-sdk-go-v2/service/route53: v1.23.0
    • Feature: Amazon Route 53 now supports the Europe (Zurich) Region (eu-central-2) for latency records, geoproximity records, and private DNS for Amazon VPCs in that region.

Release (2022-11-07)

Module Highlights

  • github.com/aws/aws-sdk-go-v2/service/athena: v1.19.0
    • Feature: Adds support for using Query Result Reuse
  • github.com/aws/aws-sdk-go-v2/service/autoscaling: v1.24.0
    • Feature: This release adds support for two new attributes for attribute-based instance type selection - NetworkBandwidthGbps and AllowedInstanceTypes.
  • github.com/aws/aws-sdk-go-v2/service/cloudtrail: v1.20.0
    • Feature: This release includes support for configuring a delegated administrator to manage an AWS Organizations organization CloudTrail trails and event data stores, and AWS Key Management Service encryption of CloudTrail Lake event data stores.
  • github.com/aws/aws-sdk-go-v2/service/ec2: v1.67.0
    • Feature: This release adds support for two new attributes for attribute-based instance type selection - NetworkBandwi...

      Description has been truncated

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

| Package | From | To |
| --- | --- | --- |
| [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) | `1.49.24` | `1.50.13` |
| [github.com/aws/aws-sdk-go-v2/config](https://github.com/aws/aws-sdk-go-v2) | `1.26.5` | `1.26.6` |
| [github.com/aws/aws-sdk-go-v2/feature/s3/manager](https://github.com/aws/aws-sdk-go-v2) | `1.15.13` | `1.15.15` |
| [github.com/aws/aws-sdk-go-v2/service/athena](https://github.com/aws/aws-sdk-go-v2) | `1.37.4` | `1.38.0` |
| [github.com/aws/aws-sdk-go-v2/service/cloudwatchlogs](https://github.com/aws/aws-sdk-go-v2) | `1.31.0` | `1.32.0` |
| [github.com/aws/aws-sdk-go-v2/service/comprehend](https://github.com/aws/aws-sdk-go-v2) | `1.29.6` | `1.29.7` |
| [github.com/aws/aws-sdk-go-v2/service/connectcases](https://github.com/aws/aws-sdk-go-v2) | `1.12.6` | `1.13.0` |
| [github.com/aws/aws-sdk-go-v2/service/ec2](https://github.com/aws/aws-sdk-go-v2) | `1.144.0` | `1.146.0` |
| [github.com/aws/aws-sdk-go-v2/service/inspector2](https://github.com/aws/aws-sdk-go-v2) | `1.20.6` | `1.22.1` |
| [github.com/aws/aws-sdk-go-v2/service/lexmodelsv2](https://github.com/aws/aws-sdk-go-v2) | `1.38.6` | `1.39.0` |
| [github.com/aws/aws-sdk-go-v2/service/lightsail](https://github.com/aws/aws-sdk-go-v2) | `1.33.0` | `1.34.0` |
| [github.com/aws/aws-sdk-go-v2/service/m2](https://github.com/aws/aws-sdk-go-v2) | `1.10.7` | `1.10.8` |
| [github.com/aws/aws-sdk-go-v2/service/rds](https://github.com/aws/aws-sdk-go-v2) | `1.66.2` | `1.69.0` |
| [github.com/aws/aws-sdk-go-v2/service/resourceexplorer2](https://github.com/aws/aws-sdk-go-v2) | `1.8.6` | `1.8.7` |
| [github.com/aws/aws-sdk-go-v2/service/s3](https://github.com/aws/aws-sdk-go-v2) | `1.48.0` | `1.48.1` |
| [github.com/aws/aws-sdk-go-v2/service/ssm](https://github.com/aws/aws-sdk-go-v2) | `1.44.7` | `1.45.0` |
| [github.com/aws/aws-sdk-go-v2/service/ssoadmin](https://github.com/aws/aws-sdk-go-v2) | `1.23.6` | `1.23.7` |
| [github.com/aws/aws-sdk-go-v2/service/workspaces](https://github.com/aws/aws-sdk-go-v2) | `1.35.8` | `1.35.9` |


Updates `github.com/aws/aws-sdk-go` from 1.49.24 to 1.50.13
- [Release notes](https://github.com/aws/aws-sdk-go/releases)
- [Commits](aws/aws-sdk-go@v1.49.24...v1.50.13)

Updates `github.com/aws/aws-sdk-go-v2/config` from 1.26.5 to 1.26.6
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@config/v1.26.5...config/v1.26.6)

Updates `github.com/aws/aws-sdk-go-v2/feature/s3/manager` from 1.15.13 to 1.15.15
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@config/v1.15.13...config/v1.15.15)

Updates `github.com/aws/aws-sdk-go-v2/service/athena` 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/cloudwatchlogs` from 1.31.0 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.0...service/s3/v1.32.0)

Updates `github.com/aws/aws-sdk-go-v2/service/comprehend` from 1.29.6 to 1.29.7
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@service/s3/v1.29.6...service/eks/v1.29.7)

Updates `github.com/aws/aws-sdk-go-v2/service/connectcases` from 1.12.6 to 1.13.0
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/v1.13.0/CHANGELOG.md)
- [Commits](aws/aws-sdk-go-v2@credentials/v1.12.6...v1.13.0)

Updates `github.com/aws/aws-sdk-go-v2/service/ec2` from 1.144.0 to 1.146.0
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@service/ec2/v1.144.0...service/ec2/v1.146.0)

Updates `github.com/aws/aws-sdk-go-v2/service/inspector2` from 1.20.6 to 1.22.1
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@service/mq/v1.20.6...v1.22.1)

Updates `github.com/aws/aws-sdk-go-v2/service/lexmodelsv2` from 1.38.6 to 1.39.0
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@service/kendra/v1.38.6...service/s3/v1.39.0)

Updates `github.com/aws/aws-sdk-go-v2/service/lightsail` from 1.33.0 to 1.34.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.34.0/CHANGELOG.md)
- [Commits](aws/aws-sdk-go-v2@service/s3/v1.33.0...service/s3/v1.34.0)

Updates `github.com/aws/aws-sdk-go-v2/service/m2` from 1.10.7 to 1.10.8
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@service/m2/v1.10.7...service/m2/v1.10.8)

Updates `github.com/aws/aws-sdk-go-v2/service/rds` from 1.66.2 to 1.69.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.69.0/CHANGELOG.md)
- [Commits](aws/aws-sdk-go-v2@service/rds/v1.66.2...service/ec2/v1.69.0)

Updates `github.com/aws/aws-sdk-go-v2/service/resourceexplorer2` from 1.8.6 to 1.8.7
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@service/rbin/v1.8.6...service/rbin/v1.8.7)

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

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

Updates `github.com/aws/aws-sdk-go-v2/service/ssoadmin` from 1.23.6 to 1.23.7
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@service/ram/v1.23.6...service/ram/v1.23.7)

Updates `github.com/aws/aws-sdk-go-v2/service/workspaces` from 1.35.8 to 1.35.9
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@service/workspaces/v1.35.8...service/workspaces/v1.35.9)

---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go
  dependency-type: direct:production
  update-type: version-update:semver-minor
  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/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/athena
  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/cloudwatchlogs
  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/comprehend
  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/connectcases
  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/inspector2
  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-minor
  dependency-group: aws-sdk-go
- dependency-name: github.com/aws/aws-sdk-go-v2/service/lightsail
  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/m2
  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/rds
  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/resourceexplorer2
  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/s3
  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/ssm
  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/ssoadmin
  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/workspaces
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: aws-sdk-go
...

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 Feb 8, 2024
Copy link

github-actions bot commented Feb 8, 2024

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/M and removed dependencies Pull requests that update a dependency file labels Feb 8, 2024
Copy link
Author

dependabot bot commented on behalf of github Feb 9, 2024

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

@dependabot dependabot bot closed this Feb 9, 2024
@dependabot dependabot bot deleted the dependabot/go_modules/aws-sdk-go-022cdc80cb branch February 9, 2024 01:33
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 Mar 11, 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/M
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants