Skip to content

Commit

Permalink
Release 0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kovshenin committed Nov 10, 2021
1 parent 6604112 commit bfe7602
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,12 @@

## [Unreleased]

## [0.10.0] - 2021-11-10

* Added: Namespaces and environments to run multiple applications in the same environment. Use `--namespace` and `--environment` with `init`.
* Added: New `pre-deploy` hooks in .sail, these will run every time deploy is invoked
* Added: New `sail diff` command, shortcut for `sail deploy --dry-run` and `sail download --dry-run`
* Added: A new `install.sh` script to install and update Sail CLI
* Changed: New `--skip-hooks` or `--no-verify` options to `sail deploy` to skip running hooks
* Changed: Blueprints now fully client-side
* Changed: Provision and destroy are mostly client-side (API calls only to control justsailed.io DNS)
Expand Down

0 comments on commit bfe7602

Please sign in to comment.