Release v0.7.0
Release v0.7.0
This is a combined release of both API and Portal components.
Docker Images
API:
docker pull ghcr.io/grid-labs-tech/tron-api:0.7.0Portal:
docker pull ghcr.io/grid-labs-tech/tron-portal:0.7.0Changes
- feat(api): support separate public and private gateway references
- feat(api): add validation for empty envs and secrets
- feat(portal): improve UX with stepper and simplified forms
- refactor(portal): create reusable Stepper component
- fix(api): prevent malformed YAML when gateway_reference is empty
- fix: production environment improvements and portal fixes
Installation
helm repo add grid-labs-tech https://grid-labs-tech.github.io/charts
helm repo update
helm upgrade --install tron grid-labs-tech/tron --version 0.7.0