Update CHANGELOG
This commit is contained in:
parent
fe10b45cdb
commit
153fcd2ee8
25
CHANGELOG.md
25
CHANGELOG.md
|
@ -4,21 +4,22 @@ FEATURES:
|
||||||
|
|
||||||
IMPROVEMENTS:
|
IMPROVEMENTS:
|
||||||
|
|
||||||
- commands/snapshot: enforce unique snapshot names and introduce `--force` flag [GH-7810]
|
- commands/snapshot: enforce unique snapshot names and introduce `--force` flag [GH-7810]
|
||||||
- snapshot/list: raise exception if provider does not support snapshots [GH-8619]
|
- commands/ssh: introduce tty flag for `vagrant ssh -c` [GH-6827]
|
||||||
- snapshot/save: raise exception if provider does not support snapshots [GH-8619]
|
- core: warn about vagrant CWD changes for a machine [GH-3921]
|
||||||
- core/box: warn if user sets box as url [GH-7118]
|
- core/box: warn if user sets box as url [GH-7118]
|
||||||
- commands/ssh: introduce tty flag for `vagrant ssh -c` [GH-6827]
|
- snapshot/delete: improve error message when given snapshot doesn't exist [GH-8653]
|
||||||
- core: warn about vagrant CWD changes for a machine [GH-3921]
|
- snapshot/list: raise exception if provider does not support snapshots [GH-8619]
|
||||||
- snapshot/delete: improve error message when given snapshot doesn't exist [GH-8653]
|
- snapshot/restore: improve error message when given snapshot doesn't exist [GH-8653]
|
||||||
- snapshot/restore: improve error message when given snapshot doesn't exist [GH-8653]
|
- snapshot/save: raise exception if provider does not support snapshots [GH-8619]
|
||||||
|
|
||||||
BUG FIXES:
|
BUG FIXES:
|
||||||
|
|
||||||
- communicators/ssh: Move `none` cipher to end of default cipher list in Net::SSH [GH-8661]
|
- communicators/ssh: Move `none` cipher to end of default cipher list in Net::SSH [GH-8661]
|
||||||
- core: add unique identifier to provisioner objects [GH-8680]
|
- core: add unique identifier to provisioner objects [GH-8680]
|
||||||
- provisioners/ansible_local: Catch pip_args in FreeBSD's and SUSE's ansible_install [GH-8676]
|
- providers/docker: Fix check for docker-compose [GH-8659, GH-8660]
|
||||||
- snapshot/restore: exit 1 if vm has not been created when command is invoked [GH-8653]
|
- provisioners/ansible_local: Catch pip_args in FreeBSD's and SUSE's ansible_install [GH-8676]
|
||||||
|
- snapshot/restore: exit 1 if vm has not been created when command is invoked [GH-8653]
|
||||||
|
|
||||||
## 1.9.5 (May 15, 2017)
|
## 1.9.5 (May 15, 2017)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue