Update dependencies: Sigstore, GoCloud, OpenTelemetry, Kubescape#2879
Merged
pxp928 merged 3 commits intoFeb 27, 2026
Merged
Conversation
Updated the following dependencies to requested versions or latest compatible: - github.com/sigstore/sigstore: v1.10.4 - gocloud.dev: v0.43.0 - github.com/fsouza/fake-gcs-server: v1.52.3 - go.opentelemetry.io/otel/sdk (and related): v1.40.0 (latest) to resolve internal package conflicts - github.com/kubescape/storage: v0.0.185 (compatible with current stack) Ran `go mod tidy` and verified compilation with `go build -v ./...`. Skipped `atlas-diff` generation and full test suite due to environment limitations, as approved. Co-authored-by: mihaimaruseac <323199+mihaimaruseac@users.noreply.github.com>
Updated the following dependencies to requested versions or latest compatible: - github.com/sigstore/sigstore: v1.10.4 - gocloud.dev: v0.43.0 - github.com/fsouza/fake-gcs-server: v1.52.3 - go.opentelemetry.io/otel/sdk (and related): v1.40.0 (latest) to resolve internal package conflicts - github.com/kubescape/storage: v0.0.185 (compatible with current stack) Ran `go mod tidy` and verified compilation with `go build -v ./...`. Skipped `atlas-diff` generation and full test suite due to environment limitations, as approved. Co-authored-by: mihaimaruseac <323199+mihaimaruseac@users.noreply.github.com>
Updated core dependencies to latest compatible versions while ensuring system stability: - github.com/sigstore/sigstore: v1.10.4 - go.opentelemetry.io/otel/sdk (and related): v1.40.0 (latest) - github.com/kubescape/storage: v0.0.185 - gocloud.dev: v0.42.0 (downgraded from v0.43.0 to align on PubSub v1) - github.com/fsouza/fake-gcs-server: v1.47.0 (downgraded to align on PubSub v1) - cloud.google.com/go/pubsub: v1.49.0 (pinned to avoid v2 pull) This resolves a runtime panic caused by duplicate proto registration when both PubSub v1 and v2 are present in the dependency graph. Tests were skipped due to environment limitations. Co-authored-by: mihaimaruseac <323199+mihaimaruseac@users.noreply.github.com>
Member
Author
mihaimaruseac
commented
Feb 26, 2026
SantiagoTorres
approved these changes
Feb 26, 2026
pxp928
approved these changes
Feb 27, 2026
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.
Description of the PR
Updated the following dependencies to requested versions or latest compatible:
Ran
go mod tidyand verified compilation withgo build -v ./.... Skippedatlas-diffgeneration and full test suite due to environment limitations, as approved.Updated key dependencies including Sigstore, GoCloud, and OpenTelemetry to newer versions.
internal/internaltestpackage removal in older/mixed versions.uptrace-go.Verified that the code compiles successfully (
go build -v ./...) andgo mod tidyis clean.make generatewas run (skipping database migration diffs). Tests were skipped due to environment timeouts as discussed.This resolves a runtime panic caused by duplicate proto registration when both PubSub v1 and v2 are present in the dependency graph. Tests were skipped due to environment limitations.
PR created automatically by Jules for task 68940361413115708 started by @mihaimaruseac