Skip to content

Commit 16bd254

Browse files
chore(deps): update temporalio/ui docker tag to v2.39.0 (#3161)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [temporalio/ui](https://redirect.github.com/temporalio/ui-server) | minor | `v2.38.3` -> `2.39.0` | --- ### Release Notes <details> <summary>temporalio/ui-server (temporalio/ui)</summary> ### [`v2.39.0`](https://redirect.github.com/temporalio/ui-server/releases/tag/v2.39.0) [Compare Source](https://redirect.github.com/temporalio/ui-server/compare/v2.38.3...v2.39.0) Release synced from [[email protected]](https://redirect.github.com/rossnelson-testing-gha/ui-server/releases/tag/v2.39.0) ##### What's Changed - fix: Remove v prefix from Docker tags in release workflow by [@&#8203;rossnelson](https://redirect.github.com/rossnelson) in [https://github.com/temporalio/ui-server/pull/321](https://redirect.github.com/temporalio/ui-server/pull/321) - feat: Add manual Docker push workflow by [@&#8203;rossnelson](https://redirect.github.com/rossnelson) in [https://github.com/temporalio/ui-server/pull/322](https://redirect.github.com/temporalio/ui-server/pull/322) - fix: Replace bad substring usage with proper variable extraction by [@&#8203;rossnelson](https://redirect.github.com/rossnelson) in [https://github.com/temporalio/ui-server/pull/323](https://redirect.github.com/temporalio/ui-server/pull/323) **Full Changelog**: temporalio/ui-server@v2.38.3...v2.39.0 </details> --- ### Configuration 📅 **Schedule**: Branch creation - "after 5pm on monday" in timezone Etc/UTC, Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/PeerDB-io/peerdb). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNy4yIiwidXBkYXRlZEluVmVyIjoiNDEuMTcuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 5332dee commit 16bd254

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docker-compose-dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ services:
110110
- TEMPORAL_ADDRESS=temporal:7233
111111
- TEMPORAL_CORS_ORIGINS=http://localhost:3000
112112
- TEMPORAL_CSRF_COOKIE_INSECURE=true
113-
image: temporalio/ui:v2.38.3@sha256:0e9c3bd6a79c4d8ffac9aed098f22862a1c0f4a73f7fc47e3a1031a413d7d967
113+
image: temporalio/ui:2.39.0@sha256:b768f87f18b59663a6749e98a2f7782c266e8e4e4749f92248e2ba41d6330d3f
114114
ports:
115115
- 8085:8080
116116

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ services:
106106
- TEMPORAL_ADDRESS=temporal:7233
107107
- TEMPORAL_CORS_ORIGINS=http://localhost:3000
108108
- TEMPORAL_CSRF_COOKIE_INSECURE=true
109-
image: temporalio/ui:v2.38.3@sha256:0e9c3bd6a79c4d8ffac9aed098f22862a1c0f4a73f7fc47e3a1031a413d7d967
109+
image: temporalio/ui:2.39.0@sha256:b768f87f18b59663a6749e98a2f7782c266e8e4e4749f92248e2ba41d6330d3f
110110
ports:
111111
- 8085:8080
112112

0 commit comments

Comments
 (0)