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+ ### v1.0 (2020-02-16)
2+ - Changed vagrant-spk's preferred port to 6090 to avoid conflicting with Sandstorm.
3+ - Added ` upgradevm ` command to upgrade to latest compatible VM.
4+ - Updated Node stack to Node 10, and fixed legacy Node 6 stack. (Thanks @curbengh )
5+ - Fixed detection of VM configurations that do not work with vagrant-spk.
6+ - Fixed bugs preventing ` enter-grain ` from working. (Thanks @abliss and @zenhack )
7+ - Fixed bug causing VM to allocate too little RAM on Windows.
8+
19### v0.236 (2018-07-08)
210- Updated multiple stacks for compatibility with Debian stretch.
311- Added ` listkeys ` command to show which app keys are in your keyring.
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.236 "
26+ __version__ = "v1.0 "
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.236 "
5+ #define MyAppVersion " v1.0 "
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