This file contains all the notable changes done to the Ballerina Cloud package through the releases.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Support directories to be mounted as Configmaps/Secrets 778
- Windows containers are not supported anymore. 773
- SSL configurations are not automatically retrieved from the code anymore. You need to explicitly mark them as secrets in Cloud.toml. 782
[[cloud.secret.files]] file="resource." mount_dir="./resource"
- Entrypoints are used instead of CMD to run the ballerina application in the dockerfile. 771
- [[cloud.secret.files]] and [[cloud.config.maps]] changes. 784
mount_path
is renamed tomount_dir
.mount_dir
is the directory where the config maps and secrets are mounted.- suffix is added to each config map and secret file to avoid conflicts.
- subpaths are used underneath to better support multiple files in the same directory.