Releases: BlaineEXE/octopus
Releases · BlaineEXE/octopus
v2.0.1
v2.0.0
Changes since v1.1.0:
- BREAKING CHANGE - Host groups file parsing has been changed
- host groups file must now export variables using Bash
export
builtin
- host groups file must now export variables using Bash
- add
host-groups
command to report the groups Octopus can use copy
now preserves last modified time- Bash completion has been added
v1.1.0
Changes since v1.0.0:
- Files are now copied with permissions intact
- The
--host-groups|-g
option can now be specified multiple times - Octopus will fail properly if the identity file is unreadable
- SFTP options -R and -B have been added to increase copy throughput
- Support building on Darwin (OSX)
v1.0.0
Changes from v0.3.0:
- Change to subcommand architecture with commands:
- run - previous functionality
- copy - copy file(s)/dir(s) from local to remote hosts
- with recursive option
- version - print octopus version
- Add options
- user - change ssh user
- port - change ssh port
- Improved stability through unit and integration tests
Known issues:
- Problems using non-root user on openSUSE distributions (
root
user seems fine)- more info in readme
- https://bugzilla.opensuse.org/show_bug.cgi?id=1115550
v0.3.0
v0.2.1
v0.2.0
Changes from v0.1.0:
- host groups file now supports groups defined with single quotes as well as double quotes
- "hosts list" terminology has changed to "host groups"
- Documentation:
- CLI arg help text clarified
- Readme filled in
- Example host groups file added
- Added
Makefile
todep
/build
/install
/clean