This repository has been archived by the owner on Dec 1, 2018. It is now read-only.
Releases: lmakarov/dde
Releases · lmakarov/dde
v1.6.0
v1.5.1
v1.5.0
IMPORTANT: Please run dsh update images
after updating to this release.
- Refactored ssh-add and fixed issues on Windows
- Bats tests for Drude
- Fixes for installation on Ubuntu
- Use standard docker.sock location with vhost-proxy service
- Removed references to
console.exe
(old winpty version) on Windows - this fixesdsh bash
on older installations - Docs
- Added Sass docs
- Added blackfire.io docs
- Updated mailhog docs (now with a permanent approach)
- Updated xdebug docs (using xdebug with console scripts, e.g. drush)
- Updated Behat docs (additional info about Behat configuration)
- Moved license to a separate file
- Retirement announcement
v1.4.1
- Hotfixes
- Addressed an issue with php5 vs php7 supervisord service name
- Account that winpty executable was renamed in 0.3.0 to "winpty.exe"
- Added ability to stop Drude system containers with dsh
- Stop docker daemon before running prerequsite updates on Ubuntu to prevent client-server difference error
- Documentation updates
- Massive updates to Behat docs
- PHPStorm integration
- Use hosts's Selenium server and browsers
- phpcs docs updates
- Massive updates to Behat docs
v1.4.0
- dsh v1.20.0
- Added update checker (once a week, currently dsh only)
- Allow install prerequisites on other Linux versions if user takes the risk
- dsh -v will now show short version
- New command
dsh system-info
for debugging purposes - System-wide services
- New service:
ssh-agent
. See ssh-agent docs for more details. - Bind system-wide services to 0.0.0.0 for simplicity
dsh reset
can now install/reset system-wide services (dns, vhost-proxy, ssh-agent)
- New service:
- Support for custom commands in dsh
- Support for overlay networks for vhost-proxy (v2 compose file format)
- Other improvements
- dsh remove -f to quietly remove containers
- Support dsh reset -f to quietly reset containers
- Documentation updates
- Many other small updates and fixes
v1.3.4
- dsh v1.13.3
- Fix regression with is_docker_running check in boot2docker
A full update is recommended. Please follow the updates instructions:
https://github.com/blinkreaction/drude#updates
v1.3.3
- dsh v1.13.2
- Fix regression with dsh behat
A full update is recommended. Please follow the updates instructions:
https://github.com/blinkreaction/drude#updates
v1.3.2
- dsh v1.13.1
- Fix regression with docker-compose related function calls introduced in dsh v1.13.0
- Documentation fixes
A full update is recommended. Please follow the updates instructions:
https://github.com/blinkreaction/drude#updates
v1.3.1
- A lot of refactoring to bring interactive shell experience to Windows (via winpty, which is a requirement now on Windows)
dsh update boot2docker
will now ask for a confirmationdsh exec
(dsh run
) can now run interactive commands (trydsh exec top
)dsh bash
now longer relies onvagrant ssh -c
and thus launches much fasterdsh mysql-import
now disaplays a progress viapv
(same as on Mac/Linux)
- Fixed
dsh bash
regression from v1.3.0 on Mac/Linux - Documentation fixes and updates
A full update is recommended. Please follow the updates instructions:
https://github.com/blinkreaction/drude#updates
v1.3.0
- Implement dsh drupal shortcut for Drupal Console commands
- dsh bash improved on Windows
- Use winpty on Windows (if installed), fall back to "vagrant ssh" otherwise
- Make sure Docker TLS is disabled
- Refactored of install/update commands
- Refactored of docker daemon status check on different platforms
- Automatic detection of host user id
- Docker user id in cli is matched to the host user id
- Add messaging that running as root is not recommended
- Fixed the issue with line breaks when running dsh stop
- Fixed dsh drush (with no arguments) throws an error message
- Documentation updates
- Added MailHog service usage instructions
- Added Varnish service usage instructions
- Misc update and typo fixes