Skip to content

deps: update gomod non-major dependencies#3024

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/gomod-minor-patch
Open

deps: update gomod non-major dependencies#3024
renovate[bot] wants to merge 1 commit intomainfrom
renovate/gomod-minor-patch

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Jan 27, 2026

This PR contains the following updates:

Package Change Age Confidence Type Update Pending
github.com/Azure/azure-sdk-for-go/sdk/azcore v1.21.0v1.21.1 age confidence require patch
github.com/Azure/azure-sdk-for-go/sdk/azcore v1.20.0v1.21.1 age confidence require minor
github.com/Azure/azure-service-operator/v2 v2.17.0v2.18.0 age confidence require minor
github.com/Azure/azure-service-operator/v2 v2.16.0v2.18.0 age confidence require minor
github.com/aws/constructs-go/constructs/v10 v10.5.1v10.6.0 age confidence require minor
github.com/aws/jsii-runtime-go v1.127.0v1.128.0 age confidence require minor
github.com/cdk8s-team/cdk8s-core-go/cdk8s/v2 v2.70.51v2.70.58 age confidence require patch
github.com/charmbracelet/bubbles v0.21.0v0.21.1 age confidence require patch
github.com/knadh/koanf/providers/file v1.2.0v1.2.1 age confidence require patch
github.com/knadh/koanf/v2 v2.3.0v2.3.4 age confidence require patch
github.com/onsi/ginkgo/v2 v2.27.2v2.28.1 age confidence require minor
github.com/onsi/gomega v1.38.2v1.39.1 age confidence require minor
github.com/spf13/cobra v1.10.1v1.10.2 age confidence require patch
go (source) 1.25.41.26.2 age confidence toolchain minor
k8s.io/api v0.35.1v0.35.4 age confidence require patch v0.36.0
k8s.io/api v0.34.2v0.35.4 age confidence require minor v0.36.0
k8s.io/apiextensions-apiserver v0.35.0v0.35.4 age confidence require patch v0.36.0
k8s.io/apimachinery v0.35.1v0.35.4 age confidence require patch v0.36.0
k8s.io/apimachinery v0.34.2v0.35.4 age confidence require minor v0.36.0
k8s.io/client-go v0.35.1v0.35.4 age confidence require patch v0.36.0
sigs.k8s.io/controller-runtime v0.23.1v0.23.3 age confidence require patch

Warning

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


Release Notes

Azure/azure-service-operator (github.com/Azure/azure-service-operator/v2)

v2.18.0

Compare Source

