Skip to content

0.6.0 Release

Choose a tag to compare

@github-actions github-actions released this 11 Sep 21:14
· 16 commits to main since this release
6b82e28

Temporal Proxy 0.6.0

A gRPC proxy that sits between Temporal SDK Clients, Workers, and the Temporal UI on one side and one
or more upstream Temporal Services on the other. It handles Namespace translation, TLS termination,
and payload encryption so applications can target a single local endpoint while the proxy fans
requests out to the right upstream (a local dev Temporal Service, a self-hosted deployment, Temporal
Cloud, or some mix).

Installation

Go

go install github.com/temporalio/temporal-proxy/cmd/proxy@v0.6.0

Container image

docker pull temporalio/temporal-proxy:v0.6.0

Helm

See https://github.com/temporalio/helm-charts/tree/main/charts/temporal-proxy for more information.

helm install temporal-proxy temporal-proxy \
  --repo https://go.temporal.io/helm-charts \
  --set image.tag=v0.6.0

Prebuilt binaries for each platform are attached as assets below. See the README for full installation and
configuration details.

Changelog

Changes

Full Changelog: v0.5.2...v0.6.0