Skip to content
This repository has been archived by the owner on Sep 21, 2022. It is now read-only.

v36.12.0

Compare
Choose a tag to compare

v36.12.0

  • Improved: smoke-tests can run in a known org and space [#156236077]
    • Useful to enable running of smoke-tests when ASGs are used to limit access to the database
  • Experimental: cf-mysql-release should no longer write /etc/mysql/my.cnf [#156406871], [#156242509]
    • Enables the experimental colocation and migration to pxc release

Dependency Updates and Bug Fixes

  • cf-mysql-release shall use MariaDB 10.1.32 [#155006426]
    • Galera updated to 25.3.23

Changes to Manifest

  • cf_mysql_enabled
    • Defaults to true; false value will prevent mysql from starting; Used to support migrations to pxc release.
  • cf.smoke_tests.use_existing_space
    • Defaults to false; When true smoke tests will use the spaces specified by cf.smoke_tests.space rather than create a new space. Only applicable when cf.smoke_tests.use_existing_org is also true.
  • cf.smoke_tests.space
    • Only used when cf.smoke_tests.use_existing_space is set to true`