Releases: thorgate/tg-hammer
Releases · thorgate/tg-hammer
Version 0.7.0 RC-0
- Provide hammer.colors (red, green, blue, yellow)
- On fabric1 these come from fabric.colors
- On fabric2 these come from ansicolors
- Provide hammer.util.abort
- Provide hammer.util.prompt
- Provide hammer.util.indent
- Compatibility with fabric2 and python 3
Version 0.7.0 alpha-3
- Provide hammer.util.indent
- Bugfix: Ensure context is passed to DockerNetworkAllocator
- Bugfix: Fix output handling of docker_network on python3
Version 0.7.0 alpha-1
Changes compared to alpha-0
- Provide
hammer.colors.blue
- Add workaround for pyinvoke/invoke#459
Version 0.7.0 alpha-0
- Compatibility with fabric2
TODO: Provide detailed changelog of new version
Version 0.6.8
Version 0.6.7
- Git: Fix get revision log throwing error while running against server
Version 0.6.6
Version 0.6.5
- Git: Make normalize_branch work with
detached at
state.
Version 0.6.4
- Service helpers: Allow to override daemon_type and daemon_target_dir per invocation of
install_services
,install_services_cp
andmanage_service
. - Service helpers: Fix a bug w/ supervisor update & reread which caused the actual command
that was executed to besupervisorctl <action> supervisorctl
which had no effect - Mercurial: Use
ui.paginate=never
when executinghg log
/hg status
. The previous value was based on the 4.2-rc version and the new variant uses the format that was released with4.2
Note: This also bumps the minimum hg
version on the server to 4.2
see: Mercurial 4.2 (2017-5-2)
https://www.mercurial-scm.org/wiki/WhatsNew#Mercurial_4.2_.282017-5-2.29
Version 0.6.3
- Mercurial: Ensure we disable pager and colors when requesting
hg log
(defaults were changed in mercurial) - Service helpers: Add support for dynamic modification of content in
install_services_cp
see documentation for more info