chore(deps): bump Go toolchain and core modules#133
Draft
viniciusdc wants to merge 1 commit into
Draft
Conversation
- go 1.25.6 -> 1.25.10 - google.golang.org/grpc v1.76.0 -> v1.79.3 - go.opentelemetry.io/otel (+ metric, trace, sdk) v1.38-1.39 -> v1.43.0 - golang.org/x/net v0.47.0 -> v0.55.0 - Transitive bumps via `go mod tidy` (genproto, sys, term, text, tools) Routine dependency hygiene before the v0.1.0 cut. Brings the toolchain and the observability + networking stack to current stable minors. `govulncheck` is clean after the bump; all unit tests pass; lint is clean. No intended behaviour change.
This was referenced May 24, 2026
Docker Images BuiltImages pushed to Quay.io for branch
Test the operator: kubectl apply -k https://github.com/nebari-dev/nebari-operator.git/config/default?ref=chore/deps-toolchain-bump
kubectl set image deployment/nebari-operator-controller-manager manager=quay.io/nebari/nebari-operator:chore-deps-toolchain-bump -n nebari-operator-system |
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.
Summary
Routine dependency hygiene before the v0.1.0 cut. Brings the toolchain and the observability + networking stack to current stable minors.
1.25.61.25.10google.golang.org/grpcv1.76.0v1.79.3go.opentelemetry.io/otel(+metric,trace,sdk)v1.38–1.39v1.43.0golang.org/x/netv0.47.0v0.55.0Transitive bumps via
go mod tidy(genproto,sys,term,text,tools) ride along.Verification
go build ./...— passesgo vet ./...— cleanapi/,internal/controller/reconcilers/{routing,core,tls,auth},internal/controller/utils/*) — all greenmake lint(golangci-lint) — 0 issuesgovulncheck ./...—No vulnerabilities found.No intended behaviour change. The grpc and otel bumps are the most consequential; both are stable-minor jumps with no API breaks in the surfaces this repo touches.
Why now
Routine dep hygiene as part of the v0.1.0 readiness pass (#129). The toolchain side picks up upstream stdlib improvements; the otel + grpc bumps follow the projects' current stable lines.
Test plan
make testandmake lintagainst the new versions.make helm-chart IMG=...still generates a clean chart (chart image stamping landed in ci(release): pass IMG to make helm-chart so values.yaml inherits the pinned image #128 — independent of this).make setupindev/) and confirm the operator pod still reconciles a basic NebariApp.