Releases: OctopusDeploy/OctopusCLI
Releases · OctopusDeploy/OctopusCLI
8.0.0
7.4.2
7.4.1
7.3.7
Test tentacle separately, with soft failure for now (#75) Because the primary purpose of this script is to test Octopus CLI, we can test that separately, and first. The quick tentacle smoke test is a secondary thing that is currently not supported yet on ubuntu focal, so this change also makes that a soft failure for now. I think it's still useful to leave in the process for diagnostic reasons.
7.3.6
Merge pull request #74 from OctopusDeploy/enh-ubuntu-focal Add support for ubuntu focal, new LTS
7.3.5
Add an alias for release notes file on create-release To fix a mistake introduced in https://github.com/OctopusDeploy/OctopusCLI/commit/ed1b1d81bf35097b626fb8b114a95e99d1f8a70d#diff-91a6a333eea8955a7cf22f9b3bf30a49R41. Fixes https://github.com/OctopusDeploy/OctopusCLI/issues/70
7.0.0
Highlights
- The
octo
command is now lowercase
Note: If you are using a case-sensitive system like Linux, please update any referring scripts fromOcto
toocto
, ordotnet Octo.dll
todotnet octo.dll
. - Switched most targets to .NET Core 3.1, producing self-contained single-file executables
- Improved path handling in
octo
shell script wrapper - Removed
--keepalive
option for now because it's not yet supported in .NET Core
Note: Some users have needed it in the past when large uploads led to timeouts. We believe this has been fixed, but if the removal of this option affects you, try the .NET Framework build and please let support know so we can investigate.