Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 1.47 KB

Changelog.md

File metadata and controls

25 lines (20 loc) · 1.47 KB

Change Log

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.

[3.0.0] - Unreleased

Improvements

  • Support directories to be mounted as Configmaps/Secrets 778

Breaking Changes

  • 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 to mount_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.