Skip to content

Releases: axelerant/db-docker

v1.1.3

15 Jul 22:33
847060f
Compare
Choose a tag to compare
  • Add support for MariaDB 10.6 for DDEV
  • Fix #25: Return an exit code
  • Assume tag is 'latest' if the current branch is 'main'

Full Changelog: v1.1.2...v1.1.3

v1.1.2

17 Feb 01:50
a5e1775
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.1...v1.1.2

v1.1.1

28 May 20:28
a8fc874
Compare
Choose a tag to compare
  • Set db-source to file when db-file option is present. Fixes #17.

v1.1.0

27 May 00:28
e28a082
Compare
Choose a tag to compare
  • Update documentation for DDEV support
  • Fix #15: Add support for DDEV
  • Remove an invalid SQL statement in truncate caches file
  • Fix the ARG order in Dockerfile

v1.0.1

13 Mar 14:50
b5aa0c5
Compare
Choose a tag to compare
  • Merge pull request #13 from axelerant/issue-12
  • Add support for symfony/process 2.8. Fixes #12

v1.0.0

06 Mar 06:11
bf76d9f
Compare
Choose a tag to compare
  • Set a high timeout value so that docker build and push have enough time
  • Add documentation for docker-base section

v1.0.0 Beta 10

21 Jan 01:00
2df555b
Compare
Choose a tag to compare
  • Warn if the image is not something we recognize. Fixes #11
  • Add support for specifying a base image. Fixes #11
  • Add a partial package config test

v1.0.0 Beta 9

20 Jan 05:38
34483a8
Compare
Choose a tag to compare
  • Fix issue with the flipped behaviour of --no-push parameter

v1.0.0 Beta 8

20 Jan 05:02
dccc03e
Compare
Choose a tag to compare
  • Add support for any Docker registry. Fixes #10
  • Merge pull request #9 from axelerant/options-extra
  • Fix hash parameters for GH Actions caching
  • Add phpunit to Github Actions
  • Add tests for OptionsProvider
  • Document how to configure the plugin using the extra section
  • Support configuration from composer.json extra section. Fixes #8
  • Clarify the usage instructions in README
  • Fixes #5: Do not query remotes when reading information
  • Merge pull request #2 from axelerant/phplint
  • Add php lint and cs workflow
  • Add phplint
  • Use symfony/process for running commands
  • Reformat code to take lesser space
  • Fix comment in DbDocker
  • Enforce PSR-12 standards
  • Update CHANGELOG for beta7 release

v1.0.0 Beta 7

25 Jun 18:09
682565f
Compare
Choose a tag to compare
  • Correctly determine paths when building images