Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 5, 2021

Bumps bref/bref from 1.1.4 to 1.2.0.

Release notes

Sourced from bref/bref's releases.

1.2.0

Full diff

👯👯👯

Implemented enhancements:

It is now simpler to deploy your applications via Docker images to Lambda.

Here is an example:

FROM bref/php-80-fpm
Add your code to the docker image
ADD . $LAMBDA_TASK_ROOT
Set the Lambda "handler"
CMD [ "index.php" ]

A new bref/php-XX-console Docker image also exists to deploy CLI console functions with Docker. Here is an example on how to use it:

FROM bref/php-80-console
ADD . $LAMBDA_TASK_ROOT
CMD [ "bin/console" ]

To be clear, this new Docker image has no impact on applications that do not use Docker images. In other words, if you use Lambda layers (the recommended Bref defaults), you don't have to change anything.


Oh and get ready for the Bref Dashboard v1.0, it's coming soon!

You can download a preview version for Mac, Windows and Linux here: https://download.dashboard.bref.sh/ Please let me know if you have any problem :)

Commits
  • 028207e Merge pull request #855 from brefphp/docker-lambda
  • c31fb69 Add a php-xx-console Docker image for running CLI commands on Lambda
  • 4a55d7c Improve Docker images for running on Lambda
  • 2ce62c8 Merge pull request #854 from Nyholm/gitattr
  • 1240bee Update gitattributes
  • 06c3c7b Fix local development documentation
  • 77c94a1 Merge pull request #853 from GregHolmes/bug/fix-link-404ing-pdo-sqlite
  • c7290f8 Updated PDO-Sqlite link to go to the correct page.
  • 03ab58e Merge pull request #852 from Chtiadrien/master
  • 4ee65e4 Billed duration is now the same as duration when invoking function from bref ...
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 5, 2021
@dependabot dependabot bot requested a review from svnldwg February 5, 2021 07:03
@svnldwg
Copy link
Owner

svnldwg commented Feb 12, 2021

@dependabot rebase

@svnldwg
Copy link
Owner

svnldwg commented Feb 12, 2021

@dependabot recreate

@dependabot dependabot bot force-pushed the dependabot/composer/bref/bref-1.2.0 branch from 3fc331d to f60d51a Compare February 12, 2021 11:16
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 17, 2021

Superseded by #28.

@dependabot dependabot bot closed this Mar 17, 2021
@dependabot dependabot bot deleted the dependabot/composer/bref/bref-1.2.0 branch March 17, 2021 06:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant