Skip to content

build(deps): update collector-other - #2565

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/collector-other
Open

build(deps): update collector-other#2565
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/collector-other

Conversation

@renovate

@renovate renovate Bot commented Aug 31, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence Type Update
github.com/aws/aws-lambda-go v1.54.0v1.55.0 age confidence require minor
github.com/aws/aws-sdk-go-v2/config v1.32.38v1.33.3 age confidence require minor
github.com/aws/aws-sdk-go-v2/service/s3 v1.107.3v1.111.0 age confidence require minor
github.com/golangci/golangci-lint/v2 v2.13.1v2.13.2 age confidence require patch
golang.org/x/exp ca53665e88cd73 age confidence require digest

Warning

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


Release Notes

aws/aws-lambda-go (github.com/aws/aws-lambda-go)

v1.55.0

Compare Source

What's changed

  • Bump min go version to 1.26 (#​638) — @​maxday
  • Enable Go 1.27 compatibility & fix serialization test bugs (#​637) — @​djedward
    • Fixed TestMalformedJson to correctly pass a pointer to json.Unmarshal,
      matching the intended behavior after Go 1.27's JSON library changes.
    • Relaxed error-message matching in tests so both Go 1.27 and earlier versions pass.
    • Hardened flaky integration tests (TestEnableSigterm, TestConcurrencyWithRIE)
      with polling and increased timeouts.
  • Add missing userNotFound field to Cognito auth trigger requests (#​630) — @​anzheyazzz
    • Adds 3 missing userNotFound fields to the Cognito auth trigger request events.
  • Pin GitHub Actions to commit SHAs (#​623) — @​maxday
    • Hardens CI supply-chain security by pinning actions to their SHAs.

Full changelog: aws/aws-lambda-go@v1.54.0...v1.55.0

aws/aws-sdk-go-v2 (github.com/aws/aws-sdk-go-v2/config)

v1.33.2

General Highlights

  • Dependency Update: Updated to the latest SDK module versions

Module Highlights

  • github.com/aws/aws-sdk-go-v2/service/bedrockruntime: v1.11.0
    • Feature: This release adds document support to Converse and ConverseStream APIs
  • github.com/aws/aws-sdk-go-v2/service/codeartifact: v1.29.0
    • Feature: Add support for the Cargo package format.
  • github.com/aws/aws-sdk-go-v2/service/computeoptimizer: v1.36.0
    • Feature: This release enables AWS Compute Optimizer to analyze and generate optimization recommendations for Amazon RDS MySQL and RDS PostgreSQL.
  • github.com/aws/aws-sdk-go-v2/service/costoptimizationhub: v1.6.0
    • Feature: This release enables AWS Cost Optimization Hub to show cost optimization recommendations for Amazon RDS MySQL and RDS PostgreSQL.
  • github.com/aws/aws-sdk-go-v2/service/dynamodb: v1.33.2
    • Documentation: Doc-only update for DynamoDB. Fixed Important note in 6 Global table APIs - CreateGlobalTable, DescribeGlobalTable, DescribeGlobalTableSettings, ListGlobalTables, UpdateGlobalTable, and UpdateGlobalTableSettings.
  • github.com/aws/aws-sdk-go-v2/service/ivsrealtime: v1.15.0
    • Feature: IVS Real-Time now offers customers the ability to record individual stage participants to S3.
  • github.com/aws/aws-sdk-go-v2/service/sagemaker: v1.147.0
    • Feature: Adds support for model references in Hub service, and adds support for cross-account access of Hubs
  • github.com/aws/aws-sdk-go-v2/service/securityhub: v1.50.2
    • Documentation: Documentation updates for Security Hub

v1.33.1

Module Highlights

  • github.com/aws/aws-sdk-go-v2/service/batch: v1.49.7
    • Documentation: Documentation-only update: clarified the description of the shareDecaySeconds parameter of the FairsharePolicy data type, clarified the description of the priority parameter of the JobQueueDetail data type.
  • github.com/aws/aws-sdk-go-v2/service/cloudwatchlogs: v1.45.7
    • Documentation: Documentation-only update to address doc errors
  • github.com/aws/aws-sdk-go-v2/service/cognitoidentityprovider: v1.49.0
    • Feature: corrects the dual-stack endpoint configuration for cognitoidp
  • github.com/aws/aws-sdk-go-v2/service/connect: v1.124.0
    • Feature: Added DeleteContactFlowVersion API and the CAMPAIGN flow type
  • github.com/aws/aws-sdk-go-v2/service/iotsitewise: v1.45.0
    • Feature: AWS IoT SiteWise now supports ingestion and querying of Null (all data types) and NaN (double type) values of bad or uncertain data quality. New partial error handling prevents data loss during ingestion. Enabled by default for new customers; existing customers can opt-in.
  • github.com/aws/aws-sdk-go-v2/service/quicksight: v1.83.0
    • Feature: Added DigitGroupingStyle in ThousandsSeparator to allow grouping by LAKH( Indian Grouping system ) currency. Support LAKH and CRORE currency types in Column Formatting.
  • github.com/aws/aws-sdk-go-v2/service/sns: v1.33.14
    • Documentation: This release adds support for the topic attribute FifoThroughputScope for SNS FIFO topics. For details, see the documentation history in the Amazon Simple Notification Service Developer Guide.

v1.33.0

Module Highlights

  • github.com/aws/aws-sdk-go-v2/service/ec2: v1.257.2
    • Documentation: Documentation updates for Amazon EC2.
  • github.com/aws/aws-sdk-go-v2/service/gameliftstreams: v1.6.8
    • Documentation: Updates documentation to clarify valid application binaries for an Amazon GameLift Streams application and provide descriptions of stream session error status reasons
  • github.com/aws/aws-sdk-go-v2/service/geomaps: v1.7.0
    • Feature: Added support for optional style parameters in maps, including Terrain, ContourDensity, Traffic, and TravelModes.
  • github.com/aws/aws-sdk-go-v2/service/marketplacecatalog: v1.37.0
    • Feature: The ListEntities API now supports two new CAPI filters: DeliveryOptionTypes for SaaS products and CompatibleAWSServices for Container products.
  • github.com/aws/aws-sdk-go-v2/service/networkmanager: v1.40.0
    • Feature: Update endpoint ruleset parameters casing
  • github.com/aws/aws-sdk-go-v2/service/swf: v1.33.0
    • Feature: Releasing minor endpoint updates.
golangci/golangci-lint (github.com/golangci/golangci-lint/v2)

v2.13.2

Compare Source

Released on 2026-08-28

  1. Bug fixes
    • Decrease cache entropy
  2. Linters bug fixes
    • iface: from 1.5.0 to 1.5.1
    • staticcheck: from 0.8.0 to 0.8.1
    • unparam: from 3f964bc to 2fa3d84
    • canonicalheader: from v1.1.2 to a temporary fork

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • "before 8am on Monday"
  • 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 requested a review from a team as a code owner August 31, 2026 00:41
@renovate renovate Bot added the dependencies Pull requests that update a dependency file label Aug 31, 2026
@renovate

renovate Bot commented Aug 31, 2026

Copy link
Copy Markdown
Contributor Author

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: collector/internal/tools/go.sum
Command failed: go get -t ./...
go: go.augendre.info/fatcontext@v0.10.0 used for two different module paths (github.com/Crocmagnon/fatcontext and go.augendre.info/fatcontext)

@github-actions github-actions Bot added the go Pull requests that update Go code label Aug 31, 2026
@renovate
renovate Bot force-pushed the renovate/collector-other branch 14 times, most recently from 30ab5d0 to 51c6577 Compare September 2, 2026 10:04
@renovate
renovate Bot force-pushed the renovate/collector-other branch 5 times, most recently from 7768ee0 to 22bf900 Compare September 3, 2026 09:15
@renovate
renovate Bot force-pushed the renovate/collector-other branch from 22bf900 to 28f8962 Compare September 4, 2026 20:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file go Pull requests that update Go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant