Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
小 白蛋
Terraform
Commits
d8621ca2
Commit
d8621ca2
authored
10 years ago
by
Mitchell Hashimoto
Browse files
Options
Download
Plain Diff
Merge pull request #1453 from hashicorp/f-phinze-changelog
Update CHANGELOG
parents
4363ac49
271d8e8b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
CHANGELOG.md
+13
-2
CHANGELOG.md
with
13 additions
and
2 deletions
+13
-2
CHANGELOG.md
+
13
-
2
View file @
d8621ca2
## 0.4.1 (unreleased)
IMPROVEMENTS:
*
provider/aws: Route 53 records can now update
`ttl`
and
`records`
attributes
*
provider/aws: Route 53 records can now update
`ttl`
and
`records`
attributes
without destroying/creating the record [GH-1396]
*
provider/aws: Support changing additional attributes of RDS databases
*
provider/aws: Support changing additional attributes of RDS databases
without forcing a new resource [GH-1382]
BUG FIXES:
...
...
@@ -18,6 +18,17 @@ BUG FIXES:
*
provider/aws: Fix refresh issue in Route 53 hosted zone [GH-1384]
*
provider/aws: Fix issue when changing map-public-ip in Subnets #1234
*
provider/aws: Fix issue finding db subnets [GH-1377]
*
provider/aws: Fix issues with
`*_block_device`
attributes on instances and
launch configs creating unresolvable diffs when certain optional
parameters were omitted from the config [GH-1445]
*
provider/aws: Fix issue with
`aws_launch_configuration`
causing an
unnecessary diff for pre-0.4 environments [GH-1371]
*
provider/aws: Fix several related issues with
`aws_launch_configuration`
causing unresolvable diffs [GH-1444]
*
provider/aws: Fix issue preventing launch configurations from being valid
in EC2 Classic [GH-1412]
*
provider/google: Fix issue causing unresolvable diff on instances with
`network_interface`
[GH-1427]
## 0.4.0 (April 2, 2015)
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help