Skip to content

Latest commit

 

History

History
43 lines (32 loc) · 1.6 KB

CHANGELOG.md

File metadata and controls

43 lines (32 loc) · 1.6 KB

CHANGELOG for 1.x

v1.0.6 - (2024-02-06)

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 - (2024-02-06)

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 - (2024-01-18)

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 - (2024-01-05)

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 - (2024-01-04)

Fixed

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

v1.0.1 - (2024-01-04)

Fixed

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