This repository has been archived by the owner on Sep 21, 2022. It is now read-only.
v36.12.0
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.
- Defaults to
cf.smoke_tests.use_existing_space
- Defaults to
false
; Whentrue
smoke tests will use the spaces specified bycf.smoke_tests.space
rather than create a new space. Only applicable whencf.smoke_tests.use_existing_org
is also true.
- Defaults to
cf.smoke_tests.space
- Only used when
cf.smoke_tests.use_existing_space
is set to true`
- Only used when