What's Changed
Breaking changes
  • Storage.Tier removed from StorageAccount spec (storage/v20250601): The Tier property on StorageAccount.Spec.Sku has been removed. This field was marked as readonly in the upstream TypeSpec migration (azure-rest-api-specs openapi.json#L12317). The Tier value has always been effectively ignored by Azure - it is computed from the Name field (e.g., Standard_LRS → Standard tier). Users specifying this field in their CRDs will need to remove it.
  • DataEncryption.GeoBackupEncryptionKeyStatus and DataEncryption.PrimaryEncryptionKeyStatus removed from dbforpostgresql/FlexibleServer spec (v20250801): These two fields have been removed from the DataEncryption object on the PostgreSQL FlexibleServer spec. These fields were always read-only but never documented as such until now. The upstream spec now treats these as readonly/status-only properties. Users specifying these fields will need to remove them from their CRDs.
  • insights/v1api20240101preview/ScheduledQueryRule API version removed: The preview API version 2024-01-01-preview for ScheduledQueryRule has been completely removed as it was deprecated and removed upstream. Users using this API version should migrate to a supported version if they haven't already
New resources
  • Add support for new appconfiguration API version v1api20240601 with new KeyValue, Replica, and Snapshot resources (#​4948)
  • Add support for new containerservice API version v20251002preview (#​5170)
  • Add support for new insights API versions v1api20240311 and v20250101preview (#​5136)
  • Add support for new storage API version v20250601 (#​5096)
Features
  • Cache configmaps for improved performance (#​5080)
  • Do not give up retrying on most common transient errors (#​5092)
  • Allow skipping delete if a resource (or its parent) has already been removed from Azure (#​5040)
  • Enhance Helm chart CRD pattern configuration to support list variable (#​5110)
  • Add subscriptionId to UserAssignedIdentity operatorSpec.secrets (#​5183)
  • Move batch and storage to use hybrid versioning (#​5114, #​5116)
  • Remove usage of NewDefaultAzureCredential by (#​5155)
  • Allow newer MySQL Server versions (#​5195)
  • Add support for AllowMultiEnvManagement, allowing multiple clouds to be managed from a single ASO (#​5093)
  • Updated numerous dependencies
Bug fixes
  • Fix bug where PreReconcileOwner check could check an out-of-date owner and continuously fail (#​5140)
  • Fix bug where Helm chart metrics port was not properly configurable (#​5156)
Documentation
  • Update samples to use well known names for global role definitions (#​5073)
  • Add comprehensive documentation for resource extension points (#​5004)
  • Update documentation for PrereconcileCheck and PrereconcileOwnerCheck (#​5144)
  • Add blog on why we record our tests (#​5148)
  • Update Redis operatorspec documentation (#​5106)
  • Update Redis Enterprise sample with ASO naming note, fix Cache docs (#​5168)
  • Remove very old prerelease warning (#​5171)
  • Fix formatting of User Assigned Identity Credentials link (#​5123)
  • Fix error in blog and rename posts (#​5098)
New Contributors

Full Changelog: Azure/azure-service-operator@v2.17.0...v2.18.0

aws/jsii-runtime-go (github.com/aws/jsii-runtime-go)

v1.128.0

Compare Source

charmbracelet/bubbles (github.com/charmbracelet/bubbles)

v0.21.1

Compare Source

Changelog
New!
Fixed
Docs
Other stuff

The Charm logo

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

knadh/koanf (github.com/knadh/koanf/providers/file)

v1.2.1

Compare Source

changelog for v1.2.0 -> v1.2.1

  • 29cce50 Merge pull request #​101 from e-nikolov/fix-pflag-map-types
  • 0202243 posflag: add support for pflag map types
onsi/ginkgo (github.com/onsi/ginkgo/v2)

v2.28.1

Compare Source

2.28.1

Update all dependencies. This auto-updated the required version of Go to 1.24, consistent with the fact that Go 1.23 has been out of support for almost six months.

v2.28.0

Compare Source

2.28.0

Ginkgo's SemVer filter now supports filtering multiple components by SemVer version:

It("should work in a specific version range (1.0.0, 2.0.0) and third-party dependency redis in [8.0.0, ~)", SemVerConstraint(">= 3.2.0"), ComponentSemVerConstraint("redis", ">= 8.0.0") func() {
    // This test will only run when version is between 1.0.0 (exclusive) and 2.0.0 (exclusive) and redis version is >= 8.0.0
})

can be filtered in or out with an invocation like:

ginkgo --sem-ver-filter="2.1.1, redis=8.2.0"

Huge thanks to @​Icarus9913 for working on this!

v2.27.5

Compare Source

2.27.5

Fixes

Don't make a new formatter for each GinkgoT(); that's just silly and uses precious memory

v2.27.4

Compare Source

2.27.4

Fixes
  • CurrentTreeConstructionNodeReport: fix for nested container nodes [59bc751]

v2.27.3

Compare Source

2.27.3

Fixes

report exit result in case of failure [1c9f356]
fix data race [ece19c8]

onsi/gomega (github.com/onsi/gomega)

v1.39.1

Compare Source

1.39.1

Update all dependencies. This auto-updated the required version of Go to 1.24, consistent with the fact that Go 1.23 has been out of support for almost six months.

v1.39.0

Compare Source

1.39.0

Features

Add MatchErrorStrictly which only passes if errors.Is(actual, expected) returns true. MatchError, by contrast, will fallback to string comparison.

v1.38.3

Compare Source

1.38.3

Fixes

make string formatitng more consistent for users who use format.Object directly

spf13/cobra (github.com/spf13/cobra)

v1.10.2

Compare Source

🔧 Dependencies

  • chore: Migrate from gopkg.in/yaml.v3 to go.yaml.in/yaml/v3 by @​dims in #​2336 - the gopkg.in/yaml.v3 package has been deprecated for some time: this should significantly cleanup dependency/supply-chains for consumers of spf13/cobra

📈 CI/CD

🔥✍🏼 Docs

🍂 Refactors

🤗 New Contributors

Full Changelog: spf13/cobra@v1.10.1...v1.10.2

Thank you to our amazing contributors!!!!! 🐍 🚀

golang/go (go)

v1.26.2

v1.26.1

v1.26.0

v1.25.9

v1.25.8

v1.25.7

v1.25.6

v1.25.5

kubernetes/api (k8s.io/api)

v0.35.4

Compare Source

v0.35.3

Compare Source

v0.35.2

Compare Source

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

v0.35.4

Compare Source

v0.35.3

Compare Source

v0.35.2

Compare Source

v0.35.1

Compare Source

kubernetes/apimachinery (k8s.io/apimachinery)

v0.35.4

Compare Source

v0.35.3

Compare Source

v0.35.2

Compare Source

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

v0.35.4

Compare Source

v0.35.3

Compare Source

v0.35.2

Compare Source

kubernetes-sigs/controller-runtime (sigs.k8s.io/controller-runtime)

v0.23.3

Compare Source

What's Changed

Full Changelog: kubernetes-sigs/controller-runtime@v0.23.2...v0.23.3

v0.23.2

Compare Source

What's Changed

Full Changelog: kubernetes-sigs/controller-runtime@v0.23.1...v0.23.2


Configuration

📅 Schedule: (in timezone Europe/Oslo)

  • Branch creation
    • Between 05:00 AM and 07:59 AM, Monday through Thursday (* 5-7 * * 1-4)
  • 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
Copy link
Copy Markdown
Contributor Author

renovate Bot commented Jan 27, 2026

ℹ️ Artifact update notice

File name: actions/generate-k6-manifests/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/go-logr/logr v1.4.2 -> v1.4.3
go.yaml.in/yaml/v2 v2.4.2 -> v2.4.3
golang.org/x/net v0.38.0 -> v0.47.0
golang.org/x/text v0.23.0 -> v0.31.0
k8s.io/utils v0.0.0-20250604170112-4c0f3b243397 -> v0.0.0-20251002143259-bc988d571ff4
sigs.k8s.io/json v0.0.0-20241014173422-cfa47c3a1cc8 -> v0.0.0-20250730193827-2d320260d730
File name: services/dis-apim-operator/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/Azure/azure-sdk-for-go/sdk/internal v1.11.2 -> v1.12.0
github.com/google/pprof v0.0.0-20250403155104-27863c87afa6 -> v0.0.0-20260115054156-294ebfa9ad83
golang.org/x/crypto v0.47.0 -> v0.50.0
golang.org/x/mod v0.31.0 -> v0.34.0
golang.org/x/net v0.49.0 -> v0.53.0
golang.org/x/sync v0.19.0 -> v0.20.0
golang.org/x/sys v0.40.0 -> v0.43.0
golang.org/x/term v0.39.0 -> v0.42.0
golang.org/x/text v0.33.0 -> v0.36.0
golang.org/x/tools v0.40.0 -> v0.43.0
File name: services/dis-identity-operator/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):

  • 16 additional dependencies were updated

Details:

Package Change
github.com/Azure/azure-sdk-for-go/sdk/azcore v1.19.1 -> v1.21.0
github.com/go-openapi/jsonpointer v0.22.1 -> v0.22.4
github.com/go-openapi/swag/jsonname v0.25.1 -> v0.25.4
github.com/google/cel-go v0.26.1 -> v0.27.0
github.com/google/pprof v0.0.0-20250403155104-27863c87afa6 -> v0.0.0-20260115054156-294ebfa9ad83
github.com/spf13/cobra v1.10.1 -> v1.10.2
go.uber.org/zap v1.27.0 -> v1.27.1
golang.org/x/mod v0.31.0 -> v0.32.0
golang.org/x/net v0.49.0 -> v0.50.0
golang.org/x/sys v0.40.0 -> v0.41.0
golang.org/x/term v0.39.0 -> v0.40.0
golang.org/x/text v0.33.0 -> v0.34.0
golang.org/x/tools v0.40.0 -> v0.41.0
k8s.io/apiextensions-apiserver v0.35.0 -> v0.35.1
k8s.io/apiserver v0.35.0 -> v0.35.1
k8s.io/component-base v0.35.0 -> v0.35.1
File name: services/dis-pgsql-operator/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):

  • 15 additional dependencies were updated

Details:

Package Change
github.com/Azure/azure-sdk-for-go/sdk/internal v1.11.2 -> v1.12.0
github.com/go-openapi/jsonpointer v0.22.3 -> v0.22.4
github.com/go-openapi/swag/jsonname v0.25.1 -> v0.25.4
github.com/google/cel-go v0.26.1 -> v0.27.0
github.com/google/pprof v0.0.0-20250403155104-27863c87afa6 -> v0.0.0-20260115054156-294ebfa9ad83
github.com/spf13/cobra v1.10.1 -> v1.10.2
golang.org/x/crypto v0.49.0 -> v0.50.0
golang.org/x/mod v0.33.0 -> v0.34.0
golang.org/x/net v0.52.0 -> v0.53.0
golang.org/x/sys v0.42.0 -> v0.43.0
golang.org/x/term v0.41.0 -> v0.42.0
golang.org/x/text v0.35.0 -> v0.36.0
golang.org/x/tools v0.42.0 -> v0.43.0
k8s.io/apiserver v0.35.0 -> v0.35.4
k8s.io/component-base v0.35.0 -> v0.35.4
File name: services/dis-vault-operator/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/Azure/azure-sdk-for-go/sdk/azcore v1.20.0 -> v1.21.0
github.com/google/cel-go v0.26.1 -> v0.27.0
github.com/google/pprof v0.0.0-20250403155104-27863c87afa6 -> v0.0.0-20260115054156-294ebfa9ad83
github.com/spf13/cobra v1.10.1 -> v1.10.2
golang.org/x/mod v0.31.0 -> v0.32.0
golang.org/x/net v0.49.0 -> v0.50.0
golang.org/x/term v0.39.0 -> v0.40.0
golang.org/x/text v0.33.0 -> v0.34.0
golang.org/x/tools v0.40.0 -> v0.41.0
k8s.io/apiserver v0.35.0 -> v0.35.4
k8s.io/component-base v0.35.0 -> v0.35.4
File name: services/lakmus/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/Azure/azure-sdk-for-go/sdk/internal v1.11.2 -> v1.12.0
github.com/fatih/color v1.18.0 -> v1.19.0
golang.org/x/crypto v0.48.0 -> v0.50.0
golang.org/x/mod v0.33.0 -> v0.34.0
golang.org/x/net v0.51.0 -> v0.53.0
golang.org/x/sync v0.19.0 -> v0.20.0
golang.org/x/sys v0.41.0 -> v0.43.0
golang.org/x/telemetry v0.0.0-20260213145524-e0ab670178e1 -> v0.0.0-20260311193753-579e4da9a98c
golang.org/x/text v0.34.0 -> v0.36.0
golang.org/x/tools v0.42.0 -> v0.43.0
File name: tools/disctl/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):

  • 8 additional dependencies were updated

Details:

Package Change
github.com/charmbracelet/bubbletea v1.3.4 -> v1.3.10
github.com/charmbracelet/colorprofile v0.2.3-0.20250311203215-f60798e515dc -> v0.4.1
github.com/charmbracelet/x/ansi v0.8.0 -> v0.11.5
github.com/charmbracelet/x/cellbuf v0.0.13-0.20250311204145-2c3ea96c31dd -> v0.0.15
github.com/charmbracelet/x/term v0.2.1 -> v0.2.2
github.com/lucasb-eyer/go-colorful v1.2.0 -> v1.3.0
github.com/mattn/go-runewidth v0.0.16 -> v0.0.19
golang.org/x/sys v0.30.0 -> v0.38.0

@renovate renovate Bot requested a review from a team as a code owner January 27, 2026 06:44
@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai Bot commented Jan 27, 2026

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

  • 🔍 Trigger a full review

Comment @coderabbitai help to get the list of available commands and usage tips.

@renovate renovate Bot force-pushed the renovate/gomod-minor-patch branch 5 times, most recently from 74d673a to 2e9cac0 Compare February 2, 2026 06:37
@renovate renovate Bot force-pushed the renovate/gomod-minor-patch branch 6 times, most recently from fad8d43 to 055240c Compare February 12, 2026 12:55
@renovate renovate Bot force-pushed the renovate/gomod-minor-patch branch 6 times, most recently from 561cbaa to c22d973 Compare February 18, 2026 10:13
@renovate renovate Bot force-pushed the renovate/gomod-minor-patch branch 10 times, most recently from 2ac7ab0 to 94c24db Compare February 27, 2026 09:59
@renovate renovate Bot force-pushed the renovate/gomod-minor-patch branch 15 times, most recently from b656bba to 58fd9ab Compare March 26, 2026 11:01
@renovate renovate Bot force-pushed the renovate/gomod-minor-patch branch 6 times, most recently from 91c977e to f2ced1c Compare April 2, 2026 15:38
@renovate renovate Bot force-pushed the renovate/gomod-minor-patch branch 7 times, most recently from 9cdddd8 to 5f9e736 Compare April 14, 2026 10:32
@renovate renovate Bot force-pushed the renovate/gomod-minor-patch branch from 5f9e736 to 2d82deb Compare April 16, 2026 13:12
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