Commit Graph

212 Commits

Author SHA1 Message Date
Mitchell Hashimoto 1525280a49 update cHANGELOG 2015-01-16 08:34:05 -08:00
Mitchell Hashimoto 943e62222b update cHANGELOG 2015-01-15 09:48:03 -08:00
Mitchell Hashimoto 5e8b300ca1 update CHANGELOG 2015-01-14 09:29:37 -08:00
Mitchell Hashimoto a909ce88ab Update CHANGELOG 2015-01-10 16:08:27 -08:00
Mitchell Hashimoto c9e7c63600 Update CHANGELOG 2015-01-10 15:29:07 -08:00
Armon Dadgar 47f02f80bc CHANGELOG updates 2015-01-07 13:57:03 -08:00
Mitchell Hashimoto 2203ef82a4 up version for development 2015-01-06 16:32:47 -08:00
Mitchell Hashimoto 4e11ed4327 v0.3.6 2015-01-06 15:56:14 -08:00
Mitchell Hashimoto 14bba88514 update CHANGELOG 2015-01-06 15:39:18 -08:00
Mitchell Hashimoto 4bbf6abb53 Update CHANGELOG 2015-01-06 14:24:22 -08:00
Mitchell Hashimoto f61b7af815 Update CHANGLOG 2014-12-26 09:07:20 +05:30
Mitchell Hashimoto e6289fbe63 Update CHANGELOG 2014-12-17 11:40:53 -08:00
Mitchell Hashimoto 2ba827ee3a update CHANGELOG 2014-12-16 09:16:11 -08:00
Mitchell Hashimoto e5f07567c6 terraform: module input to another module doesn't error [GH-659] 2014-12-16 08:23:19 -08:00
Mitchell Hashimoto 8426f5140b Update CHANGELOG 2014-12-15 22:14:08 -08:00
Mitchell Hashimoto 41dabd7abc Update CHANGELOG 2014-12-15 16:41:09 -08:00
Mitchell Hashimoto 935bc08003 update CHANGELOG 2014-12-15 15:36:07 -08:00
Mitchell Hashimoto aeecabbb33 v0.3.5 2014-12-10 13:27:12 -08:00
Mitchell Hashimoto d4722f4fdf Update CHANGELOG 2014-12-10 13:27:12 -08:00
Mitchell Hashimoto 14318059b8 Update CHANGELOG 2014-12-10 13:27:12 -08:00
Armon Dadgar 238463fb93 CHANGELOG updates 2014-12-09 15:02:41 -08:00
Mitchell Hashimoto 81990ef6fa Update CHANGELOG 2014-12-09 00:27:05 -08:00
Armon Dadgar 07fff364a5 CHANGELOG updates 2014-11-18 15:46:59 -08:00
Mitchell Hashimoto a70eee51bf Update CHANGELOG 2014-10-21 11:30:37 -07:00
Mitchell Hashimoto e30ee60c58 up version for dev 2014-10-21 11:23:58 -07:00
Mitchell Hashimoto 146d081b65 v0.3.1 2014-10-21 11:01:04 -07:00
Mitchell Hashimoto f63a5d24e9 helper/schema: diffs for sets should include the full set [GH-457]
Prior to this, the diff only contained changed set elements. The issue
with this is that `getSet`, the internal function that reads a set from
the ResourceData, expects that each level (state, config, diff, etc.)
has the _full set_ information. This change was done to fix merging
issues.

