All Versions
11
Latest Version
Avg Release Cycle
107 days
Latest Release
2157 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v6.0.0 Changes
October 15, 2020NOTE : This is a major version release with potentially breaking changes.
Rebuild Your Images
โก๏ธ After upgrading, you'll need to rebuild your
appimage. Follow step 4 "Rebuild Containers" in the upgrade guide.๐ Changes
-
v5.0.0 Changes
January 13, 2020 -
v4.1.0 Changes
September 17, 2019 -
v4.0.1 Changes
February 19, 2019- ๐ณ Using Ubuntu Keyserver on port 80 via #98
-
v4.0.0 Changes
January 07, 2019๐ฑ ๐ฅโก๏ธโก๏ธโก๏ธ THIS IS A BREAKING CHANGE โฌ ๏ธโฌ ๏ธโฌ ๏ธ๐ฅ.
Rebuild Your Images
โก๏ธ After upgrading, you'll need to rebuild your
appimage. Follow step 4 "Rebuild Containers" in the upgrade guide.๐ Changes
โก๏ธ 1. #90: Updating to PHP 7.3
-
v3.2.0 Changes
October 16, 2018 -
v3.1.0 Changes
September 14, 2018- ๐ณ Don't explicitly define a
docker-compose.ymlfile, to allow defaultdocker-compose.override.ymlto be used (compose version 3 feature) via #81 - ๐ณ Make the
dumpcommand a little cleaner by using MySQL environment variables to avoid Warnings when running a dump via #68 - โ Added a
phpcommand shortcut:./vessel php -r "echo 'hello world';" - โ Added checks to see if env vars existed in the
.envfile before attempted a find/replace against them via #61 - ๐ณ Increased PHP max upload size via #59
- โ Added new commands via #60
./vessel php ...- execute arbitrary php commands in the container./vessel node ...- executenodeinside the container (previously onlynpm,yarnhad a command)./vessel ssh [app|mysql]- executes "bash" inside the container (note: it's not actually SSH)./vessel mysql- log into the mysql database and set the current database to the one set by env vars (so you won't need to runuse some_dbin the mysql shell)
- ๐ณ Don't explicitly define a
-
v3.0.1 Changes
March 02, 2018I fail at Git, I guess.
-
v3.0.0 Changes
February 19, 2018๐ฑ ๐ฅโก๏ธโก๏ธโก๏ธ THIS IS A BREAKING CHANGE โฌ ๏ธโฌ ๏ธโฌ ๏ธ๐ฅ.
Rebuild Your Images
โก๏ธ After upgrading, you'll need to rebuild your
appimage. Follow step 4 "Rebuild Containers" in the upgrade guide.๐ Changes
โก๏ธ 1. #45: Updating to PHP 7.2
-
v2.1.0 Changes
November 23, 2017- ๐ #26: Windows Support
- This looks to be a non-breaking change! ๐
- Put the project under the MIT license
- ๐ณ If composer is not found, fall back to a pre-built container that has composer, which then works as documented for those who don't already have PHP7/Composer installed
- ๐ Changed the
.env.vesselfile name to.env.bak.vesselto make it more obvious that it's just a backup file (since Vessel makes changes to the.envfile)
- ๐ #26: Windows Support