🚨 Important Change
Starting with this version, deployments will automatically download and install any required tools during runtime.
You no longer need to rely on preinstalled binaries.
Examples:
- Kubernetes users: kubectl (and helm if needed) will be installed automatically.
- CloudFormation users: the AWS CLI will be downloaded as part of the deployment.
- Most IaC tools (such as Terraform) are not affected, since they already download the required versions during runtime.
🔮 Coming Soon
In the next release, no tools will be preinstalled by default.
We’ll share a detailed update well in advance.