Because of this, we need to make sure the full set is visible in the
diff.
2014-10-21 10:49:53 -07:00
Mitchell Hashimoto d0ce67a5b7 helper/schema: on destroy/create, reset state to be empty [GH-464] 2014-10-21 00:28:53 -07:00
Mitchell Hashimoto 296152da66 Update CHANGELOG 2014-10-20 23:18:37 -07:00
Mitchell Hashimoto 8dcc4e3269 Update CHANGELOG 2014-10-20 23:16:18 -07:00
Mitchell Hashimoto 517c5b2ea8 Update CHANGELOG 2014-10-20 23:11:31 -07:00
Mitchell Hashimoto 22a1bbd940 Update CHANGELOG 2014-10-20 18:46:32 -07:00
Mitchell Hashimoto 0468e85d6e Update CHANGELOG 2014-10-20 15:36:14 -07:00
Mitchell Hashimoto 7e2a421d87 providers/aws: ELB treats subnets as a set 2014-10-20 13:34:26 -07:00
Mitchell Hashimoto 3e1169db61 helper/schema: validate string/bool types [GH-460] 2014-10-19 19:56:46 -07:00
Mitchell Hashimoto b25a536299 providers/aws: disassociate EIP before destroying 2014-10-18 15:32:33 -07:00
Mitchell Hashimoto 0a5e06d62c terraform: merge interpolated inherited provider configurations [GH-418] 2014-10-18 13:58:01 -07:00
Mitchell Hashimoto f03ab178bf terraform: don't execute provisioners on destroy 2014-10-18 11:37:26 -07:00
Mitchell Hashimoto b2d674b431 terraform: don't add tainted resources to expanded graph [GH-412]
The tainted resources are separate elements in the graph.
2014-10-18 11:13:36 -07:00
Mitchell Hashimoto 6eb409c00e Merge pull request #449 from pmoust/subnet-destroy-retry
providers/aws: retry destroying subnet for some time [GH-449]
2014-10-18 10:56:21 -07:00
Panagiotis Moustafellos d6d8d0ffe2 Updated changelog for [GH-449] 2014-10-18 18:29:21 +03:00
Panagiotis Moustafellos 3cea56b4a2 Updated changelog for [GH-447] 2014-10-18 11:52:08 +03:00
Mitchell Hashimoto 2b50d44aa4 helper/schema: validate Set is a set type [GH-413] 2014-10-17 23:23:50 -07:00
Mitchell Hashimoto 1912e9655d providers/aws: if LC not found, delete it [GH-421] 2014-10-17 20:21:18 -07:00
Mitchell Hashimoto f5c2aba215 providers/aws: drain autoscale groups before deleting [GH-435] 2014-10-17 20:11:00 -07:00
Mitchell Hashimoto 10ce2b690c providers/aws: retry deleting security group for some time [GH-436] 2014-10-17 18:21:18 -07:00
Mitchell Hashimoto 82bf4f485b terraform: taint resources who error on create with provisioners
[GH-434]
2014-10-16 23:19:07 -07:00
Mitchell Hashimoto 152d5b0c69 providers/aws: elb properly hashes listeners 2014-10-16 18:02:03 -07:00
Mitchell Hashimoto 1a2afdaa37 providers/aws: launch config and autoscale group load is correct
[GH-423]
2014-10-16 16:39:58 -07:00
Mitchell Hashimoto 2e703afdad helper/schema: valiate should ignore computed fields 2014-10-16 14:04:45 -07:00
Mitchell Hashimoto bb2e33682d Update CHANGELOG 2014-10-16 12:04:11 -07:00
Mitchell Hashimoto 5596ee7f53 terraform: don't panic if no state in Walk return [GH-403] 2014-10-15 20:32:19 -07:00
Mitchell Hashimoto 2a388fd5d1 up version for dev 2014-10-15 20:28:37 -07:00
Mitchell Hashimoto 55e6987796 v0.3.0 2014-10-14 12:24:05 -07:00
Mitchell Hashimoto 5bddce9f8a Update CHANGELOG 2014-10-14 12:22:01 -07:00
Mitchell Hashimoto 0914e17a2a command/apply: more than one ctrl-c properly exits immediately 2014-10-11 13:23:15 -07:00
Mitchell Hashimoto 1510f12efc output errors to the proper location in main.go [GH-288] 2014-10-11 13:03:11 -07:00
Mitchell Hashimoto 069f758efb command/show: show default state with no args [GH-349] 2014-10-11 12:56:55 -07:00
Mitchell Hashimoto bd0cf94e89 providers/aws: wait for LC to exist [GH-302] 2014-10-11 12:27:23 -07:00
Mitchell Hashimoto 129771df17 Update CHANGELOG 2014-10-11 11:02:40 -07:00
Mitchell Hashimoto e827180887 providers/aws: main_route_table_id attribute for VPC [GH-193] 2014-10-10 16:57:32 -07:00
Mitchell Hashimoto aee9c480b2 Update CHANGELOG 2014-10-10 16:26:23 -07:00
Mitchell Hashimoto ad20bbe6f2 Update CHANGELOG 2014-10-10 16:09:34 -07:00
Mitchell Hashimoto b43ca0aa52 providers/aws: handle case where ELB is deleted manually [GH-304] 2014-10-10 10:35:34 -07:00
Mitchell Hashimoto bd3bc03c5f Update CHANGELOG 2014-10-10 10:21:30 -07:00
Mitchell Hashimoto 958f2ec094 Update CHANGELOG 2014-10-09 10:50:52 -07:00
Mitchell Hashimoto c7088eb82a website: update docs for GH-371 2014-10-08 10:54:34 -07:00
Mitchell Hashimoto 8cf611b2da Update CHANGELOG 2014-10-08 10:51:33 -07:00
Mitchell Hashimoto 852b82cdb3 Update CHANGELOG 2014-10-08 10:32:18 -07:00
Mitchell Hashimoto 014bde64c4 providers/aws: not an error if route53 record is already destroy
[GH-342]
2014-10-07 21:55:40 -07:00
Mitchell Hashimoto ca99811357 providers/aws: subnet retry destroy [GH-357] 2014-10-07 21:52:08 -07:00
Mitchell Hashimoto 65f5069616 Update CHANGELOG 2014-10-07 21:27:02 -07:00
Mitchell Hashimoto 753f7ea021 Update CHANGELOG 2014-10-05 23:25:33 -07:00
Mitchell Hashimoto 6200f2513c update CHANGELOG 2014-10-05 23:08:33 -07:00
Mitchell Hashimoto 23285aed76 Update CHANGELOG 2014-10-02 22:23:44 -07:00
Mitchell Hashimoto 879cb2f8e6 update CHANGELOG 2014-10-02 17:35:56 -07:00
Panagiotis Moustafellos 175b10b90e Updated changelog for [GH-350] (AWS ELB listener.ssl_certificate_id) 2014-10-02 05:30:30 +03:00
Mitchell Hashimoto 6fb5b130e1 Update CHANGELOG 2014-09-30 22:16:28 -07:00
Mitchell Hashimoto 3ae6f6ba76 Update CHANGELOG 2014-09-30 15:38:04 -07:00
Mitchell Hashimoto dbc890e401 providers/aws: add `self` to ingress [GH-219] 2014-09-30 14:19:16 -07:00
Mitchell Hashimoto e3c7ccb1d7 Update changelog 2014-09-30 13:30:15 -07:00
Mitchell Hashimoto 41fe8a7fa2 Update CHANGELOG 2014-09-30 13:28:45 -07:00
Mitchell Hashimoto 61a4ac7938 Update CHANGELOG 2014-09-30 13:22:01 -07:00
Mitchell Hashimoto 3f80a27b90 Update CHANGELOG 2014-09-29 16:02:06 -07:00
Mitchell Hashimoto a8c730d7a4 Update CHANGELOG 2014-09-29 14:13:46 -07:00
Mitchell Hashimoto 338a61d135 Update CHANGELOG 2014-09-27 12:43:43 -07:00
Mitchell Hashimoto 1c73f4e703 Update CHANGELOG 2014-09-27 12:42:46 -07:00
Mitchell Hashimoto 100f8e3a8c Update CHANGELOG 2014-09-27 12:36:55 -07:00
Mitchell Hashimoto 462f37e2b7 Update CHANGELOG 2014-09-27 12:32:25 -07:00
Mitchell Hashimoto fdb0239b4e Update CHANGELO 2014-09-26 10:13:49 -07:00
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