Skip to content

Releases: sandstorm-io/vagrant-spk

v1.2

16 Mar 18:21
Compare
Choose a tag to compare

v1.2 (2024-03-16)

  • Updated base image to Debian Bookworm.
  • Configured MySQL stacks to only initialize the database once.
  • Removed legacy node6 stack.
  • Updated meteor stack to use the latest meteor-spk.

v1.1.2

01 Nov 08:11
Compare
Choose a tag to compare

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

19 Apr 14:08
Compare
Choose a tag to compare

v1.1.1 (2021-04-19)

  • Updated Windows build to Python 3.8.9.
  • No longer includes ssh.exe in Windows release.

v1.1

10 Apr 23:07
Compare
Choose a tag to compare

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

17 Feb 00:51
Compare
Choose a tag to compare

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

09 Jul 00:08
7274ec7
Compare
Choose a tag to compare

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

17 Mar 17:07
Compare
Choose a tag to compare

v0.230 (2018-03-17)

  • Now using Debian Contrib base image rather than a custom image.
  • Fixed various bitrot.
  • Other fixes, see git history.

v0.186

21 Sep 17:40
Compare
Choose a tag to compare

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.

v0.165

08 Jun 06:09
Compare
Choose a tag to compare

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

27 May 18:21
Compare
Choose a tag to compare

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.
  • BUG FIXES:
    • Update example to refer to vm where necessary. Thanks @pgrm.
    • Update libvirt README to refer to vm where necessary. Thanks @techtonik.