Commit Graph

3822 Commits

Author SHA1 Message Date
Mitchell Hashimoto eabd8b1cc5 Fix CWD plugin loading. 2014-09-25 22:39:46 -07:00
Jack Pearkes c032ba5b3f update changelog 2014-09-18 20:11:03 -04:00
Jack Pearkes 1a888d4ef5 update changelog 2014-09-16 10:42:32 -04:00
Jack Pearkes f16485664d website: document db_subnet_group
cc/ @buth
2014-09-16 09:53:41 -04:00
Mitchell Hashimoto e8d09da6fa Update CHANGELOG 2014-09-09 21:18:02 -07:00
Mitchell Hashimoto 397cf82c96 depgraph: Walk finishes all non-dependent trees 2014-09-09 17:51:25 -07:00
Mitchell Hashimoto a53faa2fff terraform: validate providers even without config block [GH-284] 2014-09-09 17:38:30 -07:00
Mitchell Hashimoto 267a125a07 Up version for dev 2014-09-09 15:29:54 -07:00
Mitchell Hashimoto c812ed41fd v0.2.2 2014-09-09 14:43:36 -07:00
Mitchell Hashimoto c724f161c5 config: parse multi-args in interpolations [GH-282] 2014-09-09 14:39:32 -07:00
Mitchell Hashimoto 62e2743dcc providers/aws: retry delete of eip [GH-276] 2014-09-09 14:18:53 -07:00
Mitchell Hashimoto 57f287c06d providers/aws: check for non-exist on refresh 2014-09-09 14:15:33 -07:00
Mitchell Hashimoto a5b85dd788 providers/aws: check if instance is set on eip 2014-09-09 14:15:08 -07:00
Mitchell Hashimoto ad7d1c056b Update CHANGELOG 2014-09-09 13:42:56 -07:00
Mitchell Hashimoto 228fd035ba providers/digitalocean: handle when resource deleted manually [GH-279] 2014-09-09 13:36:47 -07:00
Mitchell Hashimoto 546865e1ee command: make sure errors from flag go to UI [GH-269] 2014-09-08 20:56:30 -07:00
Mitchell Hashimoto 7b96a9fa06 command: expand ~ manually in var-file [GH-273] 2014-09-08 20:43:59 -07:00
Mitchell Hashimoto 69294b1ba3 command: adhere to -no-color, fix test [GH-250] 2014-09-08 20:41:10 -07:00
Mitchell Hashimoto ab5e07a1f9 providers/aws: use GetOk to check for value [GH-258] 2014-09-08 20:24:43 -07:00
Mitchell Hashimoto cc1bf78850 Update CHANGELOG 2014-09-07 16:20:06 -07:00
Mitchell Hashimoto c7e1528a69 website: update docs for google 2014-09-07 16:10:56 -07:00
Mitchell Hashimoto b3c5b848f9 website: update docs for GH-260] 2014-09-07 16:03:48 -07:00
Jack Pearkes 28692656e2 providers/digitalocean: add user_data for create droplet
fixes #267
2014-09-05 11:16:12 -04:00
Mitchell Hashimoto bea8ea9b25 up version for dev 2014-08-31 09:48:22 -07:00
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 28a2e7b979 terraform: depends_on with count creates proper graph [GH-244] 2014-08-30 16:08:50 -07:00
Jack Pearkes 597c8d5a39 update changelog 2014-08-29 11:39:54 -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 4c8c06ae2e v0.2.0 2014-08-28 09:54:43 -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 18cb0f09b9 Update CHANGELOG 2014-08-27 15:46:25 -07:00
Jack Pearkes 84fda6a5ad update changelog 2014-08-27 15:25:54 -07:00
Mitchell Hashimoto eac01c2ac8 config: replace interpolations in block keys [GH-234] 2014-08-27 13:29:02 -07:00
Mitchell Hashimoto 660667957e Update CHANGELOG 2014-08-26 14:54:41 -07:00
Mitchell Hashimoto 2caf33f97f command/apply: keep track of default variables separately [GH-153] 2014-08-24 21:40:58 -07:00
Mitchell Hashimoto 0317120866 Update CHANGELOG 2014-08-22 17:20:06 -07:00
Mitchell Hashimoto ed99d2497b providers/aws: retry route53 operations [GH-183] 2014-08-22 12:51:11 -07:00
Mitchell Hashimoto 07b2709af0 Update CHANGELOG 2014-08-22 12:23:02 -07:00
Mitchell Hashimoto a292625846 website: private IP docs 2014-08-21 17:17:50 -07:00
Mitchell Hashimoto da2e221628 terraform: Interpolate if there are any interpolations [GH-159] 2014-08-21 15:05:56 -07:00
Mitchell Hashimoto 46b81587ef Update CHANGELOG 2014-08-21 14:04:11 -07:00
Mitchell Hashimoto 4a3dff2441 config: allow '/' in string args 2014-08-21 11:33:52 -07:00
Mitchell Hashimoto 4015d942ab providers/aws: security group ingress rules treated as set [GH-87]
/cc @pearkes - !!!
2014-08-20 22:24:13 -07:00
Jack Pearkes 6eb6d19384 providers/aws: vpc dns settings tests
cc/ @deoxxa see diff for how to add tests – quite straight forward.

