Skip to content

Release v0.7.0

Choose a tag to compare

@rafaelrsantosti rafaelrsantosti released this 26 Jan 05:23
· 47 commits to main since this release
42228e2

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.0

Portal:

docker pull ghcr.io/grid-labs-tech/tron-portal:0.7.0

Changes

  • 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