Skip to content

Releases: BlaineEXE/octopus

v2.0.1

18 Oct 16:22
Compare
Choose a tag to compare

Changes since v2.0.0:

  • Allow host groups to be empty; if there are no members in a group, Octopus runs successfully doing nothing

v2.0.0

26 Jun 22:05
Compare
Choose a tag to compare

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
  • 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

26 Nov 18:51
Compare
Choose a tag to compare

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

11 Nov 20:54
Compare
Choose a tag to compare

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:

v0.3.0

25 Sep 15:40
Compare
Choose a tag to compare

Changes from v0.2.1:

  • Revise CLI arguments
    • Some args have changed names
    • Args now have short variants
    • Add verbose option

v0.2.1

17 Sep 02:27
Compare
Choose a tag to compare

Changes from v0.2.0:

  • Rename the hosts list template file to reflect "host groups" terminology and to be clear about its intent as an example and not a template.
  • No code changes

v0.2.0

17 Sep 02:21
Compare
Choose a tag to compare

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 to dep/build/install/clean

v0.1.0

16 Sep 19:51
Compare
Choose a tag to compare

First beta release.

Documentation is sparse at best.