Skip to content

Releases: panubo/docker-mariadb-toolbox

v1.9.0

29 May 04:38

Choose a tag to compare

Changes since last release:

  • Upgrade base image and cloud provider tools

v1.8.0

17 Apr 00:55
a918874

Choose a tag to compare

Changes since last release:

  • Merge pull request #4 from panubo/feature/load-direct-source
  • Add support for loading from a fully qualified object path or enumerating a dump given a partial timestamp in the path
  • Migrate to Quay.io and ECR

1.7.0

17 Apr 00:55

Choose a tag to compare

Changes since last release:

  • Adjust GH workflow to release on all tags
  • Run test-local target in GH action%0A
  • Update to Alpine 3.17 base, upgrade AWS/GCP tools
  • Fix dind test runner. Use official dind image
  • Update GH workflows to remove deprecations

1.6.5

02 Feb 03:48

Choose a tag to compare

Changes since last release:

  • Fix: Replace ALTER USER with SET PASSWORD for supporting legacy MariaDB versions lte 10.1

1.6.4

09 Jun 07:44

Choose a tag to compare

Changes since last release:

  • Fix idempotency with create-user-db command to allow changing password
  • Add test-local target

1.6.3

26 May 05:45

Choose a tag to compare

Changes since last release:

  • Fix MySQL 8 create user compatibility
  • Don't use TTY when running tests.
  • Replace CircleCI with GitHub actions
  • Fix TMPDIR location when saving
  • Update to Alpine 3.14

1.6.2

16 Mar 05:00

Choose a tag to compare

Changes since last release:

  • Replace gsutil with gcloud sdk to allow for workload identity
  • Order grants to match default order in Mysql db table

1.6.1

07 Nov 07:00

Choose a tag to compare

  • Fix create-user-db add missing REFERENCES grant required for newer MySQL versions

1.6.0

16 Sep 05:39

Choose a tag to compare

  • Misc fixups since last release.
  • Breaking change. create-user renamed to create-user-db for consistency and clarity.

1.5.0

16 Sep 02:49

Choose a tag to compare

Add sed support to load command