Skip to content

Bump defaultCliVersion to 1.7.2 for v1.31.1 admin-tools#10640

Merged
fretz12 merged 1 commit into
release/v1.31.xfrom
fredtzeng/bump-default-cli-version-1.7.2
Jun 10, 2026
Merged

Bump defaultCliVersion to 1.7.2 for v1.31.1 admin-tools#10640
fretz12 merged 1 commit into
release/v1.31.xfrom
fredtzeng/bump-default-cli-version-1.7.2

Conversation

@fretz12

@fretz12 fretz12 commented Jun 10, 2026

Copy link
Copy Markdown
Contributor

What changed?

Bumps defaultCliVersion from "1.7.1" to "1.7.2" in .github/actions/build-docker-images/scripts/main.go.
This is the version of the temporal CLI binary downloaded and bundled into the admin-tools Docker image at build time.

Why?

Final step of the OSS server v1.31.1 patch. CLI v1.7.2 was just released (temporalio/cli#1088) and bumps go.temporal.io/server v1.31.0 → v1.31.1, picking up the v1.31.1 security fixes transitively:

  • apache/thrift v0.21.0 → v0.23.0 (CVE-2026-41602)
  • golang.org/x/crypto v0.46.0 → v0.52.0 (GO-2026-5005..5023)
  • golang.org/x/net v0.48.0 → v0.55.0 (GO-2026-5026, etc.)
  • Go toolchain 1.26.3 → 1.26.4 (stdlib HIGH CVEs)

These findings show up in grype scans of temporaliotest/admin-tools:sha-<latest> because the bundled CLI binary at v1.7.1 was built before our v1.31.1 cherry-picks. Bumping to v1.7.2 clears them.

How did you test it?

  • built
  • run locally and tested manually
  • covered by existing tests
  • added new unit test(s)
  • added new functional test(s)

@fretz12 fretz12 requested review from a team as code owners June 10, 2026 16:12
@fretz12 fretz12 merged commit 7558eac into release/v1.31.x Jun 10, 2026
42 of 43 checks passed
@fretz12 fretz12 deleted the fredtzeng/bump-default-cli-version-1.7.2 branch June 10, 2026 16:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant