Skip to content

Releases: cloudfoundry/pxc-release

v0.16.0

11 Apr 21:45
Compare
Choose a tag to compare

BPM

We've made significant progress in moving to BPM (BOSH Process Manager). This
is a significant departure from how jobs are launched. Our goal is to
standardize on a set of templates, in contrast to the hand-written versions of
previous releases.

#161428228, #161428212, #162812889, #161428230

Features

Added the ability to create loosely coupled leader and follower nodes for
replication by configuring properties a set of properties. The full list of
configurable properties will be published soon.

#164024204, #164024349, #164156850, #164024217

Improvements

We’ve made improvements to better handle empty data directory on
initialization. #164185461

MySQL process starts only after successful execution of BOSH wait scripts.
#164843514

Added get-sequence-number utility, which is useful in determining health of HA
clusters #162070459

Bug Fixes

[BUG] Fixed a bug that started the MySQL process every time the data directory
was removed or reinitialized, which is a common support operation. #165186930

v0.15.0

09 Apr 16:44
Compare
Choose a tag to compare

BPM

We've made significant progress in moving to BPM (BOSH Process Manager). This is a significant departure from how jobs are launched. Our goal is to standardize on a set of templates, in contrast to the hand-written versions of previous releases. [#161428229], [#161428222]
[#161428240], [#161428221]

Bug Fixes

  • Bug fix: There was a bug in the Xenial stemcell that prevented proper configuration of ulimit. This was fixed by moving jobs to BPM. [#162247238]
  • Bug fix: Fixed issue where MySQL GRA logs were not being purged correctly [#163441056]

Performance Improvements

  • Bug fix: There was a performance regression in Percona XtraDB Cluster in the SHOW GLOBAL VARIABLES query, which caused timeouts in proxy health checks. This was fixed by upgrading to Percona XtraDB Cluster v5.7.25-31.35 [#163595933]
  • pxc-release uses all available cores during compilation to reduce time to compile [#161100650]

Security Improvements

Improvements to Migrating from cf-mysql-release

  • We have better error messaging around improper migrations from cf-mysql-release to pxc-release, such as using incorrect ops-files [#159998828]

Dependency Updates

  • pxc-release uses Golang v1.11.x [#160776067]
  • pxc-release uses Percona XtraDB Cluster v5.7.25-31.35 [#164316826]

v0.14.0

10 Sep 23:18
Compare
Choose a tag to compare

v0.14.0

Features

  • The drain script checks the health of the nodes in the cluster before draining to make sure that a node isn't drained if it is the only healthy node in the cluster. [#157656403]

Bug Fixes

  • Bug fix: Drain script now kills the mysql process in a way such that connections are severed, so connections don't stay when the node leaves the cluster. [#157299144]

Dependency Updates

  • Removed jquery dependency in the switchboard dashboard. [#157063299]

v0.13.0

26 Jul 21:12
Compare
Choose a tag to compare

v0.13.0

Bug Fixes

  • Bug fix: Typo in engine_config.audit_logs.audit_log_exclude_accounts BOSH property usage in my.cnf template. [#159243291]

v0.12.0

18 Jul 18:25
Compare
Choose a tag to compare

v0.12.0

Bug Fixes

  • Bug fix: Galera needs IP addresses when forming a cluster. When BOSH DNS is enabled, the long DNS hostnames can cause failures when nodes try to join the cluster. [#159091022]

Breaking Changes

  • Many properties were reorganized. Note especially that enabling Galera went from being default TRUE to default FALSE

v0.11.0

12 Jul 18:01
Compare
Choose a tag to compare

v0.11.0

Known Issue
This release has a known incompatibility with BOSH DNS. If you're using BOSH DNS, use PXC 0.10.0 or the upcoming 0.12.0.

Supporting Single Node and Leader-Follower Topologies

  • Split out more processes as separate jobs from the main mysql job [#158443828]

Dependency Updates

  • Bump mysql in pxc release to 5.7.22 [#158094795]
  • Remove consul features from proxy [#158846820]
    • This change affects cf-deployment only. Please see the experimental ops files in cf-deployment which enable pxc-release.

Improvements

  • proxy should have optional configurable port to expose "inactive" node [#158778252]

Manifest Changes

  • Properties in pxc-release are named consistently [#158617280]
    • Please refer to the updated spec file file as the changes affect nearly every property.

v0.5.0

08 May 19:10
Compare
Choose a tag to compare
Final release 0.5.0

v0.4.0 Bosh Release

08 May 18:42
Compare
Choose a tag to compare

This is a release of pxc.