Releases: OctopusDeploy/Calamari
Releases · OctopusDeploy/Calamari
12.0.0
11.1.1
Build Calamari for 2020.1 as v11.1.x
4.19.3
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
3.7.71
Added support for long paths in Tar files.
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.
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
Decreased Azure deployment retry count to 3 but removed the time limit.
3.3.14
- 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
Merge pull request #99 from OctopusDeploy/bug-pkgscriptvars Scripts from Packages should behave the same as Inline scripts