Skip to content
This repository has been archived by the owner on Apr 3, 2024. It is now read-only.

Bump github.com/temporalio/ui-server/v2 from 2.5.1 to 2.6.0 #129

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 14, 2022

Bumps github.com/temporalio/ui-server/v2 from 2.5.1 to 2.6.0.

Release notes

Sourced from github.com/temporalio/ui-server/v2's releases.

v2.6.0

New Features:

UI public path

Allows to customize the URL sub path under which the UI is served

docker build -t ui --build-arg TEMPORAL_PUBLIC_PATH=/custom-path .
docker run -e TEMPORAL_PUBLIC_PATH=/custom-path --network host -t ui

Then navigate to http://localhost:8080/custom-path

Healthcheck endpoint

Thanks to @​cv65kr

curl http://localhost:8080/healthz
{"status":"OK"}

Changelog:

UI server:

  • 2022-09-09 - 1a32cf69 - Support public path feature in Docker image (#213)
  • 2022-09-09 - 157ba508 - Support configuring UI public path (#211)
  • 2022-09-06 - 73f3d121 - Update makefile test syntax (#206)
  • 2022-08-30 - 3e3abc99 - Healthcheck endpoint (#208) @​cv65kr
  • 2022-08-29 - 90548ae2 - Enable authorization header as CSRF protection (#201)

UI

  • 2022-09-13 - 699098d9 - Show auth error message on Login screen (#828)
  • 2022-09-12 - 1ac16120 - Handle errors that have status prop instead of statusCode (#826)
  • 2022-09-12 - 19120ade - Fix expired auth token not kicking user out to /login (#825)
  • 2022-09-12 - 5823a4bf - Add spellcheck to Input (#824)
  • 2022-09-12 - e7fd28fa - Add action locations to Pagination (#815)
  • 2022-09-09 - c805dacf - Recursively find all payloads and decode (#811)
  • 2022-09-07 - 6cee8f94 - Support serving UI from sub path (#810)
  • 2022-09-06 - 3affe401 - Schedules Pages (List, View, Create) (#807)
  • 2022-09-06 - 1151fd0d - Update to sveltekit .405, fix all the things related (#805)
  • 2022-09-01 - 7246c92a - Add namespace switcher to schedules (#801)
Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [github.com/temporalio/ui-server/v2](https://github.com/temporalio/ui-server) from 2.5.1 to 2.6.0.
- [Release notes](https://github.com/temporalio/ui-server/releases)
- [Commits](temporalio/ui-server@v2.5.1...v2.6.0)

---
updated-dependencies:
- dependency-name: github.com/temporalio/ui-server/v2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Sep 14, 2022
@jlegrone jlegrone enabled auto-merge (squash) September 15, 2022 00:28
@jlegrone jlegrone merged commit a28601a into main Sep 15, 2022
@jlegrone jlegrone deleted the dependabot/go_modules/github.com/temporalio/ui-server/v2-2.6.0 branch September 15, 2022 00:34
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant