Skip to content

2.1.0

Compare
Choose a tag to compare
@github-actions github-actions released this 23 Feb 14:10
· 1255 commits to develop since this release

Changes

💣️ Breaking changes

  • Update Memsql docker image to singlestore/cluster-in-a-box (#808) @ijusti
    embedded.memsql.licenseKey is now required to be provided by users. You can generate it here: https://www.singlestore.com/free/.

  • Support common docker image properties docker-image and docker-image-version for all containers (#807) @Aloren
    All modules support embedded.{module}.dockerImage and embedded.{module}.dockerImageVersion properties now.
    When either of the properties is overridden warning log is output that such image may not be compatible with the default one.

    Users must replace the following properties:
    embedded.pulsar.imageTag -> embedded.pulsar.dockerImageVersion
    embedded.selenium.imageName -> embedded.selenium.dockerImage

  • Update localstack to 0.14.0. Remove deprecated properties (#806) @Aloren

🚀 Features & Enhancements

  • Support common docker image properties docker-image and docker-image-version for all containers (#807) @Aloren

📁 Dependencies updates

📖 Documentation

🏡 Housekeeping