File tree 3 files changed +9
-3
lines changed 3 files changed +9
-3
lines changed 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
+
1
8
### v0.230 (2018-03-17)
2
9
- Now using Debian Contrib base image rather than a custom image.
3
10
- Fixed various bitrot.
4
11
- Other fixes, see git history.
5
12
6
13
### v0.186 (2016-09-21)
7
-
8
14
- BUG FIX:
9
15
- All stacks embedding MySQL now use ` /var/tmp ` for temporary storage. Thanks
10
16
@FiloSottile for reporting a Piwik issue that enabled us to notice this problem
Original file line number Diff line number Diff line change 23
23
from __future__ import print_function
24
24
25
25
# TODO(someday): Increment version number and commit as part of release.sh
26
- __version__ = "v0.233 "
26
+ __version__ = "v0.236 "
27
27
28
28
import argparse
29
29
import os
Original file line number Diff line number Diff line change 2
2
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
3
3
4
4
#define MyAppName " vagrant-spk"
5
- #define MyAppVersion " v0.233 "
5
+ #define MyAppVersion " v0.236 "
6
6
#define MyAppPublisher " Sandstorm Development Group, Inc."
7
7
#define MyAppURL " https://docs.sandstorm.io/"
8
8
#define MyAppExeName " vagrant-spk.exe"
You can’t perform that action at this time.
0 commit comments