File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ### v0.236 (2018-07-08)
2+ - Updated multiple stacks for compatibility with Debian stretch.
3+ - Added ` listkeys ` command to show which app keys are in your keyring.
4+ - Added ability to check vagrant-spk version with ` --version ` .
5+ - Fix bug where ` curl ` cannot be downloaded.
6+ - Fix bug caused by Vagrant version 2.0.3 and later.
7+
18### v0.230 (2018-03-17)
29- Now using Debian Contrib base image rather than a custom image.
310- Fixed various bitrot.
411- Other fixes, see git history.
512
613### v0.186 (2016-09-21)
7-
814- BUG FIX:
915 - All stacks embedding MySQL now use ` /var/tmp ` for temporary storage. Thanks
1016 @FiloSottile for reporting a Piwik issue that enabled us to notice this problem
Original file line number Diff line number Diff line change 2323from __future__ import print_function
2424
2525# TODO(someday): Increment version number and commit as part of release.sh
26- __version__ = "v0.233 "
26+ __version__ = "v0.236 "
2727
2828import argparse
2929import os
Original file line number Diff line number Diff line change 22; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
33
44#define MyAppName " vagrant-spk"
5- #define MyAppVersion " v0.233 "
5+ #define MyAppVersion " v0.236 "
66#define MyAppPublisher " Sandstorm Development Group, Inc."
77#define MyAppURL " https://docs.sandstorm.io/"
88#define MyAppExeName " vagrant-spk.exe"
You can’t perform that action at this time.
0 commit comments