Skip to content

Releases: smartbooster/symfony-docker

v1.0.6

06 Feb 12:51
cceded9
Compare
Choose a tag to compare

Changed

  • Ensure we still use doctrine version 2 for now because we have detected some BC break with the new version 3 such as with Sentry getsentry/sentry-symfony#806

Added

  • Added suffix version for smartbooster install vendors

v1.0.5

06 Feb 09:29
20a8680
Compare
Choose a tag to compare

Changed

  • Also add the main branch to the except branch for the test job

Removed

  • deploy.mk removed the GIT_BRANCH variable as it is not used anymore on deploy-revision

v1.0.4

18 Jan 16:49
7f770a5
Compare
Choose a tag to compare

Changed

  • Refactor bundle.mk to a more targetted use case of our bundles.

Fixed

  • Create the directory config/serialization on install-symfony which is needed for our platform bundle

Removed

  • Remove unused bundle that comes with the symfony new --webapp
  • Remove the AppFixtures.php auto generated by the doctrine/doctrine-fixtures-bundle recipes
  • Mention to remove the docs directory on the Setup the docker stack from an empty repository README.md

v1.0.3

05 Jan 09:34
b4b5ceb
Compare
Choose a tag to compare

Added

Add a makefile command to generate the symfony-docker.lock and mention it on the first two setup cases in the README.

Fixed

Remove the .github directory on the staged list files on docker-post-fetch

v1.0.2

04 Jan 18:04
d1411c1
Compare
Choose a tag to compare

Remove echo for git fetching data as it produce weird behavior while generating the symfony-docker.lock

v1.0.1

04 Jan 16:11
877acdd
Compare
Choose a tag to compare

Fixed

  • Fix the docker-fetch command that was too fast to properly generate the symfony-docker.lock and not fetching the tag properly

v1.0.0

04 Jan 15:51
1ce1b08
Compare
Choose a tag to compare

🎉 Initial v1 release

Source of truth for our symfony-docker development stack.