Brian Flad
8ee936a068
Deps: Bump terraform-provider-aws@v1.10.0 and aws-sdk-go@v1.12.75
2018-02-24 19:52:10 -08:00
Martin Atkins
4f833d5682
Merge #17358 : HCL2-powered configuration loader (not yet used)
2018-02-16 11:00:20 -08:00
Martin Atkins
51e5f7a56b
govendor fetch github.com/go-test/deep
...
This will be used to produce readable diffs for deep data structures in
unit tests.
2018-02-15 15:56:38 -08:00
Martin Atkins
b865d62bb8
govendor fetch github.com/hashicorp/hcl2/...
...
This just catches us up with the latest fixes and improvements in upstream
HCL2.
2018-02-15 15:56:37 -08:00
James Bardin
e41b29d096
Merge pull request #17354 from hashicorp/jbardin/known_hosts
...
Verify host keys in ssh connections
2018-02-15 18:33:41 -05:00
Martin Atkins
976d85ae92
govendor fetch github.com/spf13/afero/...
2018-02-15 15:10:01 -08:00
James Bardin
e3e6104007
update x/crypt/ssh and add knownhosts package
2018-02-14 15:35:41 -05:00
Brian Flad
74598ff9fe
deps: Bump terraform-provider-aws@v1.9.0 and aws-sdk-go@v1.12.73
2018-02-13 06:26:02 -05:00
Brian Flad
ec25a320e1
Merge pull request #17216 from hashicorp/f-aws-cn-northwest-1
...
deps: Bump AWS provider to support cn-northwest-1 state
2018-02-06 18:01:42 -05:00
Brian Flad
b924e8cba5
deps: Bump terraform-provider-aws@v1.8.0 and aws-sdk-go@v1.12.70
2018-02-05 20:06:50 -05:00
James Nugent
1b97297860
deps: Remove unnecessary Joyent dependencies
...
github.com/joyent/triton-go replaced a bunch of other dependencies quite
some time ago, but the replaced dependencies were never removed. This
commit removes them from the vendor manifest and the vendor/ directory.
2018-01-30 20:59:10 -06:00
Brian Flad
8743edc4c9
deps: Bump AWS provider to support cn-northwest-1 state
2018-01-27 03:53:29 -05:00
James Bardin
18c2ad1cfc
update the go-plugin package
...
This contains some new functionality related to grpc.
2018-01-25 15:20:03 -05:00
James Nugent
0a9608c900
deps: Bump AWS provider to add eu-west-3 for state
...
Also updates github.com/aws/aws-sdk-go and adds github.com/beevik/etree.
Fixes terraform-providers/terraform-provider-aws#3129 .
2018-01-25 11:52:20 +00:00
stack72
e9476c6765
backend/manta: Update manta dependencies
...
Internally, triton-go has changed how it handles errors. We can now get rid of
checking strings for errors, and we have introduced an errors library that
wraps some of the major errors we encounter and test for
2018-01-17 11:34:02 -08:00
Masayuki Morita
f78fe3c01e
govendor fetch github.com/zclconf/go-cty/...
2018-01-10 09:16:45 -08:00
James Bardin
bf5944a92c
Merge pull request #16972 from hashicorp/jbardin/ssh-agent-identity
...
ssh connection `agent_identity`
2018-01-05 16:57:30 -05:00
Paul Stack
191cf283d5
backend/manta: Support Triton RBAC
...
Triton Manta allows an account other than the main triton account to be used via RBAC.
Here we expose the SDC_USER / TRITON_USER options to the backend so that a user can be specified.
2018-01-03 12:12:46 -08:00
James Bardin
75f2f61774
update ssh package
...
The agent_identity feature requires some bug fixes in the ssh package to
send the publick keys in the correct order.
2017-12-26 16:27:18 -05:00
Costas Tyfoxylos
470eaa5c78
vendor: update posener complete install
2017-12-19 13:02:16 +01:00
Gauthier Wallet
474c592569
backend/s3: allow named credentials profiles to be used
...
Here we upgrade the AWS Go SDK to 1.12.27 and AWS provider to include terraform-providers/terraform-provider-aws#1608 .
This includes the capability to use named credentials profiles from the `~/.aws/credentials` file to authenticate to the backend.
2017-12-12 15:27:05 -08:00
Jaka Hudoklin
fd687a5b9e
vendor: github.com/hashicorp/go-version
2017-12-11 17:48:52 +01:00
Eyal Posener
e1dadaae44
command: use newer version of "complete" library
...
This takes care of filtering results for us, so we don't need to do it on our end anymore.
2017-12-05 10:24:04 -08:00
James Bardin
db22d9d70f
update cleanhttp
...
This enables the DualStack "happy eyeballs" dialer.
2017-11-30 18:09:43 -05:00
James Bardin
ca4abd0654
update mitchellh/cli
2017-11-29 14:57:02 -05:00
stack72
1fd0f803e4
Migrate Manta Remote state to be a backend
...
This PR changes manta from being a legacy remote state client to a new backend type. This also includes creating a simple lock within manta
This PR also unifies the way the triton client is configured (the schema) and also uses the same env vars to set the backend up
It is important to note that if the remote state path does not exist, then the backend will create that path. This means the user doesn't need to fall into a chicken and egg situation of creating the directory in advance before interacting with it
2017-10-30 18:36:50 +02:00
James Bardin
3a03d3683e
update consul api packages
...
This is from a commit just after the v1.0.0 release, because it removes
the Porter service dependency for tests. The client api package was not
changed.
2017-10-28 19:44:10 -04:00
Florian Forster
43ce6ad95f
govendor add cloud.google.com/go/storage
2017-10-27 16:52:21 -04:00
Martin Atkins
9bd54c24e7
govendor fetch golang.org/x/net/idna
2017-10-19 11:18:43 -07:00
Matt McQuillan
02404238a4
Updating go-checkpoint lib to have a fixed timeout
2017-10-17 07:25:56 -07:00
Martin Atkins
26861dd7aa
govendor fetch github.com/zclconf/go-cty/...
...
This new version supports a conversion from object types to map types,
which is important for Terraform because HCL2 { ... } syntax produces
objects but lots of Terraform attributes require maps.
2017-10-16 17:51:37 -07:00
Martin Atkins
4de052cf01
govendor fetch github.com/hashicorp/hcl2/...
2017-10-04 16:35:11 -07:00
Martin Atkins
21bf786401
govendor fetch github.com/hashicorp/hcl2/hcltest
2017-10-04 16:35:11 -07:00
Martin Atkins
c202afeca9
govendor fetch github.com/hashicorp/hcl2/...
2017-10-03 17:47:01 -07:00
James Bardin
91442b7146
Merge pull request #15680 from brunomcustodio/etcdv3-backend
...
[WIP] etcd v3 backend with lock support.
2017-10-03 14:15:58 -04:00
James Bardin
4694f88896
Merge pull request #16161 from hashicorp/jbardin/go-getter
...
update go-getter
2017-09-29 17:24:36 -04:00
Martin Atkins
564f5134e3
govendor fetch github.com/mitchellh/cli/...
2017-09-26 14:01:13 -07:00
James Bardin
606b71048d
update go-getter
2017-09-22 18:00:32 -04:00
James Bardin
e39da6e1c9
update go-getter
2017-09-14 12:30:55 -04:00
Bruno Miguel Custodio
524c3934c6
Add TLS support.
2017-09-09 08:03:59 +01:00
Bruno Miguel Custodio
8afb8248d5
Bump to 'etcd' v3.2.7.
2017-09-08 10:18:12 +01:00
Bruno Miguel Custodio
52c97e9fc9
First steps towards an 'etcdv3' backend.
2017-09-08 09:43:33 +01:00
tombuildsstuff
1425205348
Upgrading to the latest Azure SDK's
2017-09-06 12:41:05 -07:00
James Bardin
19f9d1c93a
Merge pull request #16023 from hashicorp/jbardin/update-go-getter
...
update go-getter
2017-09-05 18:11:39 -04:00
James Bardin
42764cbe94
update go-getter
...
Update to the latest go-getter to support unpacking github release
tarballs as modules.
2017-09-05 16:52:19 -04:00
Jake Champlin
5d4931cb2e
Update AWS SDK to match AWS provider dep
2017-09-05 09:21:07 -04:00
Jake Champlin
46bc77ff9a
Merge pull request #15905 from hashicorp/b-remove-xmlpath
...
deps: Remove xmlpath from dependencies
2017-08-25 14:36:10 -04:00
Martin Atkins
82c817e6e2
govendor fetch github.com/hashicorp/go-getter/...
2017-08-24 11:10:13 -07:00
Jake Champlin
8f837fd8d8
deps: Remove xmlpath from dependencies
2017-08-24 13:07:03 -04:00
Jake Champlin
313086a12b
add missing dependency: azure/go-ntlmssp
2017-08-20 14:12:48 -04:00