Sander van Harmelen
a8204f4cc9
Update CHANGELOG.md
2018-12-15 20:16:22 +01:00
Martin Atkins
b7452a1bf8
vendor: upgrade github.com/hashicorp/hcl2
...
This includes a number of upstream bug fixes, which in turn fix a number
of issues here in Terraform:
- New-style "full splat" operator now working correctly (#19181 )
- The weird HCL1-ish single-line block syntax is now supported (#19153 )
- Formatting of single-line blocks adds spaces around the braces (#19154 )
This also includes a number of other upstream fixes that were not tracked
as issues in the Terraform repository. The highlights of those are:
- A for expression with the "for" keyword wrapped onto a newline after its
opening bracket now parses correctly.
- In JSON syntax, interpolation sequences in properties of objects that
are representing expressions now have their variables properly detected.
- The "flush" heredoc variant is now functional again after being broken
in some (much-)earlier rework of the template parser.
2018-12-14 16:07:50 -08:00
Sander van Harmelen
93e33477c3
Merge pull request #19661 from hashicorp/svh/f-travis
...
Add the v0.11 branch to Travis so we can test builds
2018-12-14 21:35:55 +01:00
Sander van Harmelen
a67d48c225
Add the v0.11 branch to Travis so we can test builds
2018-12-14 21:29:18 +01:00
Sander van Harmelen
2103b19c8a
Update CHANGELOG.md
2018-12-14 21:27:22 +01:00
Sander van Harmelen
2ef8315885
Merge pull request #19659 from hashicorp/svh/f-check-constraints
...
backend/remote: return detailed incompatibility info
2018-12-14 21:26:02 +01:00
Sander van Harmelen
8f04e93739
backend/remote: return detailed incompatibility info
2018-12-14 21:11:41 +01:00
Radek Simko
e99a41b62e
Update CHANGELOG.md
2018-12-14 13:46:27 +00:00
Radek Simko
f64978b64c
backend/local: Render CBD replacement (+/-) correctly ( #19642 )
...
* backend/local: Render CBD replacement (+/-) correctly
* command/format: Use IsReplace helper function
2018-12-14 13:45:47 +00:00
Sander van Harmelen
28f2a76ffd
Update CHANGELOG.md
2018-12-14 12:41:01 +01:00
Sander van Harmelen
da8e02eb2e
Merge pull request #19647 from hashicorp/svh/f-versions
...
core: add a method to the disco package retrieve version constraints
2018-12-14 12:38:52 +01:00
Sander van Harmelen
268c0f85ce
Add a method to retrieve version contraints
2018-12-14 12:17:31 +01:00
Martin Atkins
413959406a
build: Use Go 1.11.3 in Travis-CI and in environments using "goenv"
2018-12-13 17:30:48 -08:00
Brian Flad
2979c42c68
deps: github.com/aws/aws-sdk-go@v1.16.4 and github.com/terraform-providers/terraform-provider-aws@v1.52.0
...
Notable changes:
* backend/s3: Automatic validation of `eu-north-1` region
* backend/s3: Support for `credential_process` handling in AWS configuration file
Updated via:
```
go get github.com/aws/aws-sdk-go@v1.16.4
go get github.com/terraform-providers/terraform-provider-aws@v1.52.0
go mod tidy
go mod vendor
```
2018-12-13 20:30:43 -05:00
Sander van Harmelen
a4380f7246
go-mod: update go-version
2018-12-13 18:35:23 +01:00
Radek Simko
ea1a1a3af5
Update CHANGELOG.md
2018-12-13 15:39:01 +00:00
Radek Simko
76d1161000
Merge pull request #19613 from hashicorp/b-avoid-ds-on-destroy
...
backend/local: Avoid rendering data sources on destroy
2018-12-13 15:38:25 +00:00
James Bardin
8bd1e4ef61
update CHANGELOG.md
2018-12-12 18:20:53 -05:00
Eamon Hetherton
d1c301bc2d
Fix winrm default ssl port ( #19540 )
...
* Update provisioner.go
Changed the default port used for winrm when https is specified
2018-12-12 18:19:02 -05:00
James Bardin
541143ddce
update CHANGELOG.md
2018-12-12 15:03:15 -05:00
James Bardin
49340386d4
Merge pull request #19629 from hashicorp/jbardin/go-plugin
...
update go-plugin
2018-12-12 15:00:25 -05:00
Radek Simko
3ab4739ba4
backend/local: Avoid rendering data sources on destroy
2018-12-12 18:21:49 +00:00
James Bardin
a5a5e1aed5
update go-plugin
...
All our changes have been merged, so this moved the dependency back to
master
2018-12-12 11:34:19 -05:00
Radek Simko
7d184cb6af
Update CHANGELOG.md
2018-12-12 14:42:18 +00:00
Radek Simko
4b55cf0613
Merge pull request #19609 from hashicorp/b-cmd-fmt-force-new
...
command/format: Fix rendering of force-new updates
2018-12-12 14:41:47 +00:00
Radek Simko
b28efa0bf3
command/format: Fix tests
2018-12-12 14:28:12 +00:00
Radek Simko
0b981fa641
command/format: Fix rendering of force-new updates
2018-12-12 14:19:17 +00:00
Radek Simko
9a1f79a7da
Update CHANGELOG.md
2018-12-11 20:45:14 +00:00
Radek Simko
ef323c42e6
Merge pull request #19611 from hashicorp/b-cmd-fmt-fix-nested-blocks
...
command/format: Fix rendering of nested blocks during update
2018-12-11 20:44:40 +00:00
Radek Simko
0f6934dfa7
Update CHANGELOG.md
2018-12-11 20:31:19 +00:00
Radek Simko
9be0180380
Merge pull request #19610 from hashicorp/b-fix-destroy-count
...
backend/local: Fix incorrect destroy/update count on apply
2018-12-11 20:30:44 +00:00
Radek Simko
fe117e9f02
command/format: Fix rendering of nested blocks during update
2018-12-11 18:07:21 +00:00
Radek Simko
e55079abc9
backend/local: Fix incorrect destroy/update count on apply
2018-12-11 18:06:53 +00:00
James Bardin
4ce7516be5
Merge pull request #19597 from hashicorp/jbardin/ci
...
Update go mock version, Makefile, etc. for tests
2018-12-11 12:25:53 -05:00
Radek Simko
663f3dc02e
Merge pull request #19608 from hashicorp/t-cmd-fmt
...
command/format: Add more tests to cover non-primitive fields
2018-12-11 15:53:08 +00:00
Radek Simko
2df886397b
command/format: Add more tests to cover non-primitive fields
2018-12-11 14:16:25 +00:00
Radek Simko
e3e459a8d4
command/format: Restructure tests
2018-12-11 14:16:17 +00:00
Brian Flad
2c9ebbddff
Update CHANGELOG for #19571
2018-12-10 19:29:39 -05:00
Brian Flad
058434d28b
Merge pull request #19571 from hashicorp/f-backend-s3-other-endpoints
...
backend/s3: Support DynamoDB, IAM, and STS endpoint configurations
2018-12-10 19:28:01 -05:00
James Bardin
69f6277311
remove vendor-status
2018-12-10 17:30:11 -05:00
James Bardin
a24e307af0
remove govendor
2018-12-10 17:16:42 -05:00
James Bardin
e706f34794
generate new plugin proto mocks
2018-12-10 17:16:13 -05:00
James Bardin
f5a2d49eef
update go mock
2018-12-10 17:15:53 -05:00
Chris Doherty
b4c28a9789
Merge pull request #19561 from invertigo/patch-1
...
remove approximate release date
2018-12-10 13:29:17 -08:00
Tom Harvey
d24df5c86a
Updating to include #19465
2018-12-10 21:25:24 +00:00
Tom Harvey
383bc98f5c
backend/azurerm: Support for authenticating using the Azure CLI ( #19465 )
...
* Upgrading to 2.0.0 of github.com/hashicorp/go-azure-helpers
* Support for authenticating using Azure CLI
* backend/azurerm: support for authenticating using the Azure CLI
2018-12-10 21:23:30 +00:00
Sander van Harmelen
a475b766de
Update CHANGELOG.md
2018-12-10 21:11:37 +01:00
James Bardin
8ab5698e2a
Merge pull request #19587 from hashicorp/jbardin/safe-appends
...
don't modify argument slices
2018-12-10 15:10:02 -05:00
Sander van Harmelen
ecc93c9889
Merge pull request #19589 from hashicorp/svh/f-service-discovery
...
core: enhance service discovery
2018-12-10 21:09:56 +01:00
Sander van Harmelen
a5a2156584
core: enhance service discovery
...
This PR improves the error handling so we can provide better feedback about any service discovery errors that occured.
Additionally it adds logic to test for specific versions when discovering a service using `service.vN`. This will enable more informational errors which can indicate any version incompatibilities.
2018-12-10 20:52:05 +01:00