Skip to content

Commit

Permalink
Update changelog and release 0.10.7
Browse files Browse the repository at this point in the history
  • Loading branch information
kovshenin committed Mar 17, 2023
1 parent 88dc59d commit 4ab5b8a
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,21 @@

## Unreleased

## [0.10.7] - 2023-03-17

* Added: New `sail domain export` and `sail domain import` commands
* Added: Remote login for `sail admin`
* Added: New `--redeploy` flag to `sail deploy` to overwrite existing release directory
* Added: Support for `--label` in `sail ssh key add`
* Changed: Improved output of `sail ssh key list` with key metadata
* Changed: Improved the speed of all SSH key operations by computing fingerprints locally
* Changed: Default image is now Ubuntu 22.10 with PHP 8.1
* Changed: Updated various libraries
* Changed: Various small enhancements and changes for premium
* Fixed: The `--json` flag in `sail ssh key list` threw an error
* Fixed: Make sure fail2ban is running before reloading
* Fixed: Suppress paramiko cryptography library for older versions
* Fixed: Improved some failing tests

## [0.10.6] - 2022-04-07

Expand Down
4 changes: 2 additions & 2 deletions sail/__version__.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
__title__ = 'sail'
__description__ = 'CLI tool to deploy and manage WordPress applications on DigitalOcean'
__version__ = '0.11.0-dev'
__version__ = '0.10.7'
__author__ = 'Konstantin Kovshenin'
__author_email__ = 'kovshenin@gmail.com'
__url__ = 'https://sailed.io'
__license__ = 'GPLv3'
__copyright__ = 'Copyright 2021 Konstantin Kovshenin'
__copyright__ = 'Copyright 2021-2023 Konstantin Kovshenin'

0 comments on commit 4ab5b8a

Please sign in to comment.