Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 13, 2025

Bumps the all-go-mod-patch-and-minor group with 22 updates in the / directory:

Package From To
github.com/aws/aws-sdk-go-v2/config 1.31.2 1.31.12
github.com/aws/aws-sdk-go-v2/service/acmpca 1.43.2 1.44.5
github.com/aws/aws-sdk-go-v2/service/cloudformation 1.65.0 1.67.0
github.com/aws/aws-sdk-go-v2/service/cloudwatchlogs 1.57.0 1.58.2
github.com/aws/aws-sdk-go-v2/service/ec2 1.246.0 1.254.1
github.com/aws/aws-sdk-go-v2/service/ec2instanceconnect 1.31.2 1.32.5
github.com/aws/aws-sdk-go-v2/service/ecr 1.49.2 1.50.5
github.com/aws/aws-sdk-go-v2/service/ecrpublic 1.37.0 1.37.6
github.com/aws/aws-sdk-go-v2/service/eks 1.72.0 1.74.2
github.com/aws/aws-sdk-go-v2/service/iam 1.47.1 1.47.7
github.com/aws/aws-sdk-go-v2/service/resourcegroupstaggingapi 1.30.0 1.30.6
github.com/aws/aws-sdk-go-v2/service/rolesanywhere 1.21.0 1.21.6
github.com/aws/aws-sdk-go-v2/service/s3 1.87.1 1.88.4
github.com/aws/aws-sdk-go-v2/service/secretsmanager 1.39.4 1.39.6
github.com/aws/aws-sdk-go-v2/service/ssm 1.63.2 1.65.1
github.com/cert-manager/cert-manager 1.18.2 1.19.0
github.com/integrii/flaggy 1.5.2 1.8.0
github.com/onsi/ginkgo/v2 2.25.1 2.26.0
golang.org/x/mod 0.27.0 0.29.0
k8s.io/cri-api 0.33.4 0.34.1
k8s.io/kubectl 0.33.4 0.34.1
k8s.io/kubelet 0.33.4 0.34.1

Updates github.com/aws/aws-sdk-go-v2/config from 1.31.2 to 1.31.12

Commits

Updates github.com/aws/aws-sdk-go-v2/feature/ec2/imds from 1.18.4 to 1.18.9

Changelog

Sourced from github.com/aws/aws-sdk-go-v2/feature/ec2/imds's changelog.

Release (2023-01-23)

General Highlights

  • Dependency Update: Updated to the latest SDK module versions

Module Highlights

  • github.com/aws/aws-sdk-go-v2/service/lambda: v1.29.0
    • Feature: Release Lambda RuntimeManagementConfig, enabling customers to better manage runtime updates to their Lambda functions. This release adds two new APIs, GetRuntimeManagementConfig and PutRuntimeManagementConfig, as well as support on existing Create/Get/Update function APIs.
  • github.com/aws/aws-sdk-go-v2/service/sagemaker: v1.64.0
    • Feature: Amazon SageMaker Inference now supports P4de instance types.

Release (2023-01-20)

Module Highlights

  • github.com/aws/aws-sdk-go-v2/service/ec2: v1.80.0
    • Feature: C6in, M6in, M6idn, R6in and R6idn instances are powered by 3rd Generation Intel Xeon Scalable processors (code named Ice Lake) with an all-core turbo frequency of 3.5 GHz.
  • github.com/aws/aws-sdk-go-v2/service/ivs: v1.20.0
    • Feature: API and Doc update. Update to arns field in BatchGetStreamKey. Also updates to operations and structures.
  • github.com/aws/aws-sdk-go-v2/service/quicksight: v1.30.0
    • Feature: This release adds support for data bars in QuickSight table and increases pivot table field well limit.

Release (2023-01-19)

