Releases: sandstorm-io/vagrant-spk
Releases · sandstorm-io/vagrant-spk
v1.2
v1.1.2
v1.1.2 (2023-11-01)
- Updated Windows build to Python 3.11.6.
- Updated base image to Debian Bullseye.
- Updated golang stack to use the latest Go.
- Updated node stack to use new installation script.
- Updated uwsgi stack to Python 3.
- Configured stacks with Nginx or MySQL to rotate log files by default. (Thanks @zenhack)
- Fix issue with synced folder which can cause Sandstorm to fail on boot. (Thanks @troyjfarrell)
- Fix issue with upgrading Virtualbox Guest Additions causing startup to hang.
- Fix
upgradevm
command. (Thanks @zenhack) - Fix link to running server in terminal. (Thanks @zenhack)
- Exclude Vagrant log files in gitignore. (Thanks @zenhack)
v1.1.1
v1.1.1 (2021-04-19)
- Updated Windows build to Python 3.8.9.
- No longer includes ssh.exe in Windows release.
v1.1
v1.1 (2021-04-10)
- Upgraded vagrant-spk to Python 3.x. (Thanks @troyjfarrell)
- Upgraded base image to Debian Buster.
- Displays URL of test URL in the CLI. (Thanks @zdb999)
- Blocks client-side third party content by default.
- Fix edge case in packing spk to a different volume. (Thanks @zenhack)
- Various stack upgrades and improvements. (Thanks @zenhack)
- Cleaned up release process significantly. (Thanks @paulproteus and @zenhack)
v1.0
v1.0 (2020-02-16)
- Changed vagrant-spk's preferred port to 6090 to avoid conflicting with Sandstorm.
- Added
upgradevm
command to upgrade to latest compatible VM. - Updated Node stack to Node 10, and fixed legacy Node 6 stack. (Thanks @curbengh)
- Fixed detection of VM configurations that do not work with vagrant-spk.
- Fixed bugs preventing
enter-grain
from working. (Thanks @abliss and @zenhack) - Fixed bug causing VM to allocate too little RAM on Windows.
v0.236
v0.236 (2018-07-08)
- Updated multiple stacks for compatibility with Debian stretch.
- Added
listkeys
command to show which app keys are in your keyring. - Added ability to check vagrant-spk version with
--version
. - Fix bug where
curl
cannot be downloaded. - Fix bug caused by Vagrant version 2.0.3 and later.
v0.230
v0.186
v0.186 (2016-09-21)
- BUG FIX:
- All stacks embedding MySQL now use
/var/tmp
for temporary storage. Thanks
@FiloSottile for reporting a Piwik issue that enabled us to notice this problem
and fix it for all future packages. Note that newly-created apps in these platform
stacks (lemp
,uwsgi
) will clear the/var/tmp
directory every time the grain
starts.
- All stacks embedding MySQL now use
v0.165
v0.165 (2016-06-07)
- BUG FIXES:
vagrant-spk enter-grain
was basically 100% broken in v0.164, with some extra breakage on
Windows. This release fixes that. Huge thanks to @ocdtrekkie for testing, to find the
bugs.
v0.164
v0.164 (2016-05-27)
- New features:
- Add "vagrant-spk enter-grain" so developers can get a shell within a running grain.
Thanks @zarvox for extensive review.
- Add "vagrant-spk enter-grain" so developers can get a shell within a running grain.
- BUG FIXES:
- Update example to refer to
vm
where necessary. Thanks @pgrm. - Update libvirt README to refer to
vm
where necessary. Thanks @techtonik.
- Update example to refer to