From 7bc2a93088dc21a6d93b7b00e8eed1664ad80ff5 Mon Sep 17 00:00:00 2001 From: Paul Warren Date: Thu, 16 Aug 2018 16:28:50 -0700 Subject: [PATCH] bump csishim volman spec protobuf local-node-plugin Submodule src/code.cloudfoundry.org/csishim 409becd0..bb675c6d: > Regenerate fakes for CSI v0.3.0 > switch connection to interface in NewControllerClient Submodule src/code.cloudfoundry.org/volman bb06b986..be448675: > Check for accessibility constraints when discovering CSI plugins Submodule src/github.com/container-storage-interface/spec 35d9f9d7..2178fdee: > Introduce concept of topology to CSI spec. > spec: Fix grammatical error > spec: Remove trailing spaces. > spec: Volume from snapshot with different size > spec: Fix SnapshotSource commment > spec: Add units for GetCapacityResponse > spec: clarify field requirements * fixes #185 > Merge pull request #221 from gnufied/add-node-capacity > spec: Probe, s/readiness/ready/ > spec: replace Readiness with WKT BoolValue > lib/go: initial support for protobuf "well known types" > spec: ProbeResponse reports readiness > spec: fix spelling > spec: consistently document intentionally empty messages > Merge pull request #224 from xing-yang/snapshot2 > Merge pull request #234 from jdef/pin_golang_protobuf_1.1.0 > lib/go: regenerate bindings w/ latest golang/protobuf generator > make: transitively clean/clobber generated go bindings > Merge pull request #223 from jdef/jdef_clarify_authoring_process > address review feedback > spec: use MUST when describing CapacityRange field reqs > lib: Fix the generated code for CI > spec: Some consistency fix on map declarations > spec: Remove a reference to VolumeInfo > travis: bump golang to 1.9.5 > Merge pull request #203 from jieyu/csi_adoption > gRPC error code corrections > Merge pull request #210 from saad-ali/bump020release Submodule src/github.com/golang/protobuf c3cefd437..b4deda097: > Merge pull request #591 from golang/master-merge > Fix godoc examples for Any (#569) > proto, protoc-gen-go: fix vet and gofmt errors for Go 1.10 (#508) > proto: add DiscardUnknown function (#498) > Revert "fix unnecessary rounding to float64 precision when JSON-marshaling durations (#453)" (#493) > fix unnecessary rounding to float64 precision when JSON-marshaling durations (#453) > Add godoc badge (#444) > jsonpb: fix unmarshal null to value that implements JSONPBUnmarshaler (#429) > update protos to 3.4.1 tag of google/protobuf repo (#428) > Fix interpretation of default bytes literal values (#427) > README: specify syntax in proto example. (#417) > jsonpb: add support for custom resolution of Any messages to/from JSON (#410) > Add tests for Go 1.9 (#421) > changed registered paths for WKT to use proto import path google/protobuf/... (#412) > jsonpb: unmarshal JSON null to nil map/slice instead of empty instance (#404) > jsonpb: unmarshal JSON "null" for WKT (#394) > Remove unnecessary conversions (#315) > Fix Travis config and add status (#381) > Add travis-ci configuration. (#379) > Fix protoc-gen-go tests (#371) > ptypes: sync internal development (#374) > Deserialize JSON NaN, Infinity and -Infinity to corresponding Go values (#363) > Fix JSON marshaling of Any containing object that implements JSONPBMarshaler (#361) > Fix jsonpb to serialize NaN and Infinity as special strings (#242) > Fix doc re. getters for proto3, i.e. getters are now generated on all fields (#354) > Fixed broken tests on pre-go1.8 #356 (#359) > Fix jsonpb to emit zero values for Map, Slice, Ptr when EmitDefaults=true > Support custom JSON (de)serialization in jsonpb > protoc-gen-go: update Makefiles for protobuf 3.3.0 (#348) > regenerate pb.go files with protobuf 3.3.0 > protoc-gen-go: follow the new code generation comment convention (#329) > Simplify the installation step (#345) > jsonpb: unmarshalling of Struct, ListValue, Value, Any and proto2 extensions; and marshalling of ListValue. > Merge pull request #326 from golang/revert-275-go-context-stdlib > Update to standard library context package. (#275) > protobuf: Regenerate golden files. > Makefile: Make "make test" work on OS X. > Merge pull request #290 from natefinch/fix-import > descriptor: rename generated protobuf package on import. > jsonpb: merge https://github.com/golang/protobuf/pull/255 > proto: Add a descriptor subpackage. > proto: Fix a Marshal race on messages with extensions. > jsonpb: treat `null` JSON values for `Timestamp` and `Duration` as defaults (#255) > Generate pb.go files after https://github.com/golang/protobuf/commit/cb9b7771abc2a63ab206dde76539f08f66ab994d > Add a benchmark demonstrating lock contention when Marshaling/Unmarshaling maps. > Regenerate pb.go files after https://github.com/golang/protobuf/commit/24f28ae800abfde9310e779f94be606b1a98a3fc > protoc-gen-go: Add Filename to ExtensionDesc. > Run 'make generate-test-pbs' in proto/ to regenerate proto3.pb.go testdata > Generate new pb.go files. > proto: generate Get methods for fields of basic type in proto3 > Merge pull request #249 from Huawei-PTLab/master > improve error message for duplicate oneof in text parsing PiperOrigin-RevId: 138128520 > grpc: update generated code version > Produce an error when unmarshaling text protos if a oneof field is set more than once. PiperOrigin-RevId: 137859856 > Fix tests. > Add a decoding benchmark for multiple small repeated ints PiperOrigin-RevId: 135693188 > Fix jsonpb for Go 1.8 > Unroll DecodeVarint to speed up int32/int64/uint64 slice decoding. > Note that Buffer.Unmarshal does NOT reset the destination protobuf. > Add Varint decoding benchmarks PiperOrigin-RevId: 135181742 > Add protobuf benchmarks for varint encoding. > proto: In Size, don't double-count the tagcode for structs that implement Marshaler. > Merge pull request #235 from lstoll/lstoll-mod-nanos-correctly > Allow t/f and True/False while parsing text protos > Change MessageName to check if Message has an XXX_MessageName() method, and use the name returned by that method instead of internal registry when present. PiperOrigin-RevId: 131111087 > proto.Equal: document map equality and clarify the rule for repeated fields. PiperOrigin-RevId: 130971987 > Remove conformance binary from repository > _conformance: generate proto > third_party/golang/protobuf: open source conformance test runner PiperOrigin-RevId: 130532724 > Fix comment for Buffer.index field > Update Go tests for C++ JSON name change Submodule src/github.com/jeffpak/local-node-plugin 1406f1a0e..3e0ef63d1: > Update to CSI v0.3.0 Signed-off-by: Dave Walter --- packages/rep/spec | 1 + packages/rep_windows/spec | 1 + src/code.cloudfoundry.org/csishim | 2 +- src/code.cloudfoundry.org/volman | 2 +- src/github.com/container-storage-interface/spec | 2 +- src/github.com/golang/protobuf | 2 +- src/github.com/jeffpak/local-node-plugin | 2 +- 7 files changed, 7 insertions(+), 5 deletions(-) diff --git a/packages/rep/spec b/packages/rep/spec index b3ad5daf83..3649c9c260 100644 --- a/packages/rep/spec +++ b/packages/rep/spec @@ -97,6 +97,7 @@ files: - github.com/gogo/protobuf/protoc-gen-gogo/descriptor/*.go # gosub - github.com/gogo/protobuf/sortkeys/*.go # gosub - github.com/golang/protobuf/proto/*.go # gosub + - github.com/golang/protobuf/ptypes/wrappers/*.go # gosub - github.com/google/shlex/*.go # gosub - github.com/hashicorp/consul/api/*.go # gosub - github.com/hashicorp/consul/vendor/github.com/hashicorp/go-cleanhttp/*.go # gosub diff --git a/packages/rep_windows/spec b/packages/rep_windows/spec index a063e6dc07..5c7c79d9e3 100644 --- a/packages/rep_windows/spec +++ b/packages/rep_windows/spec @@ -98,6 +98,7 @@ files: - github.com/gogo/protobuf/protoc-gen-gogo/descriptor/*.go # gosub - github.com/gogo/protobuf/sortkeys/*.go # gosub - github.com/golang/protobuf/proto/*.go # gosub + - github.com/golang/protobuf/ptypes/wrappers/*.go # gosub - github.com/google/shlex/*.go # gosub - github.com/hashicorp/consul/api/*.go # gosub - github.com/hashicorp/consul/vendor/github.com/hashicorp/go-cleanhttp/*.go # gosub diff --git a/src/code.cloudfoundry.org/csishim b/src/code.cloudfoundry.org/csishim index 409becd0b5..bb675c6db0 160000 --- a/src/code.cloudfoundry.org/csishim +++ b/src/code.cloudfoundry.org/csishim @@ -1 +1 @@ -Subproject commit 409becd0b53b3b26edea59cd93010fd180df3fde +Subproject commit bb675c6db08ac2da84cf76d0341504967a9967ec diff --git a/src/code.cloudfoundry.org/volman b/src/code.cloudfoundry.org/volman index bb06b98669..be448675a7 160000 --- a/src/code.cloudfoundry.org/volman +++ b/src/code.cloudfoundry.org/volman @@ -1 +1 @@ -Subproject commit bb06b98669dc9ab91ba52a8bca42966bd69dba02 +Subproject commit be448675a7848ad1f452c81c8334d1ce25797a1a diff --git a/src/github.com/container-storage-interface/spec b/src/github.com/container-storage-interface/spec index 35d9f9d779..2178fdeea8 160000 --- a/src/github.com/container-storage-interface/spec +++ b/src/github.com/container-storage-interface/spec @@ -1 +1 @@ -Subproject commit 35d9f9d77954980e449e52c3f3e43c21bd8171f5 +Subproject commit 2178fdeea87f1150a17a63252eee28d4d8141f72 diff --git a/src/github.com/golang/protobuf b/src/github.com/golang/protobuf index c3cefd4376..b4deda0973 160000 --- a/src/github.com/golang/protobuf +++ b/src/github.com/golang/protobuf @@ -1 +1 @@ -Subproject commit c3cefd437628a0b7d31b34fe44b3a7a540e98527 +Subproject commit b4deda0973fb4c70b50d226b1af49f3da59f5265 diff --git a/src/github.com/jeffpak/local-node-plugin b/src/github.com/jeffpak/local-node-plugin index 1406f1a0e4..3e0ef63d10 160000 --- a/src/github.com/jeffpak/local-node-plugin +++ b/src/github.com/jeffpak/local-node-plugin @@ -1 +1 @@ -Subproject commit 1406f1a0e47d80d9182c2e65741fcc98a1ab8857 +Subproject commit 3e0ef63d1007eb4fae23009aefc8d60d9dce043b