Skip to content

fix(deps): update aws-sdk-go-v2 monorepo - #1163

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/aws-sdk-go-v2-monorepo
Open

fix(deps): update aws-sdk-go-v2 monorepo#1163
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/aws-sdk-go-v2-monorepo

Conversation

@renovate

@renovate renovate Bot commented Jul 25, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
github.com/aws/aws-sdk-go-v2/config v1.32.29v1.32.31 age confidence
github.com/aws/aws-sdk-go-v2/credentials v1.19.28v1.19.30 age confidence
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.60.0v1.62.0 age confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

aws/aws-sdk-go-v2 (github.com/aws/aws-sdk-go-v2/service/dynamodb)

v1.62.0

Module Highlights

  • github.com/aws/aws-sdk-go-v2/service/applicationautoscaling: v1.43.0
    • Feature: Adds support for ECS high-resolution predefined scaling metrics (ECSServiceAverageCPUUtilizationHighResolution, ECSServiceAverageMemoryUtilizationHighResolution) enabling 20-second metric periods for faster scaling
  • github.com/aws/aws-sdk-go-v2/service/batch: v1.66.0
    • Feature: Adds Support for ordered allocation strategies- BEST-FIT-PROGRESSIVE-ORDERED or SPOT-CAPACITY-OPTIMIZED-PRIORITIZED
  • github.com/aws/aws-sdk-go-v2/service/cloudwatchlogs: v1.77.0
    • Feature: Added optional startFromHead parameter to FilterLogEvents enabling descending timestamp order (newest first) when set to false. Default true preserves existing ascending order. Reverse sorting requires a startTime on or after Jan 1, 2024.
  • github.com/aws/aws-sdk-go-v2/service/cognitoidentityprovider: v1.62.0
    • Feature: In order to support the new TLS Self-Service feature, this change adds SecurityPolicyType to CustomDomainConfigType. During CreateUserPoolDomain and UpdateUserPoolDomain this is used to select a custom domain's TLS enforcement, and for DescribeUserPoolDomain it informs users about the current TLS.
  • github.com/aws/aws-sdk-go-v2/service/computeoptimizer: v1.54.0
    • Feature: This release surfaces two new metrics Volume IOPS Exceeded and Volume Throughput Exceeded into EBS volume rightsizing recommendations.
  • github.com/aws/aws-sdk-go-v2/service/ec2: v1.307.1
    • Documentation: Documentation updates clarifying CancelCapacityReservation cancellable states
  • github.com/aws/aws-sdk-go-v2/service/ecs: v1.85.0
    • Feature: Amazon ECS services now support high resolution (20 second) CloudWatch metrics for CPUUtilization and MemoryUtilization. Use these metrics for faster service auto scaling.
  • github.com/aws/aws-sdk-go-v2/service/eks: v1.87.0
    • Feature: Adds support for configurable control plane egress routing in Amazon EKS, allowing you to route control plane egress traffic through your VPC and control how the control plane reaches resources in your network such as webhook servers and OIDC providers.
  • github.com/aws/aws-sdk-go-v2/service/gamelift: v1.56.0
    • Feature: Amazon GameLift Servers has launched support for customizing Linux capabilities in container fleets. You can now specify additional Linux capabilities for containers in a container group definition, giving you finer control over the default Docker capabilities available to your containers.
  • github.com/aws/aws-sdk-go-v2/service/healthlake: v1.39.0
    • Feature: Adding New Configurations to the FHIR Create Datastore. The new configurations include NLP Configuration, AnalyticsConfiguration, ProfileConfiguration
  • github.com/aws/aws-sdk-go-v2/service/lambda: v1.93.0
    • Feature: Converging and fixing existing documentation gaps in Lambda SDK
  • github.com/aws/aws-sdk-go-v2/service/sagemaker: v1.256.0
    • Feature: Adds support for automatic AMI patching on HyperPod clusters. Customers can configure patching strategies to automatically apply security patch with zero job termination. Customers can also specify an AMI version at instance group level and update cluster software to a certain AMI version.
  • github.com/aws/aws-sdk-go-v2/service/synthetics: v1.44.0
    • Feature: CloudWatch Synthetics adds support for multi-location canaries. Customers can now monitor their endpoints from multiple locations with centralized management from a primary location. The SDK includes new parameters for configuring multiple locations and tracking their state.

v1.61.0

