Releases: nhost/cli
Releases · nhost/cli
v1.5.3
Changes
🐛 Bug Fixes
- fix: expose hasura correctly when requested @dbarrosop (#764)
- fix: graphql should respect custom http port @dbarrosop (#762)
- fix: detect git branch correctly @dbarrosop (#758)
- fix: generate better jsonpatches @dbarrosop (#759)
🧰 Maintenance
- chore: bump nhost/dashboard to 0.20.7 @nhost-build (#763)
- chore: bump nhost/dashboard to 0.20.6 @nhost-build (#755)
- chore: update go @dbarrosop (#760)
- chore: bump nhost/dashboard to 0.20.3 @nhost-build (#752)
- chore: bump nhost/dashboard to 0.20.2 @nhost-build (#739)
- chore: Cloud Run -> Run @dbarrosop (#750)
v1.5.2
v1.5.1
v1.5.0
Changes
🚀 Features
- feat: added various operations to operate on Nhost Run @dbarrosop (#745)
🐛 Bug Fixes
- fix: added --no-interactive flag to docker-credentials configure @dbarrosop (#744)
v1.4.0
Changes
🚀 Features
- feat: added functionality to interact with nhost's registry @dbarrosop (#743)
🐛 Bug Fixes
- fix:Add upper case verification for cli prompts @constance-seedstash (#740)
🧰 Maintenance
- chore: bump go to 1.20.6 due to GO-2023-1878 @dbarrosop (#742)
- chore: bump nhost/dashboard to 0.19.0 @nhost-build (#738)
v1.3.0
Changes
⚠️ ⚠️ ⚠️ Breaking change
From now on values in secrets will need to be quoted. For instance, if you had in your .secrets
file:
my_secret=my_value
it will need to be changed to:
my_secret='my_value'
🐛 Bug Fixes
- fix: treat secrets like a toml to simplify parsing and support special characters @dbarrosop (#736)
- fix: apply seeds automatically if .nhost folder didn't exist previously @dbarrosop (#737)
🧰 Maintenance
- chore: bump nhost/dashboard to 0.17.20 @nhost-build (#733)
v1.2.0
Changes
🚀 Features
- feat: allow exposing containers directly if needed @dbarrosop (#716)
🐛 Bug Fixes
- fix: sanitize project name consistently @dbarrosop (#732)
🧰 Maintenance
- chore: bump nhost/dashboard to 0.17.18 @nhost-build (#726)
- chore: fix typo @dbarrosop (#728)
- chore: bump nhost/dashboard to 0.17.9 @nhost-build (#725)
v1.1.0
Changes
🚀 Features
- feat: added support for configuration overlays @dbarrosop (#714)
- feat: added full example @dbarrosop (#715)
- feat: allow pulling config without overwriting secrets @dbarrosop (#723)
- feat: update schema to support more providers @dbarrosop (#721)
🐛 Bug Fixes
- fix: sanitize project name @dbarrosop (#724)
🧰 Maintenance
- chore: bump nhost/dashboard to 0.17.8 @nhost-build (#722)
v1.0.5
What's Changed
- chore: fix typo by @dbarrosop in #708
- Fix: typo by @xlanex6 in #711
- feat: allow specifying subdomain when working with remote environments by @dbarrosop in #713
- feat: download metadata after starting services by @dbarrosop in #717
New Contributors
Full Changelog: v1.0.4...v1.0.5
v1.0.4
Changes
🐛 Bug Fixes
- fix: use abspath for docker volumes @dbarrosop (#706)
🧰 Maintenance
- chore: bump nhost/dashboard to 0.17.2 @nhost-build (#704)