Calamari
Calamari copied to clipboard
| Public | The core deployment scripts and tools used by Octopus Deploy
Support enumerating variable in bash scripts. This change is based off this [2018 change](https://github.com/OctopusDeploy/Calamari/pull/337/files#diff-6cf26d1135d46ee2458052461a45a0843e0c0e86224290de4512618d594e781e) and will add support for accessing variables in bash scripts as associative arrays. In Powershell this...
ECR supports more than just container (docker) images as it's a fully featured OCI registry. To allow support for this we can query the manifest before we download/pull the image...
This is an automated update of the credits / license attribution file, based on the latest code in https://github.com/OctopusDeploy/Calamari. Please review for - syntactical correctness (ie, markdown looks correct) -...
Avoid throwing an exception when attempting to run .NET scripts in the .NET Framework build of Calamari. This is for Pre-Deploy scripts on Deploy a Package as this step does...
Reverts OctopusDeploy/Calamari#1422
Trying to replicate the work done in: https://github.com/OctopusDeploy/Calamari/pull/1355
The AzureRM deprecation flag is required to be included in the AzurePowershellContext.ps1 to show a warning if users are still using AzureRM module (Rather than Azure CLI). This feature flag...
When doing ConfigMap/script style k8s deployments, the `kubectl` wasn't set up so would use the fallback resource list  We now just make sure `kubectl` is setup before we try...