Skip to content

Releases: OctopusDeploy/OctopusCLI

8.0.0

02 Mar 07:28
Compare
Choose a tag to compare

144 - [Feature] Support .NET 6
161 - Removed EOL frameworks

7.4.2

23 Sep 03:57
Compare
Choose a tag to compare
Suppress nuget error about referencing pre-release packages

7.4.1

03 Jul 01:52
28e6e20
Compare
Choose a tag to compare
  • 92 - Enabled specifying tenant by name in run-runbook command

  • 93 - Added GPG signature to .rpm package

7.3.7

19 May 06:04
240366c
Compare
Choose a tag to compare
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

19 May 00:37
c2c98b4
Compare
Choose a tag to compare
Merge pull request #74 from OctopusDeploy/enh-ubuntu-focal

Add support for ubuntu focal, new LTS

7.3.5

27 Apr 21:07
Compare
Choose a tag to compare
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

17 Feb 23:55
b65428c
Compare
Choose a tag to compare

Highlights

  • The octo command is now lowercase
    Note: If you are using a case-sensitive system like Linux, please update any referring scripts from Octo to octo, or dotnet Octo.dll to dotnet 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.