Normally, I would like to add a check to ensure that the attribute
was updated remotely (by seeing what it's value with AWS is) but
I don't think we have that value returned.
2014-08-20 11:29:52 -07:00
Mitchell Hashimoto 53cdbcc9fa providers/aws: security group ingress rules can be updated 2014-08-20 11:18:16 -07:00
Jack Pearkes 97cae408b2 providers/aws: tests and document adding load balancers to autoscaling
cc/ @thatha
2014-08-20 10:42:14 -07:00
Mitchell Hashimoto d25747ba5c providers/aws: cleaner detection of VPC [GH-122] 2014-08-19 17:22:25 -07:00
Mitchell Hashimoto 43d0850562 Update CHANGELOG 2014-08-19 13:18:25 -07:00
Mitchell Hashimoto 2fb001dcf9 config: add `concat` function [GH-191] 2014-08-19 13:14:45 -07:00
Mitchell Hashimoto 9904c601d7 Update CHANGELOG 2014-08-19 12:44:26 -07:00
Mitchell Hashimoto 6c985797c7 Update CHANGELOG 2014-08-19 10:59:14 -07:00
Mitchell Hashimoto 9a0c0ea985 providers/heroku: domain/drain have dep on app 2014-08-19 10:16:47 -07:00
Mitchell Hashimoto 2a6b83591a providers/heroku: nuking config vars works 2014-08-19 10:13:34 -07:00
Mitchell Hashimoto bda7f49492 Update CHANGELOG.md 2014-08-19 10:02:17 -07:00
Mitchell Hashimoto fe2a306341 config: validate no interp in var [GH-180] 2014-08-11 09:46:56 -07:00
Mitchell Hashimoto 265f8895ce Up version for dev 2014-08-05 14:44:36 -07:00
Mitchell Hashimoto 0092f5a2cb v0.1.1 2014-08-05 14:19:20 -07:00
Mitchell Hashimoto ea4210b206 Update CHANGELOG 2014-08-05 10:29:01 -07:00
Mitchell Hashimoto 87f4b49f85 terraform: multi-variables work with count = 1 [GH-115] 2014-08-05 10:12:35 -07:00
Mitchell Hashimoto a74775d077 helper/ssh: error if private key on SSH [GH-73] 2014-08-05 09:53:02 -07:00
Mitchell Hashimoto 642fed0356 command: terraform.tfvars loaded by default if it exists 2014-08-05 09:32:01 -07:00
Jack Pearkes e305d23591 update changelog 2014-07-31 16:13:33 -04:00
Jack Pearkes 6ffd193dab update changelog 2014-07-31 15:22:14 -04:00
Jack Pearkes d73c295454 update changelog 2014-07-30 17:17:47 -04:00
Jack Pearkes d8dec878da update changelog 2014-07-30 12:50:21 -04:00
Mitchell Hashimoto 39946b3ceb Fix CHANGELOG format 2014-07-28 22:56:45 -07:00
Armon Dadgar eac6f735c6 Adding changelog 2014-07-28 13:53:26 -04:00