Bump the go-dependencies group across 1 directory with 5 updates#4475
Closed
dependabot[bot] wants to merge 1 commit into
Closed
Bump the go-dependencies group across 1 directory with 5 updates#4475dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
e89dce7 to
afa9761
Compare
ValClarkson
approved these changes
May 13, 2026
Contributor
ValClarkson
left a comment
There was a problem hiding this comment.
LGTM. All non-pre-existing checks (go-test, golangci-lint, govulncheck, kubernetes-k3d, kubernetes-api, coverage-report, CodeQL) pass. The failing e2e-* and trivy-related jobs are pre-existing failures on main and unrelated to this PR.
gojq upgrade only affects internal/crd/post-process.go (build-time CRD post-processor)
x/crypto upgrade only affects internal/postgres/password/scram.go (stable pbkdf2.Key API)
All other bumps are test-only or indirect
Bumps the go-dependencies group with 2 updates in the / directory: [github.com/itchyny/gojq](https://github.com/itchyny/gojq) and [github.com/onsi/ginkgo/v2](https://github.com/onsi/ginkgo). Updates `github.com/itchyny/gojq` from 0.12.18 to 0.12.19 - [Release notes](https://github.com/itchyny/gojq/releases) - [Changelog](https://github.com/itchyny/gojq/blob/main/CHANGELOG.md) - [Commits](itchyny/gojq@v0.12.18...v0.12.19) Updates `github.com/onsi/ginkgo/v2` from 2.28.1 to 2.28.3 - [Release notes](https://github.com/onsi/ginkgo/releases) - [Changelog](https://github.com/onsi/ginkgo/blob/master/CHANGELOG.md) - [Commits](onsi/ginkgo@v2.28.1...v2.28.3) Updates `github.com/onsi/gomega` from 1.39.1 to 1.40.0 - [Release notes](https://github.com/onsi/gomega/releases) - [Changelog](https://github.com/onsi/gomega/blob/master/CHANGELOG.md) - [Commits](onsi/gomega@v1.39.1...v1.40.0) Updates `golang.org/x/crypto` from 0.48.0 to 0.50.0 - [Commits](golang/crypto@v0.48.0...v0.50.0) Updates `golang.org/x/tools` from 0.42.0 to 0.44.0 - [Release notes](https://github.com/golang/tools/releases) - [Commits](golang/tools@v0.42.0...v0.44.0) --- updated-dependencies: - dependency-name: github.com/itchyny/gojq dependency-version: 0.12.19 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: go-dependencies - dependency-name: github.com/onsi/ginkgo/v2 dependency-version: 2.28.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: go-dependencies - dependency-name: github.com/onsi/gomega dependency-version: 1.40.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-dependencies - dependency-name: golang.org/x/crypto dependency-version: 0.50.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-dependencies - dependency-name: golang.org/x/tools dependency-version: 0.44.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
afa9761 to
e350d09
Compare
Contributor
Author
|
Looks like these dependencies are updatable in another way, so this is no longer needed. |
ValClarkson
added a commit
to ValClarkson/postgres-operator
that referenced
this pull request
May 13, 2026
…OTel Now that the x/net CVE fix (CrunchyData#4481) and the k8s 0.36.0 / controller-runtime 0.24.0 jump (CrunchyData#4479) are on main, this finishes the planned upgrade pass with patch bumps and the Go toolchain bump: * Go 1.26.0 -> 1.26.3 (go directive only; e2e CI still installs Go 1.25.x for kuttl/chainsaw which depend on testDeps.ModulePath at the older toolchain). * k8s.io/api, apimachinery, client-go 0.36.0 -> 0.36.1 * sigs.k8s.io/controller-runtime 0.24.0 -> 0.24.1 * go.opentelemetry.io/otel{,/sdk,/trace,/metric,/log,/sdk/log,/sdk/metric} 1.42.0 -> 1.43.0 (and matching otlp/* exporters; stdout* and log* sub- modules to v0.19.0 / v1.43.0 / v0.65.0 as appropriate). * go.opentelemetry.io/contrib/{exporters/autoexport,instrumentation/net/http/ otelhttp,propagators/autoprop,bridges/prometheus,propagators/{aws,b3, jaeger,ot}} 0.67.0/1.42.0 -> 0.68.0/1.43.0. These are all patch / minor bumps within their respective stable lines. 'go mod tidy', 'go build ./...', 'go vet ./...', 'make generate', and 'golangci-lint run' all pass cleanly with no source changes required. Supersedes the Dependabot PRs CrunchyData#4475, CrunchyData#4477, CrunchyData#4478 and the older snapshot of CrunchyData#4483. Signed-off-by: ValClarkson <valerie.clarkson@crunchydata.com>
ValClarkson
added a commit
that referenced
this pull request
May 13, 2026
…OTel Now that the x/net CVE fix (#4481) and the k8s 0.36.0 / controller-runtime 0.24.0 jump (#4479) are on main, this finishes the planned upgrade pass with patch bumps and the Go toolchain bump: * Go 1.26.0 -> 1.26.3 (go directive only; e2e CI still installs Go 1.25.x for kuttl/chainsaw which depend on testDeps.ModulePath at the older toolchain). * k8s.io/api, apimachinery, client-go 0.36.0 -> 0.36.1 * sigs.k8s.io/controller-runtime 0.24.0 -> 0.24.1 * go.opentelemetry.io/otel{,/sdk,/trace,/metric,/log,/sdk/log,/sdk/metric} 1.42.0 -> 1.43.0 (and matching otlp/* exporters; stdout* and log* sub- modules to v0.19.0 / v1.43.0 / v0.65.0 as appropriate). * go.opentelemetry.io/contrib/{exporters/autoexport,instrumentation/net/http/ otelhttp,propagators/autoprop,bridges/prometheus,propagators/{aws,b3, jaeger,ot}} 0.67.0/1.42.0 -> 0.68.0/1.43.0. These are all patch / minor bumps within their respective stable lines. 'go mod tidy', 'go build ./...', 'go vet ./...', 'make generate', and 'golangci-lint run' all pass cleanly with no source changes required. Supersedes the Dependabot PRs #4475, #4477, #4478 and the older snapshot of #4483. Signed-off-by: ValClarkson <valerie.clarkson@crunchydata.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the go-dependencies group with 2 updates in the / directory: github.com/itchyny/gojq and github.com/onsi/ginkgo/v2.
Updates
github.com/itchyny/gojqfrom 0.12.18 to 0.12.19Release notes
Sourced from github.com/itchyny/gojq's releases.
Changelog
Sourced from github.com/itchyny/gojq's changelog.
Commits
b7ebffbbump up version to 0.12.19b02c97bupdate CHANGELOG.md for v0.12.19d7ca9b5implement to_entries and from_entries in jq for simplicitybac8b0bupdate dependencies183cbecbump up Docker actions40707cffix repeated argument typeanyb5ece86fix handling of--in cli flag parsing for jq compatibilitycca2307re-generate the parser.go fileca5066dfix gsub and sub when the replacement emits multiple values0878958improve performance of regexp functions by caching compiled regexps (fix #230)Updates
github.com/onsi/ginkgo/v2from 2.28.1 to 2.28.3Release notes
Sourced from github.com/onsi/ginkgo/v2's releases.
Changelog
Sourced from github.com/onsi/ginkgo/v2's changelog.
Commits
5de9c15v2.28.37e2fa19bump dependencies1a81912v2.28.2f3a36b6Add ArtifactDir() to support Go 1.26 testing.TB interface94151c8Implement shell completion4d21dbbAdd asan CLI option mirroring msan implementationc102161Bump uri from 1.0.3 to 1.0.4 in /docs (#1630)9619647fix aspect ratio5779304update logosUpdates
github.com/onsi/gomegafrom 1.39.1 to 1.40.0Release notes
Sourced from github.com/onsi/gomega's releases.
Changelog
Sourced from github.com/onsi/gomega's changelog.
Commits
87ee9d3v1.40.0ea66027v1.40.0 (full)e3fd789update docs to reflect new versioning strategy7d4ee30first push to master-litee4a82d1Bump github/codeql-action from 3 to 4 (#875)af62723Bump rexml from 3.4.0 to 3.4.2 in /docs (#870)e164221Bump github.com/onsi/ginkgo/v2 from 2.28.0 to 2.28.1 (#895)334a282Bump faraday from 2.12.2 to 2.14.1 in /docs (#896)Updates
golang.org/x/cryptofrom 0.48.0 to 0.50.0Commits
03ca0dcgo.mod: update golang.org/x dependencies8400f4assh: respect signer's algorithm preference in pickSignatureAlgorithm81c6cb3ssh: swap cbcMinPaddingSize to cbcMinPacketSize to get encLength982eaa6go.mod: update golang.org/x dependencies159944fssh,acme: clean up tautological/impossible nil conditionsa408498acme: only require prompt if server has terms of servicecab0f71all: upgrade go directive to at least 1.25.0 [generated]2f26647x509roots/fallback: update bundleUpdates
golang.org/x/toolsfrom 0.42.0 to 0.44.0Commits
3dd188dgo.mod: update golang.org/x dependenciesaebd870gopls: improve doc link matching to support links followed by a colon5357b43go/analysis/passes/modernize: rangeint: handle type parameter constraintsbf04c61go/types/internal/play: show normal terms of selected type0ae2de0gopls/internal/filecache: cache decoded objects in memCache8e51a5fgo/ssa: support direct references to embedded fields in struct lit5005b9einternal/gcimporter: rename ureader_yes.go to ureader.go5ca865bgo/types/objectpath: add debugging commandf6476fbinternal/gcimporter: consume generic methods in gcimporterb36d1d1internal/pkgbits: sync version.go with goroot