Bump cli submodule to v1.7.0 for v1.29.x security release#323
Merged
Conversation
Updates cli from v1.6.2 (17c6c96) to v1.7.0 (62fa8939) to clear critical/high CVEs in the bundled temporal CLI binary: - github.com/jackc/pgx/v5@v5.7.4 → v5.9.2 (CRITICAL) - google.golang.org/grpc@v1.72.2 → v1.79.3 (CRITICAL) - Go 1.26.0 → 1.26.2 (multiple CRITICAL/HIGH stdlib CVEs) - github.com/go-jose/go-jose/v4, otel/sdk, gomarkdown, edwards25519 govulncheck reports clean against cli v1.7.0. Note: cli v1.7.0 has a few user-visible behavior changes vs v1.6.x (activity-type targeting removed from activity pause/unpause/reset/ update; experimental labels removed from config flags). These ship in the temporal CLI binary inside admin-tools — users invoking `temporal` from inside the v1.29.x admin-tools image will see v1.7.0 behavior. Same change is also being applied to the v1.30.x line via temporal#10156.
rodrigozhou
approved these changes
May 1, 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.
What
Updates the
clisubmodule from v1.6.2 to v1.7.0 for the next v1.29.x security image release.Why
CLI v1.6.2 transitively pulls in critical/high CVEs through its embedded server:
github.com/jackc/pgx/v5@v5.7.4(CRITICAL — GHSA-9jj7-4m8r-rfcm)google.golang.org/grpc@v1.72.2(CRITICAL — GHSA-p77j-4mvh-x3m3)github.com/go-jose/go-jose/v4,go.opentelemetry.io/otel/sdk,gomarkdown,edwards25519