Skip to content

Update go modules - #6718

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/go-modules
Open

renovate[bot] wants to merge 1 commit into
mainfrom
renovate/go-modules

Conversation

@renovate

@renovate renovate Bot commented Sep 26, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
charm.land/bubbletea/v2 v2.0.9 → v2.0.10 age confidence
github.com/aws/aws-sdk-go-v2 v1.47.0 → v1.47.1 age confidence
github.com/aws/aws-sdk-go-v2/config v1.33.5 → v1.33.6 age confidence
github.com/aws/aws-sdk-go-v2/service/sts v1.51.0 → v1.51.1 age confidence
github.com/onsi/gomega v1.43.1 → v1.44.0 age confidence
k8s.io/api v0.37.0 → v0.37.1 age confidence
k8s.io/apiextensions-apiserver v0.37.0 → v0.37.1 age confidence
k8s.io/apimachinery v0.37.0 → v0.37.1 age confidence
k8s.io/client-go v0.37.0 → v0.37.1 age confidence

Release Notes

charmbracelet/bubbletea (charm.land/bubbletea/v2)

v2.0.10

Compare Source

Change to no input programs

This is a small change to programs with no WithInput. Removed capability queries, which resulted in leaking of raw ANSI escape sequences.

Changelog

Fixed
Other stuff

The Charm logo

Thoughts? Questions? We love hearing from you. Feel free to reach out on X, Discord, Slack, The Fediverse, Bluesky.

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

v1.47.1

Compare Source

Module Highlights

  • github.com/aws/aws-sdk-go-v2/service/bedrockagentcore: v1.49.0
    • Feature: Batch evaluation now supports evaluating specific traces within a session. Each session can specify up to 100 trace IDs to evaluate.
  • github.com/aws/aws-sdk-go-v2/service/connect: v1.200.0
    • Feature: Made the replicaAlias attribute optional in the ReplicateInstance API to support Global routing for Amazon Connect Global Resiliency (ACGR) instances. This change maintains backward compatibility. When onboarding to ACGR without Global routing, you must specify a custom replicaAlias in your API call
  • github.com/aws/aws-sdk-go-v2/service/ec2: v1.334.0
    • Feature: Adding support for "Tunnel" VPC Endpoint
  • github.com/aws/aws-sdk-go-v2/service/guardduty: v1.93.0
    • Feature: This change surfaces AI Protection resources on existing public IAM attack sequences. Customers will now see which model was accessed and whether a guardrail intervened as part of the credential-compromise sequence.
  • github.com/aws/aws-sdk-go-v2/service/iotwireless: v1.65.0
    • Feature: Adds Multi-frame GNSS support to the AWS IoT Core Device Location GetPositionEstimate API. The new GnssMultiFrame measurement type improves location accuracy by combining multiple GNSS signal captures (2, 4, 8, 16, or 32) from the same device to estimate its position.
  • github.com/aws/aws-sdk-go-v2/service/notifications: v1.17.0
    • Feature: Added support for attachments on managed notification events. Added support to access and subscribe sensitive managed notification events.
  • github.com/aws/aws-sdk-go-v2/service/sesv2: v1.74.0
    • Feature: Added support to query the tenant name for BatchGetMetricData and CreateExportJob APIs to filter metrics and messages at the tenant level.
  • github.com/aws/aws-sdk-go-v2/service/sns: v1.47.1
    • Documentation: SNS API reference documentation update
  • github.com/aws/aws-sdk-go-v2/service/socialmessaging: v1.21.0
    • Feature: Add support for WhatsApp Calling APIs.
  • github.com/aws/aws-sdk-go-v2/service/vpclattice: v1.33.0
    • Feature: Adding support for CIDR Resource Configuration
onsi/gomega (github.com/onsi/gomega)

v1.44.0

Compare Source

Fixes
  • BeNumerically compares signed and unsigned integers by value: -1 no longer equals uint64(math.MaxUint64) and uint(5) is now greater than -3 (#​925) [26e3c6b]
  • BeNumerically("~") no longer overflows when computing the distance between extreme integers (#​928) [1955764]
  • BeNumerically("==", x, threshold) now honors the threshold for floats, as it already did for integers (#​927) [10e2aca]
  • HaveKeyWithValue succeeds if any key accepted by the key matcher has a matching value, rather than depending on map iteration order (#​929) [ffc577a]
  • HaveKey and HaveKeyWithValue treat key and value matcher errors like ContainElement does: a match wins, and an error is only reported when nothing matches (#​926) [dc91598]
  • MatchJSON no longer treats numbers too large for a float64 as equal to one another (#​930) [9d619a5]
  • MatchJSON compares integers beyond ±2^53 exactly, so neighboring large integers (e.g. IDs) no longer match; all other numbers are still compared as float64s (#​931) [8ef1aa7, 630fe12]
  • HaveExactElements reports missing or extra elements that start at index 0, and reports the first extra element's index rather than the last (#​934) [af1b777]
  • MatchYAML compares every document in a multi-document stream rather than only the first; empty documents (e.g. a leading or trailing ---) are ignored (#​933) [2773796]
  • MatchXML ignores namespace prefixes: elements and attributes are compared by namespace URI, and the URIs declared on each element must match whatever prefix they are bound to (#​932) [c0dbd89, 2565350]
kubernetes/api (k8s.io/api)

v0.37.1

Compare Source

kubernetes/apiextensions-apiserver (k8s.io/apiextensions-apiserver)

v0.37.1

Compare Source

kubernetes/apimachinery (k8s.io/apimachinery)

v0.37.1

Compare Source

kubernetes/client-go (k8s.io/client-go)

v0.37.1

Compare Source


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • "every weekend"
  • 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 added the dependencies Pull requests that update a dependency file label Sep 26, 2026
@renovate

renovate Bot commented Sep 26, 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):

  • 10 additional dependencies were updated

Details:

Package Change
github.com/aws/aws-sdk-go-v2/credentials v1.20.5 -> v1.20.6
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.20.0 -> v1.20.1
github.com/aws/aws-sdk-go-v2/internal/configsources v1.5.3 -> v1.5.4
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.8.3 -> v2.8.4
github.com/aws/aws-sdk-go-v2/internal/v4a v1.5.3 -> v1.5.4
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.14.3 -> v1.14.4
github.com/aws/aws-sdk-go-v2/service/signin v1.10.0 -> v1.10.1
github.com/aws/aws-sdk-go-v2/service/sso v1.38.0 -> v1.38.1
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.43.0 -> v1.43.1
k8s.io/streaming v0.37.0 -> v0.37.1

@renovate
renovate Bot requested a review from JAORMX as a code owner September 26, 2026 00:49
@github-actions github-actions Bot added the size/S Small PR: 100-299 lines changed label Sep 26, 2026
@codecov

codecov Bot commented Sep 26, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 79.24%. Comparing base (dfb0713) to head (bc3bf18).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #6718   +/-   ##
=======================================
  Coverage   79.24%   79.24%           
=======================================
  Files         800      800           
  Lines       81006    81006           
=======================================
+ Hits        64195    64196    +1     
+ Misses      16806    16805    -1     
  Partials        5        5           

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

This branch has not been deployed

No deployments
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 size/S Small PR: 100-299 lines changed

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants