This repository has been archived by the owner on Sep 21, 2022. It is now read-only.
v36.10.0
Syslog Changes
- Sally can see that cf-mysql-release generates syslogs using a method that does not interfere with other software in the deployment [#152567983]
Breaking Change: We've cut independent calls to syslog from cf-mysql-release
and now depend on syslog-release to do that work for us. If you are using cf-mysql-deployment, simply use the enable-syslog.yml operations file, and provide the following variables:
syslog_address
syslog_port
syslog_transport
Deploying with the enable-syslog.yml
operations file will affect only the cf-mysql
deployment. You don't need to use it if you already use syslog-release
as a BOSH add-on.
Minor Features and Bug Fixes
Changed default
In #144637793, we introduced the new property, cf_mysql.mysql.enable_local_file
and set the default to false
. This is inconvenient, because it affects commonly used tools such as mysqlimport
. The property is still there, but we've switched the default to true
.
- enable_local_file default overly restrictive [#148389277]
Other Changes
- [PR #185] Configureable slow query threshold [#151987215]
- Introduces a new property,
cf_mysql.mysql.long_query_time
, which you can set to the minumum number of seconds a query must run before showing up in the slow query log.
- Introduces a new property,
- Update versions of ruby and gems used by broker (security) [#148614637]
- Updates dependencies to address security concerns.
- Bug fix: cloudfoundry/cf-mysql-release #184: Roadmin user doesn't have read privs for admin operations? [#151643206]
- Bug fix: MySQL fails to start if the node once had IPSec installed but IPSec is no longer installed [#152740268]
- Bug fix: Binky and other applications should not be able to write directly to a database that is in upgrade mode. [#151236116]
New Documentation
- cloudfoundry/cf-mysql-release #192: We've added a document, backup-restore.md, that covers how to scale down and ease the restriction on the storage engine so that you can do a full restore without having issues with the MySQL system tables.
Manifest Changes
- Removed:
syslog_aggregator.address
- Removed:
syslog_aggregator.port
- Removed:
syslog_aggregator.transport