Module Highlights

  • github.com/aws/aws-sdk-go-v2/service/acm: v1.41.0
    • Feature: AWS Certificate Manager now supports the Automatic Certificate Management Environment (ACME) protocol to issue public certificates. ACME is an industry-standard protocol for automating certificate lifecycle on customer-managed infrastructure such as on-premises servers and Kubernetes clusters.
  • github.com/aws/aws-sdk-go-v2/service/autoscaling: v1.68.0
    • Feature: This release adds support for a new reservations-then-balanced capacity distribution strategy, which first attempts to launch instances into your Capacity Reservations and then balances remaining capacity across healthy Availability Zones.
  • github.com/aws/aws-sdk-go-v2/service/cleanrooms: v1.46.0
    • Feature: Adds support for intermediate tables in AWS Clean Rooms collaborations.
  • github.com/aws/aws-sdk-go-v2/service/cloudformation: v1.73.0
    • Feature: AWS CloudFormation adds a DeploymentConfig parameter to enable Express mode, which completes stack operations as soon as resource configuration is applied. Also adds a DisableValidation parameter to skip pre-deployment validation, which now runs automatically on CreateStack and UpdateStak.
  • github.com/aws/aws-sdk-go-v2/service/cloudwatch: v1.61.0
    • Feature: Customers can configure alarms with wall-clock-aligned evaluation windows instead of sliding windows, with optional timezone support for daily or weekly periods
  • github.com/aws/aws-sdk-go-v2/service/codebuild: v1.70.0
    • Feature: Adds support for host kernel selection for on-demand builds.
  • github.com/aws/aws-sdk-go-v2/service/connect: v1.178.0
    • Feature: Amazon Connect - Added CreateAttachedFile and StartContactConversationalAnalyticsJob APIs to import call recordings and run conversational analytics.
  • github.com/aws/aws-sdk-go-v2/service/datazone: v1.64.0
    • Feature: Amazon DataZone now supports SNOWFLAKE as a connection type in the CreateConnection API, enabling metadata and lineage retrieval from Snowflake databases. Specify snowflakeProperties with connection details, a Secrets Manager secret, an Athena spill bucket, and an identity mapping for Snowflake.
  • github.com/aws/aws-sdk-go-v2/service/ec2: v1.310.0
    • Feature: Adds ModifyVpcEndpointPayerResponsibility API, which enables VPC endpoint service owners to modify the billing account for VPC endpoint usage charges at the individual endpoint level
  • github.com/aws/aws-sdk-go-v2/service/ecs: v1.86.1
    • Documentation: Updated threshold configuration documentation.
  • github.com/aws/aws-sdk-go-v2/service/eks: v1.88.0
    • Feature: Adds Kubernetes version rollback support, including the CancelUpdate operation to cancel an in-progress VersionRollback update, the RollbackConfig structure with a timeoutMinutes field, and the Cancellation structure surfaced via the new cancellation field on the Update object.
  • github.com/aws/aws-sdk-go-v2/service/networkfirewall: v1.62.0
    • Feature: AWS Network Firewall now supports container associations for monitoring ECS and EKS workloads. You can create container associations to dynamically track the IP addresses of running containers in your Amazon ECS and Amazon EKS clusters.
  • github.com/aws/aws-sdk-go-v2/service/observabilityadmin: v1.18.0
    • Feature: Organization and account level telemetry rule via Observability Admin and CloudWatch pipelines for metrics
  • github.com/aws/aws-sdk-go-v2/service/partnercentralselling: v1.20.0
    • Feature: This release adds AwsMarketplaceSolutions and AwsMarketplaceProducts entity types to the Associate and Disassociate APIs, returns them in GetOpportunity, and adds AwsMarketplaceSolutionArn to ListSolutions ,letting partners link Marketplace listings directly to opportunities.
  • github.com/aws/aws-sdk-go-v2/service/ssoadmin: v1.40.0
    • Feature: AWS IAM Identity Center now returns PrimaryRegion and Regions in the ListInstances response, providing information about replicated instances.
  • github.com/aws/aws-sdk-go-v2/service/supportauthz: v1.0.0
    • Release: New AWS service client module
    • Feature: New SDK release for SupportAuthZ.

v1.60.1

Module Highlights

  • github.com/aws/aws-sdk-go-v2/service/auditmanager: v1.40.0
    • Feature: Updated error handling for RegisterOrganizationAdminAccount API to properly translate TooManyExceptions to HTTP 429 status code. This enhancement improves error handling consistency and provides clearer feedback when request limits are exceeded.
  • github.com/aws/aws-sdk-go-v2/service/cloudwatchlogs: v1.53.0
    • Feature: CloudWatchLogs launches GetLogObject API with streaming support for efficient log data retrieval. Logs added support for new AccountPolicy type METRIC_EXTRACTION_POLICY. For more information, see CloudWatch Logs API documentation
  • github.com/aws/aws-sdk-go-v2/service/mediaconvert: v1.77.0
    • Feature: This release adds support for TAMS server integration with MediaConvert inputs.
  • github.com/aws/aws-sdk-go-v2/service/outposts: v1.52.0
    • Feature: Add AWS Outposts API to surface customer billing information
  • github.com/aws/aws-sdk-go-v2/service/sesv2: v1.47.0
    • Feature: Added IP Visibility support for managed dedicated pools. Enhanced GetDedicatedIp and GetDedicatedIps APIs to return managed IP addresses.
  • github.com/aws/aws-sdk-go-v2/service/ssm: v1.60.1
    • Documentation: July 2025 doc-only updates for Systems Manager.

Configuration

📅 Schedule: (in timezone Asia/Tokyo)

  • Branch creation
    • Only on Sunday and Saturday (* * * * 0,6)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate

renovate Bot commented Jul 25, 2026

Copy link
Copy Markdown
Contributor Author

ℹ️ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 6 additional dependencies were updated

Details:

Package Change
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.18.30 -> v1.18.31
github.com/aws/aws-sdk-go-v2/service/internal/endpoint-discovery v1.12.7 -> v1.12.8
github.com/aws/aws-sdk-go-v2/service/signin v1.4.0 -> v1.5.0
github.com/aws/aws-sdk-go-v2/service/sso v1.32.0 -> v1.33.0
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.37.0 -> v1.38.0
github.com/aws/aws-sdk-go-v2/service/sts v1.44.0 -> v1.45.0

@renovate
renovate Bot force-pushed the renovate/aws-sdk-go-v2-monorepo branch 3 times, most recently from d44e345 to 847710d Compare July 28, 2026 20:04
@renovate
renovate Bot force-pushed the renovate/aws-sdk-go-v2-monorepo branch from 847710d to 0792227 Compare July 31, 2026 18:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants