-
-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
11 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,21 @@ | ||
# v0.8.0 | ||
|
||
### Features | ||
* Improved terminal messages for `domino platform run-compose` and `domino platform stop-compose` CLI. | ||
* Install missing repositories from Workflows Gallery modal when importing a workflow [PR #180]. | ||
* Create default user `[email protected]`, password `admin` when platform is created [Issue #177]. | ||
* Add search bar for Pieces in Workflows Editor page [Issue #168]. | ||
* Workflows gallery with more examples and easy installation fo repositories. | ||
* Create default user `[email protected]`, password `admin`. | ||
* Search on Pieces bar. | ||
* Allow for optional secrets. | ||
* Installing multiple repositories on a new workspace if platform `github_token` provide. | ||
|
||
|
||
### Fixes | ||
* Improved terminal messages for `domino platform run-compose` and `domino platform stop-compose` CLI. | ||
* Add optional platform level github token in `run-in-compose` CLI [Issue #176]. | ||
* Fix token expiration date bug [Issue #147]. | ||
* Fix validation bugs. | ||
* Fix token expiration date bug. | ||
* Performance improved on `create_piece_repository` | ||
* Allow for optional secrets. | ||
|
||
|
||
|
||
# v0.7.0 | ||
|