Skip to content

fix(deps): update all non-major go dependencies - #322

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/all-non-major-go-dependencies
Open

renovate[bot] wants to merge 1 commit into
mainfrom
renovate/all-non-major-go-dependencies

Conversation

@renovate

@renovate renovate Bot commented Sep 24, 2026 •

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change 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/credentials v1.20.5 → v1.20.6 age confidence
github.com/aws/aws-sdk-go-v2/service/s3 v1.113.2 → v1.113.4 age confidence
github.com/onsi/gomega v1.43.1 → v1.44.0 age confidence

Release Notes

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]

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

♻ Rebasing: Whenever PR is behind base branch, 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 automated label Sep 24, 2026
@renovate
renovate Bot requested a review from jlong49 as a code owner September 24, 2026 07:48
@renovate renovate Bot added the no-issue label Sep 24, 2026
@renovate
renovate Bot requested a review from a team as a code owner September 24, 2026 07:48
@renovate

renovate Bot commented Sep 24, 2026 •

Copy link
Copy Markdown
Contributor Author

ℹ️ Artifact update notice

File name: core/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):

  • 11 additional dependencies were updated

Details:

Package Change
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/checksum v1.11.3 -> v1.11.5
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/internal/s3shared v1.20.3 -> v1.20.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
github.com/aws/aws-sdk-go-v2/service/sts v1.51.0 -> v1.51.1

@renovate
renovate Bot force-pushed the renovate/all-non-major-go-dependencies branch 2 times, most recently from 58f04f5 to 3434a08 Compare September 25, 2026 05:18
@renovate renovate Bot changed the title fix(deps): update module github.com/aws/aws-sdk-go-v2/service/s3 to v1.113.3 fix(deps): update all non-major go dependencies Sep 25, 2026
| datasource | package                                  | from     | to       |
| ---------- | ---------------------------------------- | -------- | -------- |
| go         | github.com/aws/aws-sdk-go-v2             | v1.47.0  | v1.47.1  |
| go         | github.com/aws/aws-sdk-go-v2/config      | v1.33.5  | v1.33.6  |
| go         | github.com/aws/aws-sdk-go-v2/credentials | v1.20.5  | v1.20.6  |
| go         | github.com/aws/aws-sdk-go-v2/service/s3  | v1.113.2 | v1.113.4 |
| go         | github.com/onsi/gomega                   | v1.43.1  | v1.44.0  |


Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@renovate
renovate Bot force-pushed the renovate/all-non-major-go-dependencies branch from 3434a08 to 8337804 Compare September 25, 2026 05:20

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants