Skip to content

Commit 6c0eee5

Browse files
authored
Merge pull request #191 from codylane/master
Prep release 2.0.1
2 parents d2d545b + 5220a08 commit 6c0eee5

File tree

2 files changed

+18
-2
lines changed

2 files changed

+18
-2
lines changed

CHANGELOG.md

+17-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
1-
# 2.0.1 / _Not released yet_
1+
# 2.0.2 / _Not released yet_
22

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
319

420
# 2.0.0 / 2019-01-03
521

lib/vagrant-proxyconf/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module VagrantPlugins
22
module ProxyConf
3-
VERSION = '2.0.1.dev'
3+
VERSION = '2.0.1'
44
end
55
end

0 commit comments

Comments
 (0)