Skip to main content
logoTetrate Service BridgeVersion: next

Release Notes

Version 1.8.0-dev

  • WASM Download Proxy now works in onboarded VMs. This required changing the port to a non-priviledged one. To work properly across all the Control Planes that have VM workloads, all of them need to be upgraded to this version and the following configuration applied to the MPC deployment:
    apiVersion: apps/v1
    kind: Deployment
    spec:
    containers:
    - name: mpc
    env:
    - name: TSB_ENABLE_WASM_DOWNLOAD_PROXY_NON_PRIVILEGED_PORT
    value: "true"