Skip to content

Releases: pivotal-cf/mysql-cli-plugin

0.10.1

26 Mar 18:56
Compare
Choose a tag to compare
  • Users can switchover using the using the mysql-cli-plugin
  • Users can switchover using the using the mysql-cli-plugin
  • Users can setup multisite using the mysql-cli-plugin

0.10.0

09 Oct 19:03
Compare
Choose a tag to compare
Bump github.com/onsi/gomega from 1.27.10 to 1.28.0

Bumps [github.com/onsi/gomega](https://github.com/onsi/gomega) from 1.27.10 to 1.28.0.
- [Release notes](https://github.com/onsi/gomega/releases)
- [Changelog](https://github.com/onsi/gomega/blob/master/CHANGELOG.md)
- [Commits](https://github.com/onsi/gomega/compare/v1.27.10...v1.28.0)

---
updated-dependencies:
- dependency-name: github.com/onsi/gomega
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

0.9.0

13 May 21:40
Compare
Choose a tag to compare
  • Upgraded mysql and mysqldump client utilities to 5.7.33
  • Addressed an error message where mysqldump attempts to access the tablespace information in the FILES table. We use the --no-tablespaces option to prevent accessing the tablespace information since the necessary privileges are not provided.

0.8.0

07 Apr 23:12
Compare
Choose a tag to compare
Revert "Convert required argument 'target plan' to '-p' flag."

- This work never got finished, and it introduced a breaking change, so
we are reverting it for now.

This reverts commit d1cc3e71a055e8cdb0f5b3d5b60004b49a4e5d74.

[#171027755]

Signed-off-by: James Palmer <[email protected]>

0.7.1

26 Feb 20:09
Compare
Choose a tag to compare
Bump smoke tests timeout to 45 minutes

Creating 4 node PXC clusters takes a long time.

[#163427128]

0.7.0

27 Dec 22:24
Compare
Choose a tag to compare
Properly migrate views regardless of SQL SECURITY mode, user/hostname

- All migrated views will run with SQL SECURITY INVOKER set
- All migrated views will have the DEFINER specified in `mysqldump`
  removed

[#157373092]

Signed-off-by: Chris Piraino <[email protected]>

0.6.0

18 Oct 22:33
Compare
Choose a tag to compare
v0.6.0

Use correct path for spring-music asset

0.5.0

26 Sep 16:49
Compare
Choose a tag to compare
Simplify mysql tunnel setup in test helpers

[#160768145]

0.4.0

24 Sep 21:59
Compare
Choose a tag to compare
Bump timeouts to 20m

This addresses cases where deploying and updating L/F instances may take
significant time.

[#159172496]

0.3.0

12 Jun 19:08
Compare
Choose a tag to compare
Deleted unused functions in test_helpers

[#157755759]

Signed-off-by: Andy Gilbert <[email protected]>