Releases: axelerant/db-docker
Releases · axelerant/db-docker
v1.1.3
- 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
What's Changed
- List ddev as a db-source by @skippednote in #21
- Add support for GitHub URLs by @skippednote in #23
Full Changelog: v1.1.1...v1.1.2
v1.1.1
v1.1.0
v1.0.1
v1.0.0
- 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
v1.0.0 Beta 9
- Fix issue with the flipped behaviour of --no-push parameter
v1.0.0 Beta 8
- 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
- Correctly determine paths when building images