Skip to content

temporal 1.6.0#266037

Merged
BrewTestBot merged 2 commits intomainfrom
bump-temporal-1.6.0
Feb 5, 2026
Merged

temporal 1.6.0#266037
BrewTestBot merged 2 commits intomainfrom
bump-temporal-1.6.0

Conversation

@BrewTestBot
Copy link
Contributor

Created by brew bump


Created with brew bump-formula-pr.

Details

release notes
## What's Changed
* VLN-442: Use first-party action for GitHub app tokens by @picatz in https://github.com/temporalio/cli/pull/872
* fix: improve consistency of backticks in usage messages by @stpierre in https://github.com/temporalio/cli/pull/863
* Move to internal package by @stephanos in https://github.com/temporalio/cli/pull/874
* Commands generator binary by @stephanos in https://github.com/temporalio/cli/pull/875
* Automate Docker Image Build and Publish by @chaptersix in https://github.com/temporalio/cli/pull/877
* docs: updates cli docs gen script by @lennessyy in https://github.com/temporalio/cli/pull/882
* Enable setting of Temporal headers through cli by @Tamoghnasen9 in https://github.com/temporalio/cli/pull/883
* Fix worker list example query by @yuandrew in https://github.com/temporalio/cli/pull/884
* Move gen commands by @stephanos in https://github.com/temporalio/cli/pull/887
* fix: wrong examples for config delete(-profile)? by @deathiop in https://github.com/temporalio/cli/pull/888
* Fix envconfig namespace respected bug by @spkane31 in https://github.com/temporalio/cli/pull/891
* Invoke CLI extension by @stephanos in https://github.com/temporalio/cli/pull/889
* Integrate extensions into help by @stephanos in https://github.com/temporalio/cli/pull/894
* fetch task-queue stats only if available by @kokes in https://github.com/temporalio/cli/pull/895
* Add OAuth support for CLI extensions by @stephanos in https://github.com/temporalio/cli/pull/892
* fix `hidden` flag property by @stephanos in https://github.com/temporalio/cli/pull/893
* Fixed CLI hanging when terminal is closed by @moedash in https://github.com/temporalio/cli/pull/897
* docs: fix toml file path by @lennessyy in https://github.com/temporalio/cli/pull/898
* Suppress logger warnings during start-dev shutdown by @dandavison in https://github.com/temporalio/cli/pull/903
* Create versions before setting override, and require Deployment Name for Pinned Override Version by @carlydf in https://github.com/temporalio/cli/pull/905
* update server version to v1.30.0-148.3 by @chaptersix in https://github.com/temporalio/cli/pull/911
* Add pause/unpause commands (#885) by @gow in https://github.com/temporalio/cli/pull/914
* Show pause information in "workflow describe" command (#899) by @gow in https://github.com/temporalio/cli/pull/915
* Bump golang.org/x/net from 0.28.0 to 0.38.0 in /cliext by @dependabot[bot] in https://github.com/temporalio/cli/pull/917
* Update Alpine Version by @chaptersix in https://github.com/temporalio/cli/pull/916
* Tweak OAuth behavior by @stephanos in https://github.com/temporalio/cli/pull/913
* Wire enableReplication into CLI by @michaely520 in https://github.com/temporalio/cli/pull/919
* update server to 1.48.4 by @chaptersix in https://github.com/temporalio/cli/pull/918
* VLN-474: Set explicit permissions for GitHub Actions workflows by @picatz in https://github.com/temporalio/cli/pull/869
* Rename `update-metadata-version` command to `update-version-metadata` by @ShahabT in https://github.com/temporalio/cli/pull/920
* enable the system callback url by @chaptersix in https://github.com/temporalio/cli/pull/924
* feat: Add 'Temporal' prefix to server startup logs for clarity by @Abhishek00810 in https://github.com/temporalio/cli/pull/926
* Expose Versioning Info from Describe Task Queue by @carlydf in https://github.com/temporalio/cli/pull/931
* Show Task Queue Stats in `describe-version` and don't use SDK anymore by @carlydf in https://github.com/temporalio/cli/pull/929
* Remove Experimental from Worker Deployment APIs, label previous versioning APIs Deprecated by @carlydf in https://github.com/temporalio/cli/pull/930
* bump server version to 1.30 by @chaptersix in https://github.com/temporalio/cli/pull/934
* fix build flag by @chaptersix in https://github.com/temporalio/cli/pull/937
* bump ui server to 2.45.0 and API to 1.60.1 by @chaptersix in https://github.com/temporalio/cli/pull/936

New Contributors

Full Changelog: temporalio/cli@v1.5.1...v1.6.0

[!WARNING]
Deprecation Notice: CLI commands for Rules-based Worker Versioning and Build-ID-based Worker Versioning (pre-release APIs) are now deprecated and will be removed in future releases. Use Worker Deployment Versioning instead.

View the full release notes at https://github.com/temporalio/cli/releases/tag/v1.6.0.


@github-actions github-actions bot added go Go use is a significant feature of the PR or issue bump-formula-pr PR was created using `brew bump-formula-pr` labels Feb 5, 2026
@chenrui333
Copy link
Member

  ==> /home/linuxbrew/.linuxbrew/Cellar/temporal/1.6.0/bin/temporal --version
  Error: temporal: failed
  An exception occurred within a child process:
    Minitest::Assertion: Expected /temporal\ version\ 1\.6\.0/ to match "temporal version 0.0.0-DEV (Server 1.30.0, UI 2.45.0)\n".

@chenrui333 chenrui333 added the test failure CI fails while running the test-do block label Feb 5, 2026
temporal: update ldflags

Signed-off-by: Rui Chen <rui@chenrui.dev>
@chenrui333 chenrui333 removed the test failure CI fails while running the test-do block label Feb 5, 2026
@github-actions
Copy link
Contributor

github-actions bot commented Feb 5, 2026

:shipit: @chenrui333 has requested bottles to be published to this PR.

Caution

Please do not push to this PR branch before the bottle commits have been pushed, as this results in a state that is difficult to recover from. If you need to resolve a merge conflict, please use a merge commit. Do not force-push to this PR branch.

@github-actions github-actions bot added the CI-published-bottle-commits The commits for the built bottles have been pushed to the PR branch. label Feb 5, 2026
@BrewTestBot BrewTestBot enabled auto-merge February 5, 2026 19:41
@BrewTestBot BrewTestBot added this pull request to the merge queue Feb 5, 2026
Merged via the queue into main with commit f72e629 Feb 5, 2026
22 checks passed
@BrewTestBot BrewTestBot deleted the bump-temporal-1.6.0 branch February 5, 2026 19:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bump-formula-pr PR was created using `brew bump-formula-pr` CI-published-bottle-commits The commits for the built bottles have been pushed to the PR branch. go Go use is a significant feature of the PR or issue

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants