Skip to content

Releases: gwoo/hap

Hap v2.6

Choose a tag to compare

@gwoo gwoo released this 20 Jan 19:36
  • Refactored git ssh command
  • Fixed bug with .happended

Hap v2.5

Choose a tag to compare

@gwoo gwoo released this 14 Aug 05:02
  • Add HAP_IP and HAP_PORT as exported variables
  • Add deploy configurations for multi host updates
    • can be run multiple times
    • does not run the hosts builds or commands
    • can be limited by the -h, --host param
  • default addr will be used if none specified for host

Hap v2.3

Choose a tag to compare

@gwoo gwoo released this 18 Jan 00:27
  • fix for ssh identity path on linux using when ~
  • other fixes for ssh access
  • allow custom remote working directory

Hap v2.2

Choose a tag to compare

@gwoo gwoo released this 16 Jan 02:41
  • Allow insecure hosts

Hap v2.1

Choose a tag to compare

@gwoo gwoo released this 23 Apr 22:00
  • Added ability to include other configs
  • Added ability to include env variables at runtime
  • Added --dry feature to show what will run
  • Removed -v parameter in favor of printing all output
  • Fixed bugs related to ssh pushing

Hap v1.6

Choose a tag to compare

@gwoo gwoo released this 09 Dec 16:53
  • Fix git rev check.
  • Better error messages.

Binaries built with Go 1.7.3.

For complete changeset see: v1.5...v1.6

Hap v1.5

Choose a tag to compare

@gwoo gwoo released this 29 Nov 22:22

Added --file option for specifying the configuration.
Added host name matching to allow grouping hosts, https://golang.org/pkg/path/filepath/#Match
Added --force option to force building when no commits have changed.
Binaries built with Go1.5.

For complete changeset see: v1.4...v1.5

Hap v1.4

Choose a tag to compare

@gwoo gwoo released this 11 Jan 18:04

Rebuilt logging and notifications.
Run push submodules on build.
Add version when hap -h or hap is called.

Hap v1.3

Choose a tag to compare

@gwoo gwoo released this 01 Jan 16:50

Handles HEAD if it does not match a branch.
Particularly helpful when dealing with submodules.
Creates a remote branch called happended for the HEAD ref.

Hap v1.2

Choose a tag to compare

@gwoo gwoo released this 01 Jan 16:03

Better submodule support.
Submodules are now pushed in the same way as the main repo. Taking this approaches removes the need to worry about private repositories on the remote machine.