Skip to content
This repository has been archived by the owner on Mar 23, 2018. It is now read-only.

Releases: Zywave/OctopusDeploy-Nautilus

1.2.1

25 Apr 02:38
Compare
Choose a tag to compare

Bug Fixes

  • return correct status from process retry (165278b)

1.2.0

22 Apr 16:45
Compare
Choose a tag to compare

Features

  • lib methods throw exceptions for errors rather than return error codes (a1213b6)

BREAKING CHANGES

  • INautilusService methods no longer return codes, but
    instead throw exceptions with an error code attached

1.1.0

21 Apr 19:43
Compare
Choose a tag to compare

Bug Fixes

  • log error message of validation exception instead of full stack (d9b3141)
  • not logging full exception string for validation errors (32f9b52)
  • retry msi exec if another installer is running (465533a), closes #12

Features

  • library build and packaging (dce3de2)

1.0.4

18 Apr 22:02
Compare
Choose a tag to compare

Bug Fixes

  • trim trailing slashes from directories as Tentacle.exe commands do not like them (df1be10)

1.0.3

18 Apr 20:52
Compare
Choose a tag to compare

Features

1.0.2

18 Apr 14:32
Compare
Choose a tag to compare

Bug Fixes

  • check for file and directory existence before calling delete file on install command (2b4a575)

Features

  • applications directory option on install (2b4a575)

1.0.1

15 Apr 19:26
Compare
Choose a tag to compare

Bug Fixes

  • default home directory to system drive (93a793c), closes #8
  • delete previous tentacle.config (696156d)

1.0.0

13 Apr 18:54
Compare
Choose a tag to compare

Initial release

1.0.0-prerelease.8

13 Apr 17:33
Compare
Choose a tag to compare
1.0.0-prerelease.8 Pre-release
Pre-release

Features

  • registration update option (625b011)

1.0.0-prerelease.7

12 Apr 18:51
Compare
Choose a tag to compare
1.0.0-prerelease.7 Pre-release
Pre-release

Bug Fixes