Skip to content

Releases: OctopusDeploy/Calamari

12.0.0

12 Mar 02:18
ea2bf87
Compare
Choose a tag to compare
Bump master builds to 12.0

11.1.1

12 Mar 01:06
6f94948
Compare
Choose a tag to compare
Build Calamari for 2020.1 as v11.1.x

4.19.3

10 Jun 03:42
b0772a9
Compare
Choose a tag to compare
Used "kubectl config view" instead of printing raw config (#404)

* Used "kubectl config view" instead of printing raw config

* Removed the variable guard, as we now rely on kubectl to mask for us

* Restored the variable guard, because config view can still leak details

4.9.18: Merge pull request #338 from OctopusDeploy/echo-kubeconfig

08 Nov 06:11
099a7d3
Compare
Choose a tag to compare

3.7.71

30 May 05:01
Compare
Choose a tag to compare

Added support for long paths in Tar files.

28 Jul 04:40
Compare
Choose a tag to compare
Merge pull request #112 from OctopusDeploy/bug-tarcompression

Latest version of SharpCompress that supports long paths
Fixes OctopusDeploy/Issues#2441

Added support for long paths in Tar files.

18 Jul 02:19
Compare
Choose a tag to compare
Merge pull request #111 from OctopusDeploy/enhancement-keyvault

Azure Key Vault specific xml does not break calmari

3.3.24: Merge pull request #109 from OctopusDeploy/bug-Issue2580

06 Jul 00:09
Compare
Choose a tag to compare
Decreased Azure deployment retry count to 3 but removed the time limit.

3.3.14

10 Jun 05:43
Compare
Choose a tag to compare
  • Added ability to pass parameters to scripts executed by Calamari
  • Correctly differentiate between UTF8 files with no BOM and files that use the default codepage when doing variable substitution on files
  • Don't fail finding nearest package just because GetMetaData fails on a single package
  • Ignore approval tests for now until I can fix the pathing issues
  • Write a verbose message if artifact file is not available during script

3.3.5

29 Mar 23:26
Compare
Choose a tag to compare
Merge pull request #99 from OctopusDeploy/bug-pkgscriptvars

Scripts from Packages should behave the same as Inline scripts