File tree 2 files changed +18
-2
lines changed
2 files changed +18
-2
lines changed Original file line number Diff line number Diff line change 1
- # 2.0.1 / _ Not released yet_
1
+ # 2.0.2 / _ Not released yet_
2
2
3
+ # 2.0.1 / 2019-03-31
4
+
5
+ Improvements:
6
+
7
+ - Check for existence of HTTP_PROXY and HTTPS_PROXY environment variables.
8
+ If neither are set this plugin is automatically disabled.
9
+ - Correctly uses the Tempfile pattern now via commit. 8ee2a2bb146aeb9fb1b27c80814e9000eff34aa1
10
+
11
+ Bug fixes:
12
+ - Docker proxy conf not set the first time the provisioner is used (trusty64) - #155
13
+ - Proxy doesn't work for Docker with systemd - #172
14
+ - Provisioning of docker fails - #180
15
+ - Docker provider: Guest-specific operations were attempted on a machine that is not ready for guest communication. - #181
16
+ - Provisioning of docker fails issue 180. - #182
17
+ - vagrant-proxyconf running on Win10 and provisioning with Docker. - #186
18
+ - Cannot force to write but without configuration. - #188
3
19
4
20
# 2.0.0 / 2019-01-03
5
21
Original file line number Diff line number Diff line change 1
1
module VagrantPlugins
2
2
module ProxyConf
3
- VERSION = '2.0.1.dev '
3
+ VERSION = '2.0.1'
4
4
end
5
5
end
You can’t perform that action at this time.
0 commit comments