-
Notifications
You must be signed in to change notification settings - Fork 217
Bump Windows App Lifecyle #350
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
Hey sunjayBhatia! Thanks for submitting this pull request! I'm here to inform the recipients of the pull request that you and the commit authors have already signed the CLA. |
|
We have created an issue in Pivotal Tracker to manage this: https://www.pivotaltracker.com/story/show/150562382 The labels on this github issue will be updated when the story is started. |
[finishes #147786839] Submodule src/github.com/go-sql-driver/mysql 66312f7f..19845115: > Merge remote-tracking branch 'origin/pr/631' > Start the watcher after handshake (cloudfoundry#627) > utils: guard tlsConfigRegister by a lock (cloudfoundry#613) > Transaction isolation levels (cloudfoundry#619) > packets: use AppendFormat to format time values (cloudfoundry#615) > Add atomic wrappers for bool and error (cloudfoundry#612) > Add support for context.Context (cloudfoundry#608) > Add missing copyright header (cloudfoundry#603) > add rejectReadOnly option (to fix AWS Aurora failover) (cloudfoundry#604) > utils: don't mutate registered tls configs (cloudfoundry#600) > Avoid allocating on each call to rows.Columns (cloudfoundry#444) > remove columns definition cache. (cloudfoundry#592) > infile: fix reading from empty file (cloudfoundry#590) > travis: submit coverage to coveralls (cloudfoundry#589) > packets: remove unnecessary conversion from float32 to float32 (cloudfoundry#581) > packets: replace repeated if/else if by switch (cloudfoundry#580) > fix typos (cloudfoundry#579) > travis: check go vet and gofmt (cloudfoundry#577) > args assigned and not used (cloudfoundry#575) > Use hostname from DSN as default for TLS if tls=true (cloudfoundry#564) > Format AUTHORS (cloudfoundry#574) > doc: fix synopsis for godoc (cloudfoundry#567) > Fix documentation for timeout parameters (cloudfoundry#535) > travis: Add MySQL 5.7 and MariaDB tests. (cloudfoundry#560) > travis: add Go 1.8 test (cloudfoundry#557) > Add Multi-Results support (cloudfoundry#537) > Fix many urls (cloudfoundry#530) > Add author name (cloudfoundry#530) (cloudfoundry#534) > Release v1.3 (cloudfoundry#517) > Fix old_password authentication via OldAuthSwitchRequest (cloudfoundry#524) > Move GitHub templates to .github/ (cloudfoundry#522) > packets: Allow terminating packets of length 0 (cloudfoundry#516) > rows: Invalidate connection on error in discardResults() (cloudfoundry#513) > statment: Remove invalid connection error on multiple Close calls (cloudfoundry#512) > README: document DSN system var quoting rules (cloudfoundry#502) > Support authentication switch with mysql_native_password authentication (cloudfoundry#494) > Update CHANGELOG > README: Sort variables alphabetically > README: Clarify strict mode (cloudfoundry#500) > Add maxAllowedPacket DSN Parameter > README: Include Difference in Connection Strings depending on Cloud SQL Generation > add comment > fixup > Fix index out of range in interpolateParams. > Add test to reproduce cloudfoundry#467 > travis.yml: Test with Go 1.7 > Merge pull request cloudfoundry#473 from methane/fix-464 > Merge pull request cloudfoundry#459 from dsnet/master > Merge pull request cloudfoundry#434 from pib/fix_float_with_placeholder > Revert "Merge pull request cloudfoundry#350 from dveeden/connattrs_v4" > Merge pull request cloudfoundry#350 from dveeden/connattrs_v4
|
Closing on the advice of @sunjayBhatia and @mhoran. |
|
We're about to finish up an effort to move to the BAL on Windows 2012R2 in order to support a larger effort around encrypted service credentials. The point of this PR was to bump the tar.exe contained in the WAL, but that bump was not driven by any security concerns and was deemed unnecessary. |
[finishes #163037208](https://www.pivotaltracker.com/story/show/163037208) Submodule src/code.cloudfoundry.org/executor 325be36..b67be5e: > Merge branch 'pr/41' Submodule src/github.com/envoyproxy/go-control-plane 000000000...8a91fb26f (new submodule) Submodule src/github.com/gogo/googleapis 000000000...8558fb44d (new submodule) Submodule src/github.com/gogo/protobuf f9114dace..4cbf7e384: > Merge pull request #528 from jmarais/mergeaa810b6 > merged in golang/protobuf commit 7d1b268556d691919f2262240737157830eab632 - jsonpb: avoid unexported fields in hand-crafted message (#526) > merged in golang/protobuf commit f5983d50c82d70eaa88c17080245cc871558081f - proto: make invalid UTF-8 errors non-fatal (#525) > merged in golang/protobuf commit 560bdb64431cc123098c2db67f16053a923a0688 - jsonpb: strictly document JSONPBMarshaler and JSONPBUnmarshaler behavior (#524) > merged in golang/protobuf commit 93b26e6a70e37abb14f2f88194949312b0592a84 - protoc-gen-go: refactor generator by splitting up generateMessage > Merge pull request #522 from jmarais/somemerges > use only one write in the varint writer when possible (#504) > fix typo independant to independent (#512) > Add godocs link to Readme.md (#506) > Fix text unmarshal for (u)int(8/16) fields (#498) > Codegen for well-known types (#489) > reorder some of the protoc paths in order to prefer our protobuf/google/protobuf/*.proto files. This is just to avoid using the wrong protos if you have the same protos in you gopath/src dir. (#502) > fix error: bad Go source code was generated, illegal hexadecimal number (#488) > Jsonpb custom type - #411 (#491) > Customtype Warnings and issues update (#479) > Exact slice allocation for repeated packed varints (#480) > Adding missing func to CustomType documentation (#483) > bumped the go version (#475) > added nil check in Proto/Size methods fix #444 (#451) > fix for letmegrpc (#474) > options to not generate xxx fields (#467) > updated to go1.11 and removed go1.9 (#473) > merged in golang/protobuf commit 70c277a8a150a8e069492e6600926300405c2884 - Fix unmarshaling JSON object with escaped string into Struct type. (#464) > merge in golang/protobuf commit 3a3da3a4e26776cc22a79ef46d5d58477532dede - proto: mention field name in error message (#616) (#465) > added license details to Readme.md (#469) > Update Readme.md (#468) > Set defaults on nonnullable fields (#435) (#459) > removed the GOPATH env dep in the makefile protopath (#461) > Merge pull request #455 from donaldgraham/master > Fix nullable extension issues for non generated code (#453) > Fix wrong build tags (#445) > merged commit 32a84b27e28ab9f681f0df16160c4ef1f6587094 from golang/pr… (#446) > Added ProtoSize wrapper functions for the well known types #438 (#443) > exact slice allocation for fixed size packed fields (#437) > Added gRPC Course on Udemy (#434) > Update Readme.md > Fix typo (#441) > fix #427 consistent import naming between the import declaration and the vars in grpc > fix build by regenerating everything > fix git diff for travis > merged 7c4add53b497798e7fd7b204f28e41ab409bdbb7 from golang/protobuf. protoc-gen-go: remove deprecated function in grpc (#426) > merged 3fac2a27c94f99f4379551928df388fcb0ad37ce from golang/protobuf. ptypes: optimize Is to avoid prefix scan (#425) > Merge pull request #424 from gogo/dev > gofmt > travis: opt into apt get > messagename > grpc error usage article > add mentions from Johan Brandhorst > merge bbd03ef6da3a115852eaf24c8a1c46aeb39aa175 from golang/protobuf > upgrade to go1.10 > fix build for gopherjs that now requires go 1.10 > fix build > fix for issue 389: importing of customtypes that are messages should not cause another import for the original message > Update Readme.md > add new user : go-spacemesh > protoc-min-version don't suppress protoc stdout and stderr out on success. (#381) > Update Readme.md > More well known types (#378) > Added link to new blog post in README (#375) > merge 925541529c1fa6821df4e44ce2723319eb2be768 from golang/protobuf > Added instructions for using proto files from google/protobuf (#371) > another user: zero stor > Update to protobuf 3.5.1 and minor cleanups for Golang 1.10 (#363) > Test with latest Go and protobuf patch versions. (#352) > Merge pull request #361 from temoto/lint-equal-return > Merge pull request #357 from benesch/populate-recursion > example > Merge pull request #355 from agnivade/agnivade-protopath > Merge pull request #341 from meling/master > fix for testdata/my_test > Merge pull request #350 from tomwilkie/go_package > Merge pull request #345 from Starnop/master > min version 3 for my_test/test.proto > Update extensions.md > merged 130e6b02ab059e7b717a096f397c5b60111cae74 from golang/protobuf > updated descriptor > merged 11b8df160996e00fd4b55cbaafb3d84ec6d50fa8 from golang/protobuf > merged 17ce1425424ab154092bbb43af630bd647f3bb0d from golang/protobuf > merged 5afd06f9d81a86d6e3bb7dc702d6bd148ea3ff23 from golang/protobuf > Merge pull request #343 from gogo/nounsafe > Merge branch 'master' of https://github.com/gogo/protobuf > fix mixbench > fix for issue 330 > remove unset GOROOT > different unset method > unset GOROOT > update gopherjs > go1.9 for gopherjs > upgrade descriptor and other includes > protoc3.4 > Merge branch 'master' of https://github.com/gogo/protobuf > less go versions > upgrade to go1.9 > nullable = false for defaults as well > merged 1909bc2f63dc92bb931deace8b8312c4db72d12f from golang/protobuf > merged 748d386b5c1ea99658fd69fe9f03991ce86a90c1 from golang/protobuf > merged 0a4f71a498b7c4812f64969510bcb4eca251e33a from golang/protobuf > merged 4f95b0d3eab845462f9b0ca5ad21dea8093be211 from golang/protobuf > merged 5a0f697c9ed9d68fef0116532c6e05cfeae00e55 from golang/protobuf > merged 6e4cc92cc905d5f4a73041c1b8228ea08f4c6147 from golang/protobuf > merged 9f174c986221c608fb5143bd623b6076a71feae3 from golang/protobuf > merge 7b8002443fd4a3ce5f25ef93087c524546799a56 from golang/protobuf > merge 63bfc7087234061252151bf2276a9db446645bb9 from golang/protobuf > Fix unmarshal to correctly handle default value in maps (#318) > Fix a race when using TextMarshal on a StdDuration (#290) > another gostring fix for non nullable repeated types > fix for issue 312 > hacks to reproduce a failing GoString test > trying to reproduce issue 312 > Update Readme.md > more consistent marshal/unmarshal behavior for types that implement json Marshaler and Unmarshaler interfaces (#308) > Update Readme.md > Update Readme.md > Update Readme.md > remove tags of typedecl=false and add JsonPBMarshalers and Unmarshaler implementations > fix:305 only serialize protofields (#307) > Update Readme.md > Update Readme.md > Merge branch 'master' of https://github.com/gogo/protobuf > doc.go file in sizerconflict > merged 7a211bcf3bce0e3f1d74f9894916e6f116ae83b4 from golang/protobuf > merged a4e8f93323fcf2bc1ae5c036dc4d973872057936 from golang/protobuf > upgrade to proto3.3 and merge 157d9c53be5810dd5a0fac4a467f7d5f400042ea and fec3b39b059c0f88fa6b20f5ed012b1aa203a8b4 from golang/protobuf > merged 47eb67eaf5cab63c58956d4d4ce86b03ad5eaa03 from golang/protobuf follow the new code generation comment convention > merged b50ceb1fa9818fa4d78b016c2d4ae025593a7ce3 from golang/protobuf > disable Any with Message for go1.7 > merged 18c9bb3261723cd5401db4d0c9fbc5c3b6c70fe8 from golang/protobuf > Update extensions.md > removed go1.6.3 from continious testing > Merge branch 'master' of https://github.com/gogo/protobuf > install protoc script modified to rather download precompiled protoc for versions which has this available > protoc 3.2.0 (#280) > skip unsafe tests for bigendian architectures. (#272) > Compile time warning when both Sizer and Protosizer are used (#271) > Add dual registration plugin (#270) > better mesos-go link > fixed mesos-go sample link > a real fix for issue261 > Merge branch 'master' of https://github.com/gogo/protobuf > fixes issue 261 > fix broken build > fix for issue 262 > Remove unnecessary statement (#263) > Add references to some custom imports (#258) > new user protoactor-go > Unrendered markdown (#256) > Drop types declaration option (#250) > fix for issue 253 gostring for stdtime and stdduration when nullable=false Submodule src/github.com/lyft/protoc-gen-validate 000000000...a11cd25ca (new submodule) Co-authored-by: Sunjay Bhatia <[email protected]>
Updates the WAL binary