Module Highlights

  • github.com/aws/aws-sdk-go-v2/service/appflow: v1.24.0
    • Feature: Adding support for Salesforce Pardot connector in Amazon AppFlow.
  • github.com/aws/aws-sdk-go-v2/service/cloudwatchlogs: v1.20.0
    • Feature: Bug fix - Removed the regex pattern validation from CoralModel to avoid potential security issue.
  • github.com/aws/aws-sdk-go-v2/service/codeartifact: v1.15.0
    • Feature: Documentation updates for CodeArtifact
  • github.com/aws/aws-sdk-go-v2/service/connect: v1.45.0
    • Feature: Amazon Connect Chat introduces Persistent Chat, allowing customers to resume previous conversations with context and transcripts carried over from previous chats, eliminating the need to repeat themselves and allowing agents to provide personalized service with access to entire conversation history.
  • github.com/aws/aws-sdk-go-v2/service/connectparticipant: v1.15.0
    • Feature: This release updates Amazon Connect Participant's GetTranscript api to provide transcripts of past chats on a persistent chat session.
  • github.com/aws/aws-sdk-go-v2/service/ec2: v1.79.0
    • Feature: Adds SSM Parameter Resource Aliasing support to EC2 Launch Templates. Launch Templates can now store parameter aliases in place of AMI Resource IDs. CreateLaunchTemplateVersion and DescribeLaunchTemplateVersions now support a convenience flag, ResolveAlias, to return the resolved parameter value.
  • github.com/aws/aws-sdk-go-v2/service/glue: v1.40.0
    • Feature: Release Glue Studio Hudi Data Lake Format for SDK/CLI
  • github.com/aws/aws-sdk-go-v2/service/groundstation: v1.16.0
    • Feature: Add configurable prepass and postpass times for DataflowEndpointGroup. Add Waiter to allow customers to wait for a contact that was reserved through ReserveContact
  • github.com/aws/aws-sdk-go-v2/service/medialive: v1.29.0
    • Feature: AWS Elemental MediaLive adds support for SCTE 35 preRollMilliSeconds.
  • github.com/aws/aws-sdk-go-v2/service/opensearch: v1.13.0
    • Feature: This release adds the enhanced dry run option, that checks for validation errors that might occur when deploying configuration changes and provides a summary of these errors, if any. The feature will also indicate whether a blue/green deployment will be required to apply a change.
  • github.com/aws/aws-sdk-go-v2/service/panorama: v1.11.0
    • Feature: Added AllowMajorVersionUpdate option to OTAJobConfig to make appliance software major version updates opt-in.
  • github.com/aws/aws-sdk-go-v2/service/sagemaker: v1.63.0
    • Feature: HyperParameterTuningJobs now allow passing environment variables into the corresponding TrainingJobs

Release (2023-01-18)

... (truncated)

Commits

Updates github.com/aws/aws-sdk-go-v2/service/acmpca from 1.43.2 to 1.44.5

