deps: update gomod non-major dependencies#3024
Conversation
ℹ️ Artifact update noticeFile name: actions/generate-k6-manifests/go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
File name: services/dis-apim-operator/go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
File name: services/dis-identity-operator/go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
File name: services/dis-pgsql-operator/go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
File name: services/dis-vault-operator/go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
File name: services/lakmus/go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
File name: tools/disctl/go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
|
Important Review skippedBot user detected. To trigger a single review, invoke the You can disable this status message by setting the
Comment |
74d673a to
2e9cac0
Compare
fad8d43 to
055240c
Compare
561cbaa to
c22d973
Compare
2ac7ab0 to
94c24db
Compare
b656bba to
58fd9ab
Compare
91c977e to
f2ced1c
Compare
9cdddd8 to
5f9e736
Compare
5f9e736 to
2d82deb
Compare
This PR contains the following updates:
v1.21.0→v1.21.1v1.20.0→v1.21.1v2.17.0→v2.18.0v2.16.0→v2.18.0v10.5.1→v10.6.0v1.127.0→v1.128.0v2.70.51→v2.70.58v0.21.0→v0.21.1v1.2.0→v1.2.1v2.3.0→v2.3.4v2.27.2→v2.28.1v1.38.2→v1.39.1v1.10.1→v1.10.21.25.4→1.26.2v0.35.1→v0.35.4v0.36.0v0.34.2→v0.35.4v0.36.0v0.35.0→v0.35.4v0.36.0v0.35.1→v0.35.4v0.36.0v0.34.2→v0.35.4v0.36.0v0.35.1→v0.35.4v0.36.0v0.23.1→v0.23.3Warning
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.0Compare Source
What's Changed
Breaking changes
Storage.Tierremoved fromStorageAccountspec (storage/v20250601): TheTierproperty onStorageAccount.Spec.Skuhas been removed. This field was marked asreadonlyin the upstream TypeSpec migration (azure-rest-api-specs openapi.json#L12317). TheTiervalue has always been effectively ignored by Azure - it is computed from theNamefield (e.g.,Standard_LRS→ Standard tier). Users specifying this field in their CRDs will need to remove it.DataEncryption.GeoBackupEncryptionKeyStatusandDataEncryption.PrimaryEncryptionKeyStatusremoved fromdbforpostgresql/FlexibleServerspec (v20250801): These two fields have been removed from theDataEncryptionobject 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/ScheduledQueryRuleAPI version removed: The preview API version2024-01-01-previewforScheduledQueryRulehas 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 alreadyNew resources
Features
Bug fixes
Documentation
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.0Compare Source
charmbracelet/bubbles (github.com/charmbracelet/bubbles)
v0.21.1Compare Source
Changelog
New!
dff42dd: feat: update keybindings in list setSize method (@Broderick-Westrope)Fixed
c376ce3: fix(cursor): fix data race on blinkTag (#784) (@DryHumour)11d52ca: fix(table): preventing cursor from being out-of-bounds. (@s0ders)49ff5c0: fix(textinput): improve placeholder (#768) (@caarlos0)7c44f63: v1: fix(list): ensure correct cursor positions with page/cursor methods (#831) (@lrstanley)Docs
7fcf75d: docs(readme): update footer image and copyright date (@meowgorithm)d4feefe: docs: remove Charm Cloud reference (#785) (@ShalokShalom)Other stuff
daab808: ci: sync dependabot config (#786) (@charmcli)4b2d311: ci: sync dependabot config (#835) (@charmcli)8562e90: ci: sync golangci-lint config (#781) (@github-actions[bot])f54a125: test(table): improve table unit tests (#601) (@Broderick-Westrope)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.1Compare Source
changelog for v1.2.0 -> v1.2.1
29cce50Merge pull request #101 from e-nikolov/fix-pflag-map-types0202243posflag: add support for pflag map typesonsi/ginkgo (github.com/onsi/ginkgo/v2)
v2.28.1Compare 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.0Compare Source
2.28.0
Ginkgo's SemVer filter now supports filtering multiple components by SemVer version:
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.5Compare Source
2.27.5
Fixes
Don't make a new formatter for each GinkgoT(); that's just silly and uses precious memory
v2.27.4Compare Source
2.27.4
Fixes
59bc751]v2.27.3Compare 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.1Compare 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.0Compare Source
1.39.0
Features
Add
MatchErrorStrictlywhich only passes iferrors.Is(actual, expected)returns true.MatchError, by contrast, will fallback to string comparison.v1.38.3Compare 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.2Compare Source
🔧 Dependencies
gopkg.in/yaml.v3togo.yaml.in/yaml/v3by @dims in #2336 - thegopkg.in/yaml.v3package has been deprecated for some time: this should significantly cleanup dependency/supply-chains for consumers ofspf13/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.2v1.26.1v1.26.0v1.25.9v1.25.8v1.25.7v1.25.6v1.25.5kubernetes/api (k8s.io/api)
v0.35.4Compare Source
v0.35.3Compare Source
v0.35.2Compare Source
kubernetes/apiextensions-apiserver (k8s.io/apiextensions-apiserver)
v0.35.4Compare Source
v0.35.3Compare Source
v0.35.2Compare Source
v0.35.1Compare Source
kubernetes/apimachinery (k8s.io/apimachinery)
v0.35.4Compare Source
v0.35.3Compare Source
v0.35.2Compare Source
kubernetes/client-go (k8s.io/client-go)
v0.35.4Compare Source
v0.35.3Compare Source
v0.35.2Compare Source
kubernetes-sigs/controller-runtime (sigs.k8s.io/controller-runtime)
v0.23.3Compare Source
What's Changed
Full Changelog: kubernetes-sigs/controller-runtime@v0.23.2...v0.23.3
v0.23.2Compare Source
What's Changed
Full Changelog: kubernetes-sigs/controller-runtime@v0.23.1...v0.23.2
Configuration
📅 Schedule: (in timezone Europe/Oslo)
* 5-7 * * 1-4)🚦 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.
This PR was generated by Mend Renovate. View the repository job log.