Calamari icon indicating copy to clipboard operation
Calamari copied to clipboard

| Public | The core deployment scripts and tools used by Octopus Deploy

Results 80 Calamari issues
Sort by recently updated
recently updated
newest added

# Background Originally worker credentials were discovery for EKS discovery by initially trying to retrieve EC2 credentials and then attempt to use Environment variable based account credentials. This means that...

# Background From `kubctl` 1.26 onward, some auth code which used to be integrated in the tool (for doing Azure- and GCloud-specific OAuth flows) has been removed, making it the...

Original [PR ](https://github.com/OctopusDeploy/Calamari/pull/925)from community member [@smlng](https://github.com/smlng). For Teamcity and security protocols in place this has to be re-created. > According to the [documentation](https://octopus.com/docs/deployments/custom-scripts/logging-messages-in-scripts) the message for updateprogress in Python scripts...

# Background The `.\build-local.ps1` script currently has a few minor time-saving optimisations, but still can take 10-15 minutes to prepare a whole Calamari package. That's way too long for an...

According to the [documentation](https://octopus.com/docs/deployments/custom-scripts/logging-messages-in-scripts) the message for updateprogress in Python scripts is optional. However, when a message is not provided the script fails because the default for message is None...

Draft spike replacing ScriptCS with dotnet-script. This is intended as a proof of concept while we get community feedback on this change.