Commits
  • f2706c8 Release 2023-12-08
  • 1dac0c9 Regenerated Clients
  • cbd9216 Update API model
  • c7357bb fix: reinstate presence of retryer when functional opts run but still respect...
  • c5c34b3 fix: translation of ini service sections into shared config (#2416)
  • b3c7fbf update express cache key (#2414)
  • 9b90af4 fix: add non-vhostable buckets to path when using legacy endpoint resolver (#...
  • 0d643a8 Release 2023-12-07
  • e38b534 Regenerated Clients
  • f394daf Update SDK's smithy-go dependency to v1.19.0
  • Additional commits viewable in compare view

Updates github.com/aws/aws-sdk-go-v2/service/cloudformation from 1.65.0 to 1.67.0

Commits

Updates github.com/aws/aws-sdk-go-v2/service/cloudwatchlogs from 1.57.0 to 1.58.2

Commits

Updates github.com/aws/aws-sdk-go-v2/service/ec2 from 1.246.0 to 1.254.1

Commits

Updates github.com/aws/aws-sdk-go-v2/service/ec2instanceconnect from 1.31.2 to 1.32.5

Commits

Updates github.com/aws/aws-sdk-go-v2/service/ecr from 1.49.2 to 1.50.5

Commits

Updates github.com/aws/aws-sdk-go-v2/service/ecrpublic from 1.37.0 to 1.37.6

Commits

Updates github.com/aws/aws-sdk-go-v2/service/eks from 1.72.0 to 1.74.2

Commits

Updates github.com/aws/aws-sdk-go-v2/service/iam from 1.47.1 to 1.47.7

Commits

Updates github.com/aws/aws-sdk-go-v2/service/resourcegroupstaggingapi from 1.30.0 to 1.30.6

Commits

Updates github.com/aws/aws-sdk-go-v2/service/rolesanywhere from 1.21.0 to 1.21.6

Commits

Updates github.com/aws/aws-sdk-go-v2/service/s3 from 1.87.1 to 1.88.4

Commits

Updates github.com/aws/aws-sdk-go-v2/service/secretsmanager from 1.39.4 to 1.39.6

Commits

Updates github.com/aws/aws-sdk-go-v2/service/ssm from 1.63.2 to 1.65.1

Commits

Updates github.com/aws/aws-sdk-go-v2/service/sts from 1.38.0 to 1.38.6

Commits

Updates github.com/cert-manager/cert-manager from 1.18.2 to 1.19.0

Release notes

Sourced from github.com/cert-manager/cert-manager's releases.

v1.19.0

cert-manager is the easiest way to automatically manage certificates in Kubernetes and OpenShift clusters.

⚠️ Known issues: We are working on a patch to fix the following issues:

This release focuses on expanding platform compatibility, improving deployment flexibility, enhancing observability, and addressing key reliability issues.

📖 Read the full release notes at cert-manager.io: https://cert-manager.io/docs/releases/release-notes/release-notes-1.19

Changes since v1.18.0:

Feature

  • Add IPv6 rules to the default network policy (#7726, @​jcpunk)
  • Add global.nodeSelector to helm chart to allow for a single nodeSelector to be set across all services. (#7818, @​StingRayZA)
  • Add a feature gate to default to Ingress pathType Exact in ACME HTTP01 Ingress challenge solvers. (#7795, @​sspreitzer)
  • Add generated applyconfigurations allowing clients to make type-safe server-side apply requests for cert-manager resources. (#7866, @​erikgb)
  • Added API defaults to issuer references group (cert-manager.io) and kind (Issuer). (#7414, @​erikgb)
  • Added certmanager_certificate_challenge_status Prometheus metric. (#7736, @​hjoshi123)
  • Added protocol field for rfc2136 DNS01 provider (#7881, @​hjoshi123)
  • Added experimental field hostUsers flag to all pods. Not set by default. (#7973, @​hjoshi123)
  • Support configurable resource requests and limits for ACME HTTP01 solver pods through ClusterIssuer and Issuer specifications, allowing granular resource management that overrides global --acme-http01-solver-resource-* settings. (#7972, @​lunarwhite)
  • The CAInjectorMerging feature has been promoted to BETA and is now enabled by default (#8017, @​ThatsMrTalbot)
  • The controller, webhook and ca-injector now log their version and git commit on startup for easier debugging and support. (#8072, @​prasad89)
  • Updated certificate metrics to the collector approach. (#7856, @​hjoshi123)

Bug or Regression

  • ACME: Increased challenge authorization timeout to 2 minutes to fix error waiting for authorization (#7796, @​hjoshi123)
  • BUGFIX: permitted URI domains were incorrectly used to set the excluded URI domains in the CSR's name constraints (#7816, @​kinolaev)
  • Enforced ACME HTTP-01 solver validation to properly reject configurations when multiple ingress options (class, ingressClassName, name) are specified simultaneously (#8021, @​lunarwhite)
  • Increase maximum sizes of PEM certificates and chains which can be parsed in cert-manager, to handle leaf certificates with large numbers of DNS names or other identities (#7961, @​SgtCoDFish)
  • Reverted adding the global.rbac.disableHTTPChallengesRole Helm option. (#7836, @​inteon)
  • This change removes the path label of core ACME client metrics and will require users to update their monitoring dashboards and alerting rules if using those metrics. (#8109, @​mladen-rusev-cyberark)
  • Use the latest version of ingress-nginx in E2E tests to ensure compatibility (#7792, @​wallrj)

Other (Cleanup or Flake)

  • Helm: Fix naming template of tokenrequest RoleBinding resource to improve consistency (#7761, @​lunarwhite)
  • Improve error messages when certificates, CRLs or private keys fail admission due to malformed or missing PEM data (#7928, @​SgtCoDFish)
  • Major upgrade of Akamai SDK. NOTE: The new version has not been fully tested end-to-end due to the lack of cloud infrastructure. (#8003, @​hjoshi123)
  • Update kind images to include the Kubernetes 1.33 node image (#7786, @​wallrj)
  • Use maps.Copy for cleaner map handling (#8092, @​quantpoet)
  • Vault: Migrate Vault E2E add-on tests from deprecated vault-client-go to the new vault/api client. (#8059, @​armagankaratosun)

v1.19.0-alpha.0

cert-manager is the easiest way to automatically manage certificates in Kubernetes and OpenShift clusters.

⚠️ This is a pre-release. For testing only!

... (truncated)

Commits
  • 12a3ef9 Merge pull request #8142 from cert-manager/renovate/kubernetes-go-deps
  • 50f4142 fix(deps): update module sigs.k8s.io/controller-runtime to v0.22.2
  • 55c8b13 Merge pull request #8140 from cert-manager/renovate/kubernetes-go-deps
  • b532b0d fix(deps): update module sigs.k8s.io/gateway-api to v1.4.0
  • 2b1e348 Merge pull request #8138 from cert-manager/self-upgrade-master
  • 24e1c7a BOT: run 'make upgrade-klone' and 'make generate'
  • 290d577 Merge pull request #8137 from cert-manager/renovate/misc-go-deps
  • 8b1650c fix(deps): update misc go deps
  • 0343fae Merge pull request #8136 from cert-manager/self-upgrade-master
  • dbb59b7 BOT: run 'make upgrade-klone' and 'make generate'
  • Additional commits viewable in compare view

Updates github.com/integrii/flaggy from 1.5.2 to 1.8.0

Release notes

Sourced from github.com/integrii/flaggy's releases.

v1.8.0

What's Changed

Full Changelog: integrii/flaggy@v1.7.1...v1.8.0

v1.7.1

  • Implemented a fix for a rare condition wherein a positional value overlaps a subcommand with the same name.

v1.7.0

This is a follow up v1.7.0 release after rapid re-release of v1.6.0 tag caused go module caching error. This release addresses nearly all known issues and proposed feature additions of Flaggy while retaining a no-dependency policy.

  • Update module to Go 1.25
  • Streamline argument delegation between parsers
  • Clarify benchmark intent and document agent workflow
  • Fixes #68 - Subcommands and globals are displayed in different help sections on subcommands
  • Refactored help output logic
  • Fixes #96 - Empty flag causes missing input error
  • Added Fixes #74 improved alignment on help output
  • Add benchmark tests
  • New gopher logo on README.md
  • Fixes #98 - add CONTRIBUTING.md

v1.6.0

🎉 First release since May 2022 thanks to AI! 🎉

Disruptive Changes:

  • Slice flags no longer automatically parse slice values with commas into multiple values. To specify multiple values, use the flag multiple times. For example, this will produce one value: ./app -f one,two,three and ./ -f one -f two -f three will produce three values in the slice. #90

New Features:

  • Adds built-in bash and zsh completion generators. Use completion zsh or completion bash on your app. This is on my default. To disable, use flaggy.DisableCompletion(). #1
  • Flags can now be sorted alphabetically or reverse alphabetically using SortFlagsByLongName() and SortFlagsByLongNameReversed() #69
  • Added a Github Action for test validation
  • Added support for all types in the go standard library! • []net.IPMask • time.Time • url.URL • net.IPNet • net.TCPAddr • net.UDPAddr • os.FileMode • regexp.Regexp • time.Location • time.Month • time.Weekday • big.Int • big.Rat • netip.Addr

... (truncated)

Commits
  • e0a0096 Merge pull request #103 from integrii/codex/add-tests-for-shell-completion-su...
  • 1c5bff6 Fix completion shell coverage
  • 1ec8867 Merge pull request #102 from integrii/codex/add-shell-auto-completion-support
  • 6b9a8a1 Add additional shell completion generators
  • fd0925f update supported flag list
  • 9147df7 Update README.md
  • 1fe0434 subcommand comments
  • 3b2a42c fix for when positionals match subcommand names causing an error
  • a7476ad Update go-tests.yml
  • eb955a4 Update go-tests.yml
  • Additional commits viewable in compare view

Updates github.com/onsi/ginkgo/v2 from 2.25.1 to 2.26.0

Release notes

Sourced from github.com/onsi/ginkgo/v2's releases.

v2.26.0

2.26.0

Features

Ginkgo can now generate json-formatted reports that are compatible with the go test json format. Use ginkgo --gojson-report=report.go.json. This is not intended to be a replacement for Ginkgo's native json format which is more information rich and better models Ginkgo's test structure semantics.

v2.25.3

2.25.3

Fixes

  • emit --github-output group only for progress report itself [f01aed1]

v2.25.2

2.25.2

Fixes

Add github output group for progress report content

Maintenance

Bump Gomega

Changelog

Sourced from github.com/onsi/ginkgo/v2's changelog.

2.26.0

Features

Ginkgo can now generate json-formatted reports that are compatible with the go test json format. Use ginkgo --gojson-report=report.go.json. This is not intended to be a replacement for Ginkgo's native json format which is more information rich and better models Ginkgo's test structure semantics.

2.25.3

Fixes

  • emit --github-output group only for progress report itself [f01aed1]

2.25.2

Fixes

Add github output group for progress report content

Maintenance

Bump Gomega

Commits

Updates github.com/onsi/gomega from 1.38.1 to 1.38.2

Release notes

Sourced from github.com/onsi/gomega's releases.

v1.38.2

1.38.2

  • roll back to go 1.23.0 [c404969]
Changelog

Sourced from github.com/onsi/gomega's changelog.

1.38.2

  • roll back to go 1.23.0 [c404969]
Commits

Updates github.com/stretchr/testify from 1.11.0 to 1.11.1

Release notes

Sourced from github.com/stretchr/testify's releases.

v1.11.1

This release fixes #1785 introduced in v1.11.0 where expected argument values implementing the stringer interface (String() string) with a method which mutates their value, when passed to mock.Mock.On (m.On("Method", <expected>).Return()) or actual argument values passed to mock.Mock.Called may no longer match one another where they previously did match. The behaviour prior to v1.11.0 where the stringer is always called is restored. Future testify releases may not call the stringer method at all in this case.

What's Changed

Full Changelog: stretchr/testify@v1.11.0...v1.11.1

Commits

Updates golang.org/x/crypto from 0.41.0 to 0.42.0

Commits
  • 5307a0c go.mod:...

    Description has been truncated

…updates

Bumps the all-go-mod-patch-and-minor group with 22 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [github.com/aws/aws-sdk-go-v2/config](https://github.com/aws/aws-sdk-go-v2) | `1.31.2` | `1.31.12` |
| [github.com/aws/aws-sdk-go-v2/service/acmpca](https://github.com/aws/aws-sdk-go-v2) | `1.43.2` | `1.44.5` |
| [github.com/aws/aws-sdk-go-v2/service/cloudformation](https://github.com/aws/aws-sdk-go-v2) | `1.65.0` | `1.67.0` |
| [github.com/aws/aws-sdk-go-v2/service/cloudwatchlogs](https://github.com/aws/aws-sdk-go-v2) | `1.57.0` | `1.58.2` |
| [github.com/aws/aws-sdk-go-v2/service/ec2](https://github.com/aws/aws-sdk-go-v2) | `1.246.0` | `1.254.1` |
| [github.com/aws/aws-sdk-go-v2/service/ec2instanceconnect](https://github.com/aws/aws-sdk-go-v2) | `1.31.2` | `1.32.5` |
| [github.com/aws/aws-sdk-go-v2/service/ecr](https://github.com/aws/aws-sdk-go-v2) | `1.49.2` | `1.50.5` |
| [github.com/aws/aws-sdk-go-v2/service/ecrpublic](https://github.com/aws/aws-sdk-go-v2) | `1.37.0` | `1.37.6` |
| [github.com/aws/aws-sdk-go-v2/service/eks](https://github.com/aws/aws-sdk-go-v2) | `1.72.0` | `1.74.2` |
| [github.com/aws/aws-sdk-go-v2/service/iam](https://github.com/aws/aws-sdk-go-v2) | `1.47.1` | `1.47.7` |
| [github.com/aws/aws-sdk-go-v2/service/resourcegroupstaggingapi](https://github.com/aws/aws-sdk-go-v2) | `1.30.0` | `1.30.6` |
| [github.com/aws/aws-sdk-go-v2/service/rolesanywhere](https://github.com/aws/aws-sdk-go-v2) | `1.21.0` | `1.21.6` |
| [github.com/aws/aws-sdk-go-v2/service/s3](https://github.com/aws/aws-sdk-go-v2) | `1.87.1` | `1.88.4` |
| [github.com/aws/aws-sdk-go-v2/service/secretsmanager](https://github.com/aws/aws-sdk-go-v2) | `1.39.4` | `1.39.6` |
| [github.com/aws/aws-sdk-go-v2/service/ssm](https://github.com/aws/aws-sdk-go-v2) | `1.63.2` | `1.65.1` |
| [github.com/cert-manager/cert-manager](https://github.com/cert-manager/cert-manager) | `1.18.2` | `1.19.0` |
| [github.com/integrii/flaggy](https://github.com/integrii/flaggy) | `1.5.2` | `1.8.0` |
| [github.com/onsi/ginkgo/v2](https://github.com/onsi/ginkgo) | `2.25.1` | `2.26.0` |
| [golang.org/x/mod](https://github.com/golang/mod) | `0.27.0` | `0.29.0` |
| [k8s.io/cri-api](https://github.com/kubernetes/cri-api) | `0.33.4` | `0.34.1` |
| [k8s.io/kubectl](https://github.com/kubernetes/kubectl) | `0.33.4` | `0.34.1` |
| [k8s.io/kubelet](https://github.com/kubernetes/kubelet) | `0.33.4` | `0.34.1` |



Updates `github.com/aws/aws-sdk-go-v2/config` from 1.31.2 to 1.31.12
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json)
- [Commits](aws/aws-sdk-go-v2@config/v1.31.2...config/v1.31.12)

Updates `github.com/aws/aws-sdk-go-v2/feature/ec2/imds` from 1.18.4 to 1.18.9
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/config/v1.18.9/CHANGELOG.md)
- [Commits](aws/aws-sdk-go-v2@config/v1.18.4...config/v1.18.9)

Updates `github.com/aws/aws-sdk-go-v2/service/acmpca` from 1.43.2 to 1.44.5
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json)
- [Commits](aws/aws-sdk-go-v2@service/ssm/v1.43.2...service/ssm/v1.44.5)

Updates `github.com/aws/aws-sdk-go-v2/service/cloudformation` from 1.65.0 to 1.67.0
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json)
- [Commits](aws/aws-sdk-go-v2@service/s3/v1.65.0...service/s3/v1.67.0)

Updates `github.com/aws/aws-sdk-go-v2/service/cloudwatchlogs` from 1.57.0 to 1.58.2
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json)
- [Commits](aws/aws-sdk-go-v2@service/s3/v1.57.0...service/s3/v1.58.2)

Updates `github.com/aws/aws-sdk-go-v2/service/ec2` from 1.246.0 to 1.254.1
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json)
- [Commits](aws/aws-sdk-go-v2@service/ec2/v1.246.0...service/ec2/v1.254.1)

Updates `github.com/aws/aws-sdk-go-v2/service/ec2instanceconnect` from 1.31.2 to 1.32.5
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json)
- [Commits](aws/aws-sdk-go-v2@config/v1.31.2...v1.32.5)

Updates `github.com/aws/aws-sdk-go-v2/service/ecr` from 1.49.2 to 1.50.5
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json)
- [Commits](aws/aws-sdk-go-v2@service/ssm/v1.49.2...service/ecr/v1.50.5)

Updates `github.com/aws/aws-sdk-go-v2/service/ecrpublic` from 1.37.0 to 1.37.6
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json)
- [Commits](aws/aws-sdk-go-v2@v1.37.0...service/acm/v1.37.6)

Updates `github.com/aws/aws-sdk-go-v2/service/eks` from 1.72.0 to 1.74.2
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json)
- [Commits](aws/aws-sdk-go-v2@service/s3/v1.72.0...service/eks/v1.74.2)

Updates `github.com/aws/aws-sdk-go-v2/service/iam` from 1.47.1 to 1.47.7
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json)
- [Commits](aws/aws-sdk-go-v2@service/s3/v1.47.1...service/s3/v1.47.7)

Updates `github.com/aws/aws-sdk-go-v2/service/resourcegroupstaggingapi` from 1.30.0 to 1.30.6
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json)
- [Commits](aws/aws-sdk-go-v2@v1.30.0...service/s3/v1.30.6)

Updates `github.com/aws/aws-sdk-go-v2/service/rolesanywhere` from 1.21.0 to 1.21.6
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json)
- [Commits](aws/aws-sdk-go-v2@v1.21.0...service/rum/v1.21.6)

Updates `github.com/aws/aws-sdk-go-v2/service/s3` from 1.87.1 to 1.88.4
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json)
- [Commits](aws/aws-sdk-go-v2@service/s3/v1.87.1...service/s3/v1.88.4)

Updates `github.com/aws/aws-sdk-go-v2/service/secretsmanager` from 1.39.4 to 1.39.6
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json)
- [Commits](aws/aws-sdk-go-v2@service/amp/v1.39.4...service/sfn/v1.39.6)

Updates `github.com/aws/aws-sdk-go-v2/service/ssm` from 1.63.2 to 1.65.1
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json)
- [Commits](aws/aws-sdk-go-v2@service/s3/v1.63.2...service/s3/v1.65.1)

Updates `github.com/aws/aws-sdk-go-v2/service/sts` from 1.38.0 to 1.38.6
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json)
- [Commits](aws/aws-sdk-go-v2@v1.38.0...service/sts/v1.38.6)

Updates `github.com/cert-manager/cert-manager` from 1.18.2 to 1.19.0
- [Release notes](https://github.com/cert-manager/cert-manager/releases)
- [Changelog](https://github.com/cert-manager/cert-manager/blob/master/RELEASE.md)
- [Commits](cert-manager/cert-manager@v1.18.2...v1.19.0)

Updates `github.com/integrii/flaggy` from 1.5.2 to 1.8.0
- [Release notes](https://github.com/integrii/flaggy/releases)
- [Commits](integrii/flaggy@v1.5.2...v1.8.0)

Updates `github.com/onsi/ginkgo/v2` from 2.25.1 to 2.26.0
- [Release notes](https://github.com/onsi/ginkgo/releases)
- [Changelog](https://github.com/onsi/ginkgo/blob/master/CHANGELOG.md)
- [Commits](onsi/ginkgo@v2.25.1...v2.26.0)

Updates `github.com/onsi/gomega` from 1.38.1 to 1.38.2
- [Release notes](https://github.com/onsi/gomega/releases)
- [Changelog](https://github.com/onsi/gomega/blob/master/CHANGELOG.md)
- [Commits](onsi/gomega@v1.38.1...v1.38.2)

Updates `github.com/stretchr/testify` from 1.11.0 to 1.11.1
- [Release notes](https://github.com/stretchr/testify/releases)
- [Commits](stretchr/testify@v1.11.0...v1.11.1)

Updates `golang.org/x/crypto` from 0.41.0 to 0.42.0
- [Commits](golang/crypto@v0.41.0...v0.42.0)

Updates `golang.org/x/mod` from 0.27.0 to 0.29.0
- [Commits](golang/mod@v0.27.0...v0.29.0)

Updates `k8s.io/apimachinery` from 0.33.4 to 0.34.1
- [Commits](kubernetes/apimachinery@v0.33.4...v0.34.1)

Updates `k8s.io/client-go` from 0.33.4 to 0.34.1
- [Changelog](https://github.com/kubernetes/client-go/blob/master/CHANGELOG.md)
- [Commits](kubernetes/client-go@v0.33.4...v0.34.1)

Updates `k8s.io/cri-api` from 0.33.4 to 0.34.1
- [Commits](kubernetes/cri-api@v0.33.4...v0.34.1)

Updates `k8s.io/kubectl` from 0.33.4 to 0.34.1
- [Commits](kubernetes/kubectl@v0.33.4...v0.34.1)

Updates `k8s.io/kubelet` from 0.33.4 to 0.34.1
- [Commits](kubernetes/kubelet@v0.33.4...v0.34.1)

Updates `sigs.k8s.io/controller-runtime` from 0.21.0 to 0.22.2
- [Release notes](https://github.com/kubernetes-sigs/controller-runtime/releases)
- [Changelog](https://github.com/kubernetes-sigs/controller-runtime/blob/main/RELEASE.md)
- [Commits](kubernetes-sigs/controller-runtime@v0.21.0...v0.22.2)

Updates `github.com/aws/aws-sdk-go-v2` from 1.39.0 to 1.39.2
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json)
- [Commits](aws/aws-sdk-go-v2@v1.39.0...v1.39.2)

Updates `github.com/aws/aws-sdk-go-v2/credentials` from 1.18.6 to 1.18.16
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json)
- [Commits](aws/aws-sdk-go-v2@config/v1.18.6...config/v1.18.16)

Updates `github.com/aws/aws-sdk-go-v2/service/route53` from 1.58.1 to 1.58.4
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json)
- [Commits](aws/aws-sdk-go-v2@service/s3/v1.58.1...service/route53/v1.58.4)

Updates `golang.org/x/net` from 0.43.0 to 0.44.0
- [Commits](golang/net@v0.43.0...v0.44.0)

Updates `k8s.io/api` from 0.33.4 to 0.34.1
- [Commits](kubernetes/api@v0.33.4...v0.34.1)

Updates `k8s.io/metrics` from 0.33.4 to 0.34.1
- [Commits](kubernetes/metrics@v0.33.4...v0.34.1)

Updates `k8s.io/utils` from 0.0.0-20250321185631-1f6e0b77f77e to 0.0.0-20250820121507-0af2bda4dd1d
- [Commits](https://github.com/kubernetes/utils/commits)

---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go-v2/config
  dependency-version: 1.31.12
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-go-mod-patch-and-minor
- dependency-name: github.com/aws/aws-sdk-go-v2/feature/ec2/imds
  dependency-version: 1.18.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-go-mod-patch-and-minor
- dependency-name: github.com/aws/aws-sdk-go-v2/service/acmpca
  dependency-version: 1.44.5
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-go-mod-patch-and-minor
- dependency-name: github.com/aws/aws-sdk-go-v2/service/cloudformation
  dependency-version: 1.67.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-go-mod-patch-and-minor
- dependency-name: github.com/aws/aws-sdk-go-v2/service/cloudwatchlogs
  dependency-version: 1.58.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-go-mod-patch-and-minor
- dependency-name: github.com/aws/aws-sdk-go-v2/service/ec2
  dependency-version: 1.254.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-go-mod-patch-and-minor
- dependency-name: github.com/aws/aws-sdk-go-v2/service/ec2instanceconnect
  dependency-version: 1.32.5
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-go-mod-patch-and-minor
- dependency-name: github.com/aws/aws-sdk-go-v2/service/ecr
  dependency-version: 1.50.5
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-go-mod-patch-and-minor
- dependency-name: github.com/aws/aws-sdk-go-v2/service/ecrpublic
  dependency-version: 1.37.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-go-mod-patch-and-minor
- dependency-name: github.com/aws/aws-sdk-go-v2/service/eks
  dependency-version: 1.74.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-go-mod-patch-and-minor
- dependency-name: github.com/aws/aws-sdk-go-v2/service/iam
  dependency-version: 1.47.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-go-mod-patch-and-minor
- dependency-name: github.com/aws/aws-sdk-go-v2/service/resourcegroupstaggingapi
  dependency-version: 1.30.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-go-mod-patch-and-minor
- dependency-name: github.com/aws/aws-sdk-go-v2/service/rolesanywhere
  dependency-version: 1.21.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-go-mod-patch-and-minor
- dependency-name: github.com/aws/aws-sdk-go-v2/service/s3
  dependency-version: 1.88.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-go-mod-patch-and-minor
- dependency-name: github.com/aws/aws-sdk-go-v2/service/secretsmanager
  dependency-version: 1.39.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-go-mod-patch-and-minor
- dependency-name: github.com/aws/aws-sdk-go-v2/service/ssm
  dependency-version: 1.65.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-go-mod-patch-and-minor
- dependency-name: github.com/aws/aws-sdk-go-v2/service/sts
  dependency-version: 1.38.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-go-mod-patch-and-minor
- dependency-name: github.com/cert-manager/cert-manager
  dependency-version: 1.19.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-go-mod-patch-and-minor
- dependency-name: github.com/integrii/flaggy
  dependency-version: 1.8.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-go-mod-patch-and-minor
- dependency-name: github.com/onsi/ginkgo/v2
  dependency-version: 2.26.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-go-mod-patch-and-minor
- dependency-name: github.com/onsi/gomega
  dependency-version: 1.38.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-go-mod-patch-and-minor
- dependency-name: github.com/stretchr/testify
  dependency-version: 1.11.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-go-mod-patch-and-minor
- dependency-name: golang.org/x/crypto
  dependency-version: 0.42.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-go-mod-patch-and-minor
- dependency-name: golang.org/x/mod
  dependency-version: 0.29.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-go-mod-patch-and-minor
- dependency-name: k8s.io/apimachinery
  dependency-version: 0.34.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-go-mod-patch-and-minor
- dependency-name: k8s.io/client-go
  dependency-version: 0.34.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-go-mod-patch-and-minor
- dependency-name: k8s.io/cri-api
  dependency-version: 0.34.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-go-mod-patch-and-minor
- dependency-name: k8s.io/kubectl
  dependency-version: 0.34.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-go-mod-patch-and-minor
- dependency-name: k8s.io/kubelet
  dependency-version: 0.34.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-go-mod-patch-and-minor
- dependency-name: sigs.k8s.io/controller-runtime
  dependency-version: 0.22.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-go-mod-patch-and-minor
- dependency-name: github.com/aws/aws-sdk-go-v2
  dependency-version: 1.39.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-go-mod-patch-and-minor
- dependency-name: github.com/aws/aws-sdk-go-v2/credentials
  dependency-version: 1.18.16
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-go-mod-patch-and-minor
- dependency-name: github.com/aws/aws-sdk-go-v2/service/route53
  dependency-version: 1.58.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-go-mod-patch-and-minor
- dependency-name: golang.org/x/net
  dependency-version: 0.44.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-go-mod-patch-and-minor
- dependency-name: k8s.io/api
  dependency-version: 0.34.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-go-mod-patch-and-minor
- dependency-name: k8s.io/metrics
  dependency-version: 0.34.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-go-mod-patch-and-minor
- dependency-name: k8s.io/utils
  dependency-version: 0.0.0-20250820121507-0af2bda4dd1d
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-go-mod-patch-and-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependabot Issues and pull requests related to dependabot label Oct 13, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependabot Issues and pull requests related to dependabot

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants