Skip to content

Releases: OctopusDeploy/Calamari

12.0.0

Choose a tag to compare

@hnrkndrssn hnrkndrssn released this 12 Mar 02:18
ea2bf87
Bump master builds to 12.0

11.1.1

Choose a tag to compare

@michaelnoonan michaelnoonan released this 12 Mar 01:06
6f94948
Build Calamari for 2020.1 as v11.1.x

4.19.3

Choose a tag to compare

@mcasperson mcasperson released this 10 Jun 03:42
b0772a9
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

Choose a tag to compare

@mcasperson mcasperson released this 08 Nov 06:11
099a7d3
Echo kubeconfig

3.7.71

Choose a tag to compare

@robpearson robpearson released this 30 May 05:01

Added support for long paths in Tar files.

Choose a tag to compare

@pawelpabich pawelpabich released this 28 Jul 04:40
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.

Choose a tag to compare

@pawelpabich pawelpabich released this 18 Jul 02:19
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

Choose a tag to compare

@droyad droyad released this 06 Jul 00:09
Decreased Azure deployment retry count to 3 but removed the time limit.

3.3.14

Choose a tag to compare

@pawelpabich pawelpabich released this 10 Jun 05:43
  • 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

Choose a tag to compare

@michaelnoonan michaelnoonan released this 29 Mar 23:26
Merge pull request #99 from OctopusDeploy/bug-pkgscriptvars

Scripts from Packages should behave the same as Inline scripts