Releases: nhost/cli
Releases · nhost/cli
v1.29.5
Changes
🧰 Maintenance
- chore: update certs and dependencies and remove unnecessary bind volumes @dbarrosop (#953)
Breaking change
minio
data has been moved from a bind folder to a docker volume. This means any data prior to the upgrade will not be present after upgrading the CLI. You can copy the data if you need it with the command:
docker cp .nhost/data/$BRANCH/minio/nhost $PROJECT-minio-1:/data/
replace branch with your git branch (i.e. main) and $PROJECT with your project's name (typically the folder name)
v1.29.4
Changes
🧰 Maintenance
- chore: update certs and backend schema @dbarrosop (#952)
- chore: updated minio version @renecruces (#950)
v1.29.3
Changes
🧰 Maintenance
- chore: bump nhost/dashboard to 2.20.0 @nhost-build (#947)
- chore: update schema @dbarrosop (#948)
v1.29.2
Changes
🧰 Maintenance
- chore: update schema @dbarrosop (#946)
WARNING: the new schema makespostgres.resources.storage.capacity
a requirement. Please, read https://github.com/nhost/nhost/discussions/3190
v1.29.1
Changes
🧰 Maintenance
- chore: disable CGO using new mechanism @dbarrosop (#945)
- chore: bump nhost/dashboard to 2.17.0 @nhost-build (#944)
- chore: update certs and dependencies @dbarrosop (#942)
- chore: bump nhost/dashboard to 2.16.0 @nhost-build (#943)
- chore: bump nhost/dashboard to 2.15.0 @nhost-build (#940)
v1.29.0
v1.28.3
Changes
🧰 Maintenance
- chore: bump nhost/dashboard to 2.13.0 @nhost-build (#934)
- chore: update schema @dbarrosop (#939)
- chore: update certs @dbarrosop (#938)
- chore: update pr-agent to 0.26 @dbarrosop (#937)
v1.28.2
Changes
🐛 Bug Fixes
- fix: update URLs @dbarrosop (#933)
🧰 Maintenance
- chore: remove unnecessary/unsafe permissions to gen_ai_review @dbarrosop (#932)
v1.28.1
v1.28.0
Changes
🚀 Features
- feat: manage deployments @dbarrosop (#929)
🐛 Bug Fixes
- fix: set the correct variable @dbarrosop (#930)
- fix: look for projects in organizations @dbarrosop (#927)
🧰 Maintenance
- chore: bump nhost/dashboard to 2.9.0 @nhost-build (#924)
- chore: update schema @dbarrosop (#928)