Mitchell Hashimoto
a32e1be8ce
v0.2.1
2014-08-31 09:13:05 -07:00
Mitchell Hashimoto
3a3e3346d5
providers/aws: route53 record destroy in parallel works
2014-08-31 09:12:05 -07:00
Mitchell Hashimoto
52bc9a1055
core: check sets for computed [GH-247]
2014-08-30 17:26:10 -07:00
Mitchell Hashimoto
3a6940d715
helper/schema: test cases around unknown variable values
2014-08-30 17:03:01 -07:00
Mitchell Hashimoto
08dbf4daf0
fmt
2014-08-30 17:02:11 -07:00
Mitchell Hashimoto
3cf4f57fe8
website: update docs for new mappings format
2014-08-30 16:20:45 -07:00
Mitchell Hashimoto
28a2e7b979
terraform: depends_on with count creates proper graph [GH-244]
2014-08-30 16:08:50 -07:00
Jack Pearkes
7cfad67920
providers/mailgun: remove dedebugging
2014-08-29 13:36:26 -07:00
Jack Pearkes
7ae242d724
website: add mailgun record docs
2014-08-29 11:50:08 -07:00
Jack Pearkes
597c8d5a39
update changelog
2014-08-29 11:39:54 -07:00
Jack Pearkes
96c481578f
providers/mailgun: save domain records
2014-08-29 11:39:06 -07:00
Jack Pearkes
02c93f0aea
providers/mailgun: return domain response instead of domain
...
see also 5b02e7e9ff
2014-08-29 11:15:14 -07:00
Mitchell Hashimoto
4fd3dff829
main: auto-discover plugins [GH-190]
...
/cc @pearkes @armon - exe dir and pwd
2014-08-28 17:27:15 -07:00
Mitchell Hashimoto
f2f119d0eb
Update CHANGELOG
2014-08-28 16:57:28 -07:00
Mitchell Hashimoto
0da47bab44
up version for dev
2014-08-28 16:47:35 -07:00
Mitchell Hashimoto
1b191a5183
scripts: fix dev build
2014-08-28 16:47:14 -07:00
Mitchell Hashimoto
e7e60cb493
scripts: quiet
2014-08-28 10:21:13 -07:00
Mitchell Hashimoto
f67dfce2ae
scripts: fix extension in file copy for build
2014-08-28 10:20:49 -07:00
Mitchell Hashimoto
ef51880076
Fix phony in Makefile
2014-08-28 09:56:41 -07:00
Mitchell Hashimoto
4c8c06ae2e
v0.2.0
2014-08-28 09:54:43 -07:00
Mitchell Hashimoto
0b5b971f8e
scripts: build script cross compiles
2014-08-28 09:54:09 -07:00
Mitchell Hashimoto
77712c14ee
Vagrantfile only needs one machine now
2014-08-28 09:52:05 -07:00
Mitchell Hashimoto
f7022711c0
website: fix syntax of variables
2014-08-28 09:17:27 -07:00
Mitchell Hashimoto
bb2edb20fd
providers/heroku: clean up heroku_app config vars
2014-08-27 21:07:56 -07:00
Mitchell Hashimoto
39c4fb2005
providers/heroku: plans work without specific plan name [GH-198]
2014-08-27 21:05:09 -07:00
Mitchell Hashimoto
bec5a2a9c5
main: look up executables locally before PATH [GH-157]
2014-08-27 20:46:50 -07:00
Mitchell Hashimoto
d8cc32b49f
providers/heroku: all_config_vars for reading
2014-08-27 16:35:15 -07:00
Mitchell Hashimoto
0a03ff9d34
providers/heroku: config vars aren't computed, they're non-exclusive
...
/cc @pearkes - See doc change
2014-08-27 16:26:03 -07:00
Jack Pearkes
02d18d67b8
providers/heroku: name and region are now required
...
cc/ @catsby if you're curious. That fixed the acceptance tests,
thought there is still one (different issue) that is still failing.
Also, it nows construct a transport instead of using the default
and setting the auth globally. TF could potentially run things
concurrently and that might go wrong.
2014-08-27 16:06:43 -07:00
Mitchell Hashimoto
18cb0f09b9
Update CHANGELOG
2014-08-27 15:46:25 -07:00
Mitchell Hashimoto
faa4e75960
helper/schema: Get on computed diff should be empty
2014-08-27 15:45:52 -07:00
Mitchell Hashimoto
c9a541d95b
helper/schema: generate a full diff in destroy/create cycle
2014-08-27 15:45:52 -07:00
Jack Pearkes
84fda6a5ad
update changelog
2014-08-27 15:25:54 -07:00
Jack Pearkes
9842577723
Merge pull request #239 from catsby/heroku-go-update
...
Swap bgentry/heroku-go for cyberdelia/heroku-go
2014-08-27 15:21:44 -07:00
Mitchell Hashimoto
9d239eea60
helper/schema: detect no change computed for sets/lists properly
2014-08-27 15:03:42 -07:00
Mitchell Hashimoto
eac01c2ac8
config: replace interpolations in block keys [GH-234]
2014-08-27 13:29:02 -07:00
Clint Shryock
f6d5ed6c31
Swap bgentry/heroku-go for cyberdelia/heroku-go
2014-08-27 09:50:37 -05:00
Mitchell Hashimoto
2fc1a47212
bins/consul: add test file
2014-08-26 21:57:33 -07:00
Mitchell Hashimoto
8f1cbc5ab7
bins/{google,mailgun}
2014-08-26 21:56:47 -07:00
Mitchell Hashimoto
0c9b65f3f4
helper/schema: documentation
2014-08-26 21:52:09 -07:00
Mitchell Hashimoto
fb9810ca5c
website: document how to write providers using the new helper/schema
2014-08-26 21:31:53 -07:00
Mitchell Hashimoto
3e4b7b862a
providers/google: compute_firewall partial state
2014-08-26 20:33:53 -07:00
Mitchell Hashimoto
bfbb9201c4
providers/google: partial updates with compute_instance
2014-08-26 20:31:35 -07:00
Mitchell Hashimoto
87a488092c
helper/schema: support partial states
2014-08-26 20:19:44 -07:00
Mitchell Hashimoto
40e5608fa9
helper/schema: return the prior state if Data is an error
2014-08-26 15:50:31 -07:00
Mitchell Hashimoto
cefc07d665
Merge pull request #227 from desimone/patch-2
...
provisioners/remote-exec: More descriptive variable names for pipes.
2014-08-26 15:35:45 -07:00
Mitchell Hashimoto
b7e16c6b53
providers/aws: source_dest_check applies [GH-229]
2014-08-26 15:05:36 -07:00
Mitchell Hashimoto
660667957e
Update CHANGELOG
2014-08-26 14:54:41 -07:00
Mitchell Hashimoto
3934c1b106
Merge pull request #235 from hashicorp/f-gce
...
Google Compute Engine Provider
2014-08-26 14:53:27 -07:00
Mitchell Hashimoto
7d5a96278d
website: document gce
2014-08-26 14:50:29 -07:00