Martin Atkins
ee5fc3b986
govendor fetch github.com/hashicorp/go-plugin/...
...
This puts us on a version that has grpc protocol support. Although we're
not actually using that yet, the plugin has handshake changed slightly to
allow plugins to declare whether they use the old or new protocols, and
so this upgrade allows us to support plugins that were built against
newer versions of go-plugin that include this extra field in the
handshake.
This fixes #15756 .
2017-08-11 10:51:30 -07:00
Joseph Anthony Pasquale Holsten
153202c3b0
vendor: rm github.com/hashicorp/golang-lru(/simplelru)
2017-08-04 13:25:02 -07:00
Joseph Anthony Pasquale Holsten
eccfa6de5c
vendor: rm github.com/hashicorp/go-msgpack/codec
2017-08-04 13:23:08 -07:00
Joseph Anthony Pasquale Holsten
05ce58279e
vendor: rm github.com/armon/go-metrics
2017-08-04 13:22:52 -07:00
James Bardin
7584ac1247
update consul vendor
2017-07-20 11:09:45 -04:00
Martin Atkins
194bfe292b
vendor: govendor fetch github.com/hashicorp/hil/...
...
This includes a fix to the scanner to correctly parse quoted strings that
end with escaped backslashes.
2017-07-03 11:08:09 -07:00
James Bardin
5066fa2151
Merge pull request #13871 from fatmcgav/swift_move_to_backend
...
Move Swift remote state to backend
2017-06-27 16:23:46 -04:00
James Bardin
5328c6a551
udpate revision for all x/crypto packages
...
Make sure the entrie tree is uniform
2017-06-20 13:14:31 -04:00
James Bardin
91e65066d8
vendor golang.org/x/crypto/openpgp
2017-06-20 13:14:31 -04:00
Martin Atkins
96d08e8aac
vendor: go fetch github.com/apparentlymart/go-cidr/cidr
...
This is to get an upstream fix which will in turn address #15321 .
2017-06-16 15:13:10 -07:00
Gavin Williams
cc1a9a5b8f
vendor: Update github.com/terraform-providers/terraform-provider-openstack/openstack
2017-06-16 21:31:31 +01:00
James Bardin
e8b02c495e
final vendor cleanup
...
remove a couple unused packages, and fix x/sys/unix
2017-06-12 13:43:54 -04:00
James Bardin
b37af119e5
govendor remove +unused
...
let govendor remove everything it thinks is no longer required
2017-06-12 13:43:53 -04:00
James Bardin
5b58c79051
vendor aws and openstack providers
...
For the remote state backends
2017-06-12 13:43:52 -04:00
James Bardin
190d5fae76
vendor x/net/html
2017-06-09 14:03:59 -07:00
Martin Atkins
8b037432e7
vendoring of treeprint library
2017-06-09 14:03:59 -07:00
Bill Maxwell
305ae18d2c
Rancher V2 provider updates ( #13908 )
...
* Move to v2 client in vendor directory
* Move to v2 api and project IDs for environments
* add host label support to registration command
* Update go-rancher/catalog
* Allow go-rancher to handle URL versioning
2017-06-08 12:24:53 +03:00
Jake Champlin
f64b5c9480
provider/opc: update opc provider ( #15159 )
...
* provider/opc: update opc provider
* update opc-sdk
2017-06-07 17:33:50 +03:00
Paul Stack
6f8ae776bc
provider/digitalocean: Bump godo SDK to 1.1.0 ( #15121 )
...
This allows support for DigitalOcean Firewalls
2017-06-06 19:16:43 +03:00
Roman Laguta
bc83cae0e4
fixed tests. should fail ( #14878 )
...
* fixed tests. should fail
* fixed dd monitor evaluation_delay parameter
* updated go-datadog-api.v2
* updated vendor.json
2017-06-05 14:47:15 +03:00
Paul Stack
7823ed8eb8
provider/aws: Bump AWS SDK to 1.8.34 ( #15072 )
2017-06-05 13:39:43 +03:00
Chris Johnson
9000f2fc31
provider/librato: Update based on Librato API changes ( #15060 )
...
* Update the vendored librato client
* Update librato API endpoints
- update API methods
- fix a few lint errors
2017-06-05 11:50:00 +03:00
He Guimin
87562be855
provider/alicloud: Add the function of replacing ecs instance's system disk ( #15048 )
...
* add replacing system disk function for ecs
* remove ForceNew of system_disk_size
2017-06-05 11:27:49 +03:00
Tom Harvey
13583b4b8b
provider/azurerm: Upgrading to AutoRest v8 ( #15006 )
...
* Upgrading to AutoRest 8
* Upgrading to AutoRest v8
* Updating the Remote State to v8
2017-06-02 15:30:41 +01:00
Tom Harvey
df2875045d
provider/azurerm: Upgrading to v10 of the Azure SDK ( #14004 )
...
provider/azurerm: Upgrading to v10.0.2 of the Azure SDK
2017-06-01 10:18:22 +01:00
Gavin Williams
1da7fda417
provider/openstack: Add support for FWaaS routerinsertion extension ( #12589 )
...
* vendor: Add gophercloud/routerinsertion package and update
gophercloud/firewall to support router insertion
* provider/openstack: Add support for associating
`openstack_fw_firewall_v1` resources with router(s).
Added `associated_routers` and `no_routers` arguments.
* website: Add documentation for `associated_routers`and `no_routers` arguments on `openstack_fw_firewall_v1` resource.
* provider/openstack: Add `AddValueSpecs` function and refactor existing
uses.
2017-05-31 23:19:59 -06:00
Radek Simko
b17bcd3852
Merge pull request #14923 from hashicorp/f-k8s-upgrade-1.6.1
...
provider/kubernetes: Upgrade K8S to 1.6.1
2017-05-31 07:30:11 +01:00
Jasmin Gacic
5d33023d99
Merge pull request #14725 from StackPointCloud/bcrypt
...
`bcrypt` builtin function
2017-05-30 21:39:41 +02:00
Radek Simko
40c6d9b8c5
vendor: Remove references to deleted packages
2017-05-30 16:20:47 +01:00
Radek Simko
59c8c1d020
vendor: k8s.io/client-go/tools/clientcmd/...@v3.0.0-beta.0
2017-05-30 08:20:11 +01:00
Radek Simko
dc0713b248
vendor: k8s.io/client-go/util/clock@v3.0.0-beta.0
2017-05-30 08:20:10 +01:00
Radek Simko
2decf24737
vendor: k8s.io/client-go/...@v3.0.0-beta.0
2017-05-30 07:55:02 +01:00
Radek Simko
03e5f539dd
vendor: k8s.io/kubernetes/pkg/client/clientset_generated/clientset@v1.6.1
2017-05-30 07:48:25 +01:00
Radek Simko
f7ec2e78cf
vendor: k8s.io/apimachinery/...@release-1.6
2017-05-30 07:42:39 +01:00
Radek Simko
8f520f55dc
vendor: k8s.io/kubernetes/...@v1.6.1
2017-05-30 07:33:53 +01:00
Ryo Takaishi
c501cb1063
provider/openstack: Add support provider network ( #10265 )
...
* provider:openstack Add support provider network
* revert vendor file changes
* vendor: Updating Gophercloud for OpenStack Provider
* create provider network if parameter has segments
* segments is not computed resource
* extract to generate []provider.Segment
* change segmentstion id type
2017-05-29 21:30:41 -06:00
Jake Champlin
24202fb3c1
Merge pull request #14578 from caiofilipini/digitalocean-certs
...
provider/digitalocean: Add support for certificates
2017-05-26 13:07:15 -04:00
Chris Johnson
52040c69a4
Fixup bad rebase
2017-05-25 14:09:46 -04:00
Jake Champlin
eb6ffdeba2
provider/opc: update opc provider vendor
2017-05-25 11:18:57 -04:00
Joe Topjian
db47721e15
provider/openstack: Enable Security Group Updates ( #14815 )
...
* vendor: Updating Gophercloud for OpenStack Provider
* provider/openstack: Enable Security Group Updates
This commit enables security group names and descriptions to
be updated without causing a recreate.
2017-05-25 07:53:26 +01:00
jrperritt
e1c8d760d3
provider/openstack: Add DNS V2 RecordSet resource ( #14813 )
...
* vendor gophercloud dns v2 recordset deps
* openstack dns v2 recordset resource
* fix type assertion panic condition
* address pr review feedback
2017-05-24 22:58:44 -06:00
Richard Clamp
9e90e77be4
provider/gitlab: Add `gitlab_group` resource ( #14490 )
...
* vendor: Update go-gitlab to master@e6c11e
Update go-gitlab to master@e6c11e. This brings in UpdateGroup in
addition to fuller management of other attributes.
* provider/gitlab: Add `gitlab_group` resource
This adds a gitlab_group resource.
This combined with #14483 will allow you to create projects in a
group.
2017-05-24 13:01:24 +01:00
cmorent
c08253e8d5
providers/heroku: upgrade vendored cyberdelia/heroku-go client ( #14672 )
...
* Update vendored github.com/cyberdelia/heroku-go/v3
* Update heroku provider code to work with the newly generated heroku-go API
2017-05-24 12:04:17 +01:00
Joe Topjian
da8f71d4c2
provider/openstack: Add support for updating Subnet Allocation Pools ( #14782 )
...
* vendor: Updating Gophercloud for OpenStack Provider
* provider/openstack: Add support for updating Subnet Allocation Pools
This commit adds the ability to update a subnet's allocation pool.
2017-05-24 11:38:05 +01:00
Joe Topjian
a8bf3d8ab0
Merge pull request #14721 from jtopjian/os-dns
...
provider/openstack: Add openstack_dns_zone_v2 resource
2017-05-22 09:27:28 -06:00
jasminSPC
bca159160e
Added missing dependencies
2017-05-22 12:02:32 +02:00
jrperritt
986b9fcc53
vendor: Updating Gophercloud for OpenStack Provider
2017-05-22 01:43:22 +00:00
Jake Champlin
9e4b62556a
Merge pull request #14571 from hashicorp/b-handle-limit-exceeded
...
provider/aws: Handle LimitExceededException for subscriber limits
2017-05-18 08:34:30 -04:00
Jake Champlin
baa6859bfe
provider/aws: bump sdk version
2017-05-18 08:25:22 -04:00
Dominik Schuster
622bc1aec2
Bumped github.com/ukcloud/govcloudair vendor version ( #14616 )
2017-05-18 13:04:02 +03:00