-
Notifications
You must be signed in to change notification settings - Fork 217
Bump golang/x package to latest release-1.14 #534
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
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[finishes #173843870](https://www.pivotaltracker.com/story/show/173843870) Submodule src/golang.org/x/crypto 8b5121be2...69ecbb4d6: > cryptobyte: fix panic due to malformed ASN.1 inputs on 32-bit archs < [release-branch.go1.13] cryptobyte: fix panic due to malformed ASN.1 inputs on 32-bit archs > openpgp/armor: allow armored PGP signature without a CRC > ssh/terminal: stop using ENABLE_LINE_INPUT > poly1305: drop broken arm assembly > sha3: fix SHA-3 on s390x when using KIMD instruction > internal/wycheproof: skip failing test on 32-bit arm > nacl/box: support anonymous seal/open > internal/wycheproof: add Wycheproof tests for verifying signatures > acme: expect standard ASN.1 signatures from ECDSA Client.Key > ssh: reject unencrypted keys from ParsePrivateKeyWithPassphrase > ssh: add sk-ecdsa-sha2-nistp256 and sk-ed25519 > ssh/agent: fix TestServerResponseTooLarge on Plan 9 > ssh/agent: fix example > ssh/agent: clear the environment when starting ssh-agent in client_test > ssh/test: fix test goroutine error handling > openpgp/elgamal: prevent bad key from causing panic in Decrypt > chacha20: implement XChaCha20 > chacha20: expose internal/chacha20 package > internal/chacha20: cache first round across XORKeyStream invocations > internal/chacha20: refactor for readability and consistency > poly1305: rewrite the Go implementation with 64-bit limbs > pkcs12: fix dropped error > ssh: fix dropped error > acme/internal/acmeprobe: fix dropped error variable > curve25519: implement new X25519 API and deprecate ScalarMult > curve25519: update package structure per golang.org/wiki/TargetSpecific > internal/chacha20: fix minor naming issue > sha3: align (*state).storage > acme/autocert: always pass AuthzURLs from AuthorizeOrder to deactivatePendingAuthz > go.mod: set go version > acme/autocert: give tokensMu a better name > acme/autocert: support ACME RFC 8555 > acme: update Directory URL to Let's Encrypt v2 > acme: prevent discovery network roundtrips in tests > internal/chacha20: improve chacha20 performance on ppc64le > openpgp/packet: support crypto.Decrypter in EncryptedKey.Decrypt > acme/internal: add a prober program > acme: update existing methods for RFC 8555 > acme: implement new order-based issuance methods > acme: support RFC 8555 account management > Revert "ssh/terminal: account for win32 api changes" > acme: add KID variant to jwsEncodeJSON > acme: fetch fresh nonces from newNonce resource > acme: add support for RFC8555 compliant discovery > ssh/terminal: account for win32 api changes > acme/autocert: remove tls-sni-xx challenge support > ssh: drop dh-group1-sha1 from default key exchanges > sha3: add a space before +build in build tag comments > ssh/test: delete TestInvalidTerminalMode > acme/autocert: remove tempfile after dircache write failed > ssh: skip testHandshakeErrorHandlingN on js/wasm > acme: send User-Agent and add Client.UserAgent > ed25519: turn into a wrapper for crypto/ed25519 beginning with Go 1.13 > ssh: add diffie-hellman-group-exchange-sha256 Submodule src/golang.org/x/net 13f9640d4...ef20fe5d7: > http2: make Transport.IdleConnTimeout consider wall (not monotonic) time > html: implement adjusted current node and make parser support foreign fragment > html: remove "filterres" from svg attribute adjustments > html: support #script-(on|off) directives for tests > html: add Main support > publicsuffix: update table to latest list from publicsuffix.org > ipv4, ipv6: use SockFprog definitions from x/sys/unix > internal/socket: pass race detection if CGO is not enabled > netutil: fix goroutine error handling in test > internal/socket: tell race detector about syscall reads and writes > internal/timeseries: avoid storing numbers as durations > webdav: fix dropped test error > icmp: fix ListenPacket panic > http2: add missing test update from CL 200317 > netutil: fix test to not t.Fatal from goroutine > http2: make CipherSuites validation error more verbose > html: port html5lib test data from html5lib/html5lib-tests > html: add Dialog support > nettest: use unixStrmDgramEnabled on AIX > idna: update tables to Unicode 12 > ipv4: use unsafe.Sizeof on struct size, not pointer size > http2: fix test goroutine > ipv4: fix unsafe pointer conversion in parseInterface > ipv4, ipv6: add support for freebsd/arm64 > ipv6: re-enable tests on Dragonfly > all: fix tests on dragonfly after ABI changes > http2: make Transport.NewClientConn respect Transport.DisableKeepAlives > http2: track unread bytes when the pipe is broken > http2: split cookie pair into separate hpack header fields > http2: do not sniff body if Content-Encoding is set > http2/h2demo: update README < [release-branch.go1.13] http2/h2demo: remove h2demo build constraint < [release-branch.go1.13] http2: fix memory leak in random write scheduler > http2: fix memory leak in random write scheduler > html: fix tokenizer error > html: add Tokenizer.Raw comment re byte offsets > all: adjust defs for Dragonfly BSD > http2/h2demo: deploy with Go 1.13 > xsrftoken: escape colons > websocket: Add nhooyr.io/websocket to the deprecation message > http2/h2demo: remove h2demo build constraint > internal/socket: remove unused sizeofMmsghdr const > http2: end stream eagerly after sending the request body > all: fix typos > http2: correct ServeConnOpts.context's nil receiver check Submodule src/golang.org/x/sys fde4db37a...915c9c3d4: > [release-branch.go1.14-std] cpu: restore doinit() in cpu_riscv64.go > [release-branch.go1.14-std] cpu: add basic support for GOARCH=riscv64 < unix/linux: update Dockerfile to glibc 2.30 < unix: disable ptrace on iOS < unix: fix epoll_event padding on riscv64 < windows: add support for automatic delayed start in windows service < unix: remove nacl build tag from dirent code < unix: fix several staticcheck issues < windows: add CTRL_CLOSE_EVENT, CTRL_LOGOFF_EVENT, and CTRL_SHUTDOWN_EVENT < unix: add riscv64 tag to endian_little.go < unix: add constants and types to work with Linux loop devices < unix: update Dockerfile to Linux 5.2 and Go 1.13beta1 < unix: add missing dirent* helper functions on aix < unix: don't use syscall.ParseDirent < unix: add Getdents on dragonfly < unix: use ParseDirent in testGetdirentries < unix: fix nil pointer dereference in Getdirentries on 32-bit freebsd 12 < unix: add missing import in readdirent_getdirentries.go < unix: fix Getdirentries emulation using Getdents on netbsd, openbsd < unix: add test for Getdirentries < unix: merge implementation for ReadDirent < unix: add support to get/set Linux capabilities < unix: correctly rename Val member in Sigset_t on freebsd < unix: add ptrace support for FreeBSD < unix: add AT_SYMLINK_FOLLOW const on openbsd < unix: add AT_SYMLINK_FOLLOW const on netbsd < windows: make CoTaskMemFree public < unix: remove net dependency < windows: allow determining real version number < unix: fix Getdirentries emulation using Getdents on netbsd, openbsd < unix: change the mksysnum master to point to stable/11 on freebsd < windows: rename some arguments to follow MSDN < windows: allow looking up well-known folder paths < windows: add OpenThread function < windows: add GetProcessId function < unix: fix Getdirentries on 32-bit freebsd 12 < windows: expose GetCurrentProcessId function < windows: allow determining if manager is locked < windows: correct types and error values of internal GUID handling < windows: add Thread32{First,Next} funcions < windows: properly plumb sidtype into service creation < windows: add GUID handling functions < windows: add accessor for duration since boot < windows: add constants for access rights < windows: make it easier to iterate over groups and privileges < windows: delete mkerrors.go < unix: provide linux/riscv64 assembly for syscalls < unix: fix TestFchmodat on illumos < Revert "windows: make zsyscall_windows.go generatable on non-WSL env" < windows: make zsyscall_windows.go generatable on non-WSL env < windows: add GenerateConsoleCtrlEvent function < plan9: modify mkall.sh to support zsyscall*.go files generation Submodule src/golang.org/x/text 342b2e1fb..4b67af870: > all: upgrade to Unicode 12 > message/pipeline: skip test if the 'go' executable is not found > all: add go version to go.mod Submodule src/golang.org/x/time 555d28b26..3af7569d3: > add lock for getting burst > rate: fix documentation of Limiter.ReserveN() Submodule src/golang.org/x/tools 65e3620a7..c00d67ef2: > [release-branch.go1.14] go/analysis/passes/printf: allow %O in format strings > [release-branch.go1.14] go/analysis/passes/asmdecl: add support for riscv64 > txtar: promote from internal > internal/lsp: only construct a cache when we need to > go/analysis/passes/lostcancel: fix typo > all: fix typo ("identifer" → "identifier") > internal/lsp/cmd: don't create .orig files for rename by default > internal/lsp: fix the return type of CodeAction() > internal/lsp: fix infinite recursion in CancelRequest > go/packages: add String methods for LoadMode > internal/lsp/protocol: fix type of WorkspaceEdit.Changes in tsprotocol.go > go/analysis/passes: ensure diagnostic-reporting analyses have exported Doc > internal/lsp: don't search other packages for unexported references > internal/lsp: reorganize the generated Go code for the lsp protocol > internal/lsp: fix variadic interface completion ranking > internal/lsp: fix panic in bestView > internal/lsp: fix panic when logging errors in snapshot.KnownPackages > cmd/godoc: don't execute go mod download when GOMOD is /dev/null > internal/lsp/testadata/rename: add a test case for renames across packages > internal/lsp: ignore AST errors when generating import edits > internal/lsp/source: add support for references in the same workspace > internal/lsp: use import path literal for documentLink range > internal/lsp/cache: add finer-grained control of file changes > cmd/benchcmp: add unit test for formatNs function > internal/lsp: use the versions provided by the client > internal/telemetry: make test event with functions > internal/lsp: change annotation tests to json > go/packages/packagestest: add package use example > lsp/protocol/typescript: add instructions for typescript compiling > internal/lsp: look up files in packages by position instead of URI > internal/lsp: use versioned URIs in rename and code actions > internal/memoize: propagate cancellation > internal/lsp/source: unify import adding code > gopls/doc: expand Emacs docs > internal/lsp: support implementations requests for implementations in other packages > go/packages: fix failing Windows TryBots for adhoc packages test > internal/lsp: handle the didChangeConfiguration message > internal/lsp: make View.SetOptions save and useful > tools/gopls: add cmd support for folding_ranges > internal/lsp/cache: avoid returning errors when building source.Errors > cmd/go-contrib-init: add unit test for the cmdErr function > internal/testenv: reject the resolved 'go' command if it does not match runtime.GOROOT > internal/lsp/cache: have NewView create view even if load all packages fails > go/analysis/unitchecker: add erroras analysis to align with go vet > internal/lsp: support implements for methods on an interface > internal/lsp/protocol: define types in alphabetical order in tsprotocol.go > internal/lsp: improve completion in append() calls > internal/lsp/source: start import diffs at byte 0 > go/packages: ignore no packages error from (*snapshot).load in (*session).NewView > internal/lsp/cache: handle a nil pointer exception in analysis > internal/lsp: return completion item without documentation > internal/lsp: call load in (*session).NewView > internal/lsp/source: don't format the whole file when adding imports > internal/lsp: improve literal func completion candidates > internal/lsp: improve variadic completion > cmd/godoc: add initial support for module mode > gopls: control features for command line tests > internal/lsp/source: don't unconditionally name imports > go/internal/packagesdriver: report stderr when failed to determine types.Sizes > internal/imports: set import names on completion candidates > internal/lsp: add config flag to hide debugging output > internal/lsp/source: attach Package to completions when available > internal/lsp: add additional check for analysis value > internal/lsp: restore the rpc metrics > internal/lsp: fix the debug info pages > internal/lsp: add LocalPrefix configuration > go/analyis/passes/asmdecl: allow loading both parts of a complex with one instruction > internal/lsp/cache: only refresh imports cache every 30 seconds > internal/imports: cache GOPATH, exports > internal/lsp: use available type info for unimported completions > internal/lsp/source: propose exports for unimported packages > internal/imports: provide export completions for unimported packages > internal/lsp: fix race condition in metadata handling > cmd/bundle: add -tags flag > go/packages: fix loading of syntax when types not requested > internal/lsp: hardcode the version string on master > internal/lsp: fix nil pointer in textDocument/didClose > internal/lsp: do not format the file on import organization > internal/lsp/cmd: re-enable the definition cmd tests > internal/lsp/cache: recover from panics in analyses > internal/lsp/source: add a nil check on the identifier's object in implementation > tools/gopls: add cmd support for symbols > tools/gopls: add command line support for links > internal/lsp: revert to old method of computing error ranges > internal/lsp: enable go-diff by default > internal/lsp: enable textDocument/implementation request > internal/lsp/cache: don't close around actionHandle or snapshot > tools/gopls: add cmd support for signature > internal/lsp: add support for implements to the LSP > go/packages: add a timeout for TestLoadImportsC > tools/gopls: add command line support for suggestedfix > internal/imports: sort import candidates by "relevance" > internal/lsp/testdata: change test case to work around CL 202581 > go/packages: print gopackagesdriver errors when GOPACKAGESPRINTDRIVERERRORS is set > internal/lsp: search candidate type's package for completions > internal/lsp: do not close over the handle in the memoize function > go/packages: handle "outside module root" error printed to stderr by go list -e > internal/lsp: remove the pkg.view field, in preparation for CL 204079 > cmd/stringer: fix package godoc > internal/imports: set ctx.WorkingDir if such a field exists > tools/gopls: add command line support for imports > go/analysis/passes/printf: allow # for b flag > internal/lsp: type check packages in parallel > internal/lsp/cmd: use 'go-diff' by default in format command > Fix header level in settings.md > tools/go/analysis: Fix datarace in set of analysis.Fact > go/analysis: rename reportNodef to ReportRangef > go/packages: do not return from goListDriver with goroutines still in flight > go/analysis/passes/printf: return Result for querying func Kind > Revert "go/packages: temporarily disable some tests running on go tip with -race" > present: check if too few arguments to image, iframe, or video > internal/lsp: downrank untyped completion candidates > tools/gopls: add cmd support for references > internal/lsp: disable completion time budget in tests > internal/lsp: remove analyzers from Analyze result > internal/lsp: stop caching diagnostics on the package > internal/lsp: don't cache analysis.Pass on actionHandle > internal/imports: re-enable TestStdlibNotPrefixed > internal/imports: support vendoring in module mode > internal/imports: skip TestStdlibNotPrefixed > internal/lsp: improve completions in *ast.MapType > internal/lsp: fix fallback and error handling logic > internal/lsp: fix VSCode's reordering of completion candidates > cmd/digraph: use node instead of label ubiquitously > cover: significantly improve the speed of cover.ParseProfiles > internal/telemetry/export/ocagent: attach timestamps to metrics > internal/memoize: add a go:nocheckptr annotation to (*Store).get > internal/lsp: don't associate package with snapshot > internal/lsp: don't offer empty "Organize Imports" action > internal/lsp: improve completion for *ast.ArrayTypes > go/analysis/passes/inspect: fix incorrect example > internal/lsp: modify approach to watching changed files > internal/lsp: fix label completion in range and type switch stmts > internal/lsp: fix fuzzy matcher inconsistency > internal/lsp: trim down the fuzzy matcher library > internal/lsp: add some keyword completions > go/internal/gcimporter: use empty string for the top-level package path > internal/lsp: use the AST to get correct ranges > internal/lsp: cancel early > internal/imports: cache module information > internal/lsp: move error range computations into cache package > internal/imports: cache things outside the mod cache > internal/imports: return non-stdlib candidates from GetAllCandidates > go/packages: create Imports map when creating package > internal/lsp: return spanForRange function to fix build > go/analysis, internal/lsp: add support for related information > internal/lsp: refactor error handling code in type-checking > gopls: update go.mod file > internal/lsp: turn off go/packages debug logging > go/analysis/passes/printf: allow %x/%X for float/complex types > internal/lsp: fix race in checkPackageHandles > internal/lsp: associate package with its snapshot > tools/internal/imports: fix data race in packageInfo > go/packages: fix ad-hoc package tests > internal/lsp: fix bad *ast.ArrayTypes for completion > internal/lsp: add a test to make sure we handle bad imports > internal/telemetry/export/ocagent: convert Histogram metrics > go/expect: support markers in comments in go/packagestest > gopls/doc: fix issue links for vim-lsc > internal/lsp: search for deep completions across function calls > internal/lsp: don't qualify literal candidates in *ast.SelectorExpr > internal/lsp: add label completion candidates > internal/lsp: check if the go/packages context has been canceled > go/packages: fix staticcheck warnings > go/packages: handle invalid files in overlays > internal/lsp: remove misleading check span > go/analysis: remove requirement for unique Analyzer names > go/packages: handle multiple modules in gopackagestest > internal/lsp: fix lsp trace log format for gopls > internal/lsp: use the analyzer's pointer instead of name > internal/lsp: add analyses to the snapshot > cmd/present: fix origin mismatch for websocket when using HTTPS > go/packages: temporarily disable some tests running on go tip with -race > internal/lsp: cache analysis using memoize package > gopls/doc: instructions for adding settings in coc.nvim > internal/lsp/protocol: handle case of an otherwise empty notification > go/packages: make a copy of the config.Env slice in the test. > internal/telemetry: modify *Subscriber to take timeAt > internal/lsp: include context in go/packages config > internal/lsp: return an error from {Narrowest,Widest}CheckPackageHandle > internal/lsp: use options hooks to install diff driver > internal/lsp: fix unified diffs of edits at the end of a file > internal/lsp: fix test failures caused by diff algorithm variance > internal/lsp: remove edit fixups from rename now diff is functional > gopls: use go-diff for edit generation > internal/lsp: expand edits to whole lines in ToUnified > internal/lsp: merge diffing test data sets > internal/lsp: fix patch tests on builders > internal/imports: skip TestModeGetmodeVendor > ocagent: convert Int64Data and Float64Data metrics to *wire.Metric. > go/analysis/passes/asmdecl: remove amd64p32 support > internal/span: end of file is now last line +1 > cmd/godoc: update findGOROOT > internal/lsp: stop cluttering logs with highlight errors > Fix vscode config to watch file changes > godoc/vfs/zipfs: fix godoc formatting > internal/lsp: clean up ApplyEdits > internal/lsp: cleanup the diff package > go/packages: update tests to reflect changes in golang.org/cl/198459 > go/analysis/analysistest: fix nil pointer dereference when sorting facts > internal/lsp: convert comments to markdown before sending to client > go/internal/gcimporter: support Go versions < 1.11 > go/internal/gcimporter: handle the possibility of a nil fileset > internal/lsp: cleanup the diff/myers package > internal/lsp: rewrite the unified diff handling > internal/lsp: move unified diff testing to the diff interface > internal/lsp: invert the diff dependencies so myers depends on diff > internal/lsp: allow the diff alorithm to be specified per view > go/gcexportdata: use IExportData when writing gcexportdata > internal/lsp: use dependencies in cache keys > internal/lsp: do not allow diff.ApplyEdits to be replaced > internal/lsp: restore "IsIncomplete" completion flag > internal/lsp: address staticcheck warnings > internal/lsp: don't overwrite suffix when inserting completion > all: fix broken links to LSP specification > blog: add support for optional analytics HTML > internal/lsp: delete unused code > go/ssa: make a setNumable interface > internal/lsp: rework snapshots and cache FileHandles per-snapshot > internal/lsp/protocol: generate correct log messages for 'exit' notifications > godoc/vfs: fix union logic in NameSpace.ReadDir > cmd/godoc: move poll sleep to top of loop > godoc, godoc/vfs: improve documentation of GetPageInfo, hasPathPrefix > cmd/godoc: convert tests to packagestest, cover third party packages > cmd/godoc: check if server exited when waiting > internal/lsp: add constant values to hovers > internal/lsp: change the unified diff tests to be less fragile > internal/lsp: run all the tests as sub tests > go/internal/gcimporter: support reading column details from export data > internal/lsp: lift the test loops out into the testing framework > use a golden file for the expected test counts > internal/lsp: provide option for case sensitive completion > internal/lsp: move the missing imports handling into the metadata > internal/lsp: improve completions in *ast.FieldList > go/analysis: fix vet errors > internal/lsp: fix scope of FuncType completion candidates > internal/lsp: remove filename print from rename output > internal/lsp: fix merge conflict and race condition > internal/lsp: remove duplicated enums > internal/lsp: add literal completions for basic types > internal/lsp: fix regeneration of golden files > internal/lsp/protocol: update to protocol version 3.15 > internal/lsp/cache: move to a model of caching in a snapshot > internal/lsp: associate code action diagnostics with suggested fixes > internal/lsp: reorganize completion tests > godoc: remove Corpus.testDir field > internal/lsp: remove unnecessary "justOpened" field from goFile > internal/lsp: only cache type information for active packages > gopls: refactor the cmd tests > internal/lsp: cache multiple packages depending on parse modes > internal/span: handle invalid column values to avoid crashing > gopls/doc: fix typo in settings > gopls: adding static check to the new gopls module > internal/lsp: make the analyzers configurable per view > tools/gopls: add command line support for rename > internal/lsp: support running `go mod tidy` as a code action > gopls: add a hooks package > internal/lsp: make sure that deps are only checked in trimmed mode > tools/internal/tool: refactor tool.Main() for testabilty > internal/lsp: check the file's parse mode before formatting > internal/lsp: fix infinite recursion while fixing AST > cmd/vet: fix a bad case of shadow check about redeclaration > internal/lsp: support function literal completions > internal/lsp: fix bug in diagnostics for watched changed files > gopls: update go.mod for v0.1.7 > go/packages: fix overlay deps for packages with test variants > go/packages: remove go.mod files > internal/lsp: change names used by per-folder configs > go/packages: fix a small spelling mistake > internal/imports: don't prefix stdlib package with std/ > internal/lsp: ensure that an AST cannot be nil without an error > internal/lsp: add literal completion candidates > internal/lsp/source: add sortslice analyzer > internal/lsp: fix diagnostics to report for all available files > internal/lsp: show errors when the user is in the wrong directory > internal/lsp: distinguish parse errors from actual errors > internal/lsp: return errors from diagnostics > gopls/doc: add instructions for VSCode remote development > internal/lsp: remove helpers for getting packages > internal/lsp: fix vet errors > go/internal/gccgoimporter: update package to match std lib version > internal/memoize: changes to only one handle per key > internal/lsp: remove cachedFileToMapper function > internal/lsp: tighten up completion budget check > internal/lsp: reduce completion candidate volume > internal/lsp: use ParseGoHandles for the builtin package > internal/lsp: reduce usage of column mapper > internal/lsp: avoid unnecessary type checking > gopls: update go.mod > internal/lsp/debug: bump version number for release > internal/span: handle escaping file URIs > internal/lsp.protocol: identify the version of the LSP that code is generated for > internal/lsp: handle potential nil pointer > gopls/doc/vim.md: enable suppress_stderr for natebosch/vim-lsc > internal/lsp: fix error formatting directive > gopls/doc: add and make minor changes to documentation > internal/lsp: omit "iota" completion outside const decls > go/analysis: add sortslice pass > internal/lsp/protocol: bring the typescript code up to date > go/packages: suppress go list -e error when directory outside modules > internal/lsp: turn fuzzy matching and deep completions back on > internal/testenv: handle GOPACKAGESDRIVER=off in NeedsGopackage > go/packages: fall back to loading from export data if sources are missing > Fixed documentation for gopls installation > internal/lsp: update go.mod for next version > internal/lsp: use the view options, not the session options > gopls/doc: update config settings in documentation > go/packages: allow types loading without NeedDeps > internal/lsp: update gopls mod file > internal/lsp: merge session and view options into one > internal/lsp: prepare for tagged version > all: fix more typos > cmd/compilebench: add more linker benchmarking > internal/lsp: process configuration options more thoroughly > go/packages: add a test case for golang/go#33374 > internal/lsp: treat completion documentation errors as actual errors > internal/imports: fix scanning GOROOT in module mode > internal/lsp: add ID to the package cache key > internal/imports: add all interfaces in mkstdlib > internal/lsp: start handling watched file deletes > internal/imports: fix mkstdlib, run for go1.13 > internal/lsp: fix completion for nested *ast.BadStmt > go/analysis: copyedit doc.go > internal/lsp: only build a view when we have its configuration > internal/lsp: derive ASTs from type information > internal/lsp: simplify snippet config/generation > internal/lsp: add more flexible completion tests > internal/lsp: update to latest version of x/tools > internal/lsp: enable suggested fixes by default > internal/lsp: re-enable deep completions and fuzzy matching > internal/lsp: improve completions in go and defer statements > go/packages: ignore any go list errors that seem to come from cgo > internal/lsp: remove the GetToken and GetAST functions > internal/lsp/diff: rewrite ApplyEdits to work with sub-line diffs > internal/lsp: fixed a bug where GOPROXY was set to GOROOT > go/analysis: fix typos > x/tools/gopls: convert to the august, 2019 version of the LSP protocol > all: add a space before +build in build tag comments > internal/lsp: use protocol.TextEdits in suggested fixes > internal/lsp/cache: detail why the err is ignored > internal/lsp: don't lower score of builtin completions > internal/lsp: use protocol.Position for textDocument/prepareRename > internal/lsp: switch folding range to protocol ranges > internal/lsp: switch to using protocol positions for document symbols > internal/lsp: change to protocol.TextEdit for formatting > internal/lsp: move configuration options to structs > internal/telemetry/export/ocagent: fix typo in comment > x/tools/gopls: fix race condition in logging > internal/lsp: fold contained lines when lineFoldingOnly > internal/lsp: avoid invalid state due to context cancelation > internal/lsp: fix deadlock between f.mu and f.handleMu > internal/lsp/cache: add additional spans for tracing > internal/lsp/cache: fix race condition in type-checking > internal/imports: ignore invalid mod cache entries > internal/lsp: avoid using the importer's context as much as possible > internal/lsp: turn on completion documentation by default > internal/lsp: fix declarations in references > internal/lsp: fix deadlock in type-checking > go/ssa/interp: skip recover2 testcase > gopls: update x/tools version > internal/lsp: use memoize store's context when type checking > internal/lsp: return only multiline ranges when lineFoldingOnly > internal/lsp: add tests for nested folding ranges > gopls: fix typo in the design document > go/analysis/doc: fix stuff that was left out of the previous commit > go/analysis/doc: provide more motivation for suggestedfix design > go/packages: make sure to request dependencies when we NeedTypesInfo > internal/lsp/source: fixes completion for slice literals of pointers > all: skip more memory-intensive tests on linux-arm > all: do not write to testdata directories > internal/lsp: enable deep completion and fuzzy matching by default > all: skip tests if required tools are not found > x/tools/gopls: add fallback to default GOPATH if missing > internal/imports: skip scanned module cache dirs > go/packages,internal/lsp: skip memory-intensive tests on the linux-arm builder > internal/imports: use cache of mod cache pkgs in find packages > internal/imports: avoid walking dir for mod file in mod cache > internal/lsp: add prepare rename support > internal/lsp: add foldingRange support > go/packages: set GOPACKAGESDRIVER=off for all the tests > go/analysis/passes/printf: handle a potential nil pointer > go/packages: ignore Cgo compilation error correctly > x/tools/gopls: reimplement rpc logging at a lower level > internal/lsp: use protocol.Ranges for source.Identifier > go/analysis/cmd/vet: remove > internal/lsp: initialize CodeActionProvider with supported actions > internal/lsp: limit deep completion search scope > cmd/gopls: add documentation > internal/lsp: add tests at the diff hook layer > internal/lsp: start handling watched file change events > internal/lsp: add additional information when logging errors > go/internal/gcimporter: make safe for concurrent use > all: replace reference to plan9.bell-labs.com with 9p.io > godoc: apply gofmt > go/analysis: handle common nil pointers > internal/lsp: support renaming of import spec > x/tools/cmd/stringer: document -linecomment in the GoDoc > cmd/getgo/server: update to go112 GAE runtime > internal/lsp: use the explicit import spec name as ident > internal/lsp: return error when renaming within an import spec
|
We have created an issue in Pivotal Tracker to manage this. Unfortunately, the Pivotal Tracker project is private so you may be unable to view the contents of the story. The labels on this github issue will be updated when the story is started. |
duanemay
pushed a commit
to loggregator/diego-release
that referenced
this pull request
Aug 4, 2022
…tion compress pgzip image-spec xz Submodule src/code.cloudfoundry.org/dockerapplifecycle 4d909ee..ed3c37b: > Updates for compilation with latest versions of dependencies Submodule src/github.com/BurntSushi/toml 000000000...3012a1dbe (new submodule) Submodule src/github.com/containers/image 495da41bd..4276a4ff6: > v5.3.0 > Merge pull request cloudfoundry#854 from mtrmac/arch-variant > Merge pull request cloudfoundry#820 from nalind/manifest-list-retry-using-conversions > Merge pull request cloudfoundry#853 from mtrmac/docker-tarfile-crash > Update containers/storage to v1.16.5 > oci manifest: do not require whitelist of layer types > Deprecate SupportsEncryption call in manifest interface > Merge pull request cloudfoundry#829 from yihuaf/dev/yihuaf/authfile > Merge pull request cloudfoundry#849 from containers/dependabot/go_modules/github.com/klauspost/pgzip-1.2.2 > Merge pull request cloudfoundry#848 from rhatdan/readme > Merge pull request cloudfoundry#836 from lumjjb/change_updated_image > containers-registries.conf.d: refine semantics > Merge pull request cloudfoundry#845 from containers/dependabot/go_modules/github.com/containers/storage-1.16.3 > Merge pull request cloudfoundry#842 from knqyf263/add_registry_token > Merge pull request cloudfoundry#846 from containers/dependabot/go_modules/github.com/klauspost/compress-1.10.3 > Merge pull request cloudfoundry#847 from containers/dependabot/go_modules/github.com/opencontainers/selinux-1.4.0 > Merge pull request cloudfoundry#831 from kandaaaaa/master > Bump github.com/containers/storage from 1.16.1 to 1.16.2 > Bump github.com/vbauerster/mpb/v4 from 4.12.1 to 4.12.2 > Merge pull request cloudfoundry#793 from vrothberg/rewrite-message > Merge pull request cloudfoundry#821 from TomSweeneyRedHat/dev/tsweeney/authfile > Merge pull request cloudfoundry#837 from containers/dependabot/go_modules/github.com/containers/storage-1.16.1 > Add $HOME/.config/containers/certs.d to perHostCertDirPath > Add $HOME/.config/containers/registries.conf to config path > Merge pull request cloudfoundry#832 from containers/dependabot/go_modules/github.com/klauspost/compress-1.10.2 > Bump github.com/opencontainers/selinux from 1.3.2 to 1.3.3 > Merge pull request cloudfoundry#834 from vrothberg/registries.conf.d > Merge pull request cloudfoundry#830 from containers/dependabot/go_modules/github.com/ulikunitz/xz-0.5.7 > Merge pull request cloudfoundry#827 from containers/dependabot/go_modules/github.com/stretchr/testify-1.5.1 > Merge pull request cloudfoundry#828 from containers/dependabot/go_modules/github.com/opencontainers/selinux-1.3.2 > Merge pull request cloudfoundry#822 from containers/dependabot/go_modules/github.com/containers/storage-1.16.0 > Merge pull request cloudfoundry#823 from containers/dependabot/go_modules/github.com/vbauerster/mpb/v4-4.12.1 > Merge pull request cloudfoundry#824 from containers/dependabot/go_modules/github.com/klauspost/compress-1.10.1 > Merge pull request cloudfoundry#825 from containers/dependabot/go_modules/github.com/stretchr/testify-1.5.0 > Merge pull request cloudfoundry#818 from containers/dependabot/go_modules/github.com/klauspost/compress-1.10.0 > Merge pull request cloudfoundry#816 from ricardomaraschini/bubble-up-error > Add storage.Transport.NewStoreReference > Add validateImageID > Simplify ID value check > Add storage.Transport.GetStoreIfSet > Add tarball.NewReference > Remove tarballReference.transport > Add docker/archive.NewReference > Re-order the members of archiveReference to a more logical order > Merge pull request cloudfoundry#815 from TomSweeneyRedHat/coc > Fixed registries.conf > Merge pull request cloudfoundry#812 from vrothberg/release > Bump github.com/mtrmac/gpgme from 0.1.1 to 0.1.2 > Merge pull request cloudfoundry#809 from nalind/list-conversion > bump to v5.2.1-dev > v5.2.0 > Merge pull request cloudfoundry#806 from containers/dependabot/go_modules/github.com/containers/storage-1.15.8 > Add tests for internal/iolimits > Also use ReadAtMost in docker/tarfile > Simplify error checking in iolimits.ReadAtMost > restrict sizes of inmem processed blobs > copy: relax platform checks > Merge pull request cloudfoundry#777 from SUSE/registry-mirror-docker-docs > Merge pull request cloudfoundry#802 from bkuschel/master > Merge pull request cloudfoundry#800 from containers/dependabot/go_modules/github.com/opencontainers/selinux-1.3.1 > Merge pull request cloudfoundry#798 from containers/dependabot/go_modules/github.com/klauspost/compress-1.9.8 > Merge pull request cloudfoundry#796 from mtrmac/by-pointer > Merge pull request cloudfoundry#795 from containers/dependabot/go_modules/github.com/containers/storage-1.15.7 > Merge pull request cloudfoundry#794 from mtrmac/update-gpgme > Merge pull request cloudfoundry#791 from containers/dependabot/go_modules/github.com/pkg/errors-0.9.1 > Bump github.com/pkg/errors from 0.8.1 to 0.9.0 > Merge pull request cloudfoundry#788 from mtrmac/mirror-errors > Merge pull request cloudfoundry#771 from sseago/docker-image-dest-schema1-config > Merge pull request cloudfoundry#774 from mtrmac/retry-cleanups > Merge pull request cloudfoundry#787 from containers/dependabot/go_modules/github.com/klauspost/compress-1.9.7 > Merge pull request cloudfoundry#785 from containers/dependabot/go_modules/github.com/klauspost/compress-1.9.5 > Merge pull request cloudfoundry#782 from containers/dependabot/go_modules/github.com/containers/storage-1.15.5 > Bump github.com/containers/storage from 1.15.3 to 1.15.4 > Bump github.com/vbauerster/mpb/v4 from 4.11.1 to 4.11.2 > Merge pull request cloudfoundry#769 from TomSweeneyRedHat/dev/tsweeney/registries.confup > Merge pull request cloudfoundry#779 from rhatdan/version > Merge pull request cloudfoundry#773 from containers/dependabot/go_modules/github.com/containers/storage-1.15.3 > Merge pull request cloudfoundry#768 from containers/dependabot/go_modules/github.com/containers/storage-1.15.2 > Merge pull request cloudfoundry#767 from containers/dependabot/go_modules/github.com/klauspost/compress-1.9.4 > Enable Cirrus validation tests > make test-skopeo: only run unit tests > Makefile: split tools installation > internal/pkg/keyctl: drop deprecation warning > keyctl: tests: check errors > update github.com/vbauerster/mpb to v4 > Merge pull request cloudfoundry#763 from containers/dependabot/go_modules/github.com/containers/storage-1.15.1 > storage_test.go: check storage interfaces > Merge pull request cloudfoundry#761 from containers/dependabot/go_modules/github.com/klauspost/compress-1.9.3 > Merge pull request cloudfoundry#759 from containers/dependabot/go_modules/github.com/containers/storage-1.15.0 > Merge pull request cloudfoundry#731 from bege13mot/golangci-lint > Merge pull request cloudfoundry#673 from lumjjb/encryption-policy > Merge pull request cloudfoundry#741 from containers/dependabot/go_modules/github.com/imdario/mergo-0.3.8 > Merge pull request cloudfoundry#740 from containers/dependabot/go_modules/github.com/docker/docker-credential-helpers-0.6.3 > Merge pull request cloudfoundry#754 from containers/dependabot/go_modules/github.com/containers/storage-1.14.0 > Merge pull request cloudfoundry#738 from SUSE/interface-fix > Merge pull request cloudfoundry#752 from mtrmac/enforce-architecture > Merge pull request cloudfoundry#744 from mtrmac/test-failures > Merge pull request cloudfoundry#747 from Zyqsempai/495-allow-to-overwrite-default-tmp-dir > Merge pull request cloudfoundry#732 from SUSE/reader-adaptions > Merge pull request cloudfoundry#735 from mtrmac/release-5 > Merge pull request cloudfoundry#719 from QiWang19/resperrpr > Merge pull request cloudfoundry#734 from nalind/choose-source > Merge pull request cloudfoundry#400 from nalind/manifest-lists > Merge pull request cloudfoundry#703 from vrothberg/status-checks > Merge pull request cloudfoundry#722 from gabemontero/add-openshift-dockercfg-secret-mount-non-home > Merge pull request cloudfoundry#727 from mtrmac/test-skopeo-v4 > Merge pull request cloudfoundry#726 from mtrmac/release-4.0.1 > Merge pull request cloudfoundry#721 from mtrmac/go-mod-major > Merge pull request cloudfoundry#725 from nalind/guess-with-no-layers > Merge pull request cloudfoundry#723 from vrothberg/conversion > Merge pull request cloudfoundry#718 from rhatdan/master > Merge pull request cloudfoundry#716 from mtrmac/compression-types > Merge pull request cloudfoundry#715 from mtrmac/containers-libtrust > Merge pull request cloudfoundry#717 from vrothberg/update-storage > Merge pull request cloudfoundry#714 from mtrmac/update-mergo > Merge pull request cloudfoundry#709 from QiWang19/resplog > Merge pull request cloudfoundry#701 from lsm5/master-openssl > Merge pull request cloudfoundry#711 from nalind/update-accepted-certs > Merge pull request cloudfoundry#708 from vrothberg/replace > Merge pull request cloudfoundry#705 from vrothberg/fix-annotations > Merge pull request cloudfoundry#683 from QiWang19/rm_all_keyring > Merge pull request cloudfoundry#563 from vrothberg/copy-update-mime-types > Merge pull request cloudfoundry#693 from vrothberg/post-mod > Merge pull request cloudfoundry#682 from praseodym/go-mod > Merge pull request cloudfoundry#686 from nalind/keyctl-tests > Merge pull request cloudfoundry#690 from vrothberg/fix-nil-check > Merge pull request cloudfoundry#685 from nalind/tmpdir > Merge pull request cloudfoundry#691 from vrothberg/fix-ci > Merge pull request cloudfoundry#688 from vrothberg/add-nil-check > Merge pull request cloudfoundry#684 from vrothberg/copy-default-to-gzip > Merge pull request cloudfoundry#639 from giuseppe/zstd > Merge pull request cloudfoundry#681 from mtrmac/3.0.2 > Merge pull request cloudfoundry#680 from QiWang19/disable_keyring > Merge pull request cloudfoundry#678 from mtrmac/ostree-didnt-work-and-nobody-noticed > Merge pull request cloudfoundry#677 from vrothberg/bump-version > Merge pull request cloudfoundry#676 from mtrmac/keyctl-followup > Merge pull request cloudfoundry#675 from nalind/keyctl-arches > Merge pull request cloudfoundry#672 from vrothberg/bump-version > Merge pull request cloudfoundry#630 from SUSE/registry-cache > Merge pull request cloudfoundry#670 from SUSE/gocache-fix > Merge pull request cloudfoundry#669 from mtrmac/bearer-token-tls > Merge pull request cloudfoundry#667 from TomSweeneyRedHat/dev/tsweeney/touchupstore > Merge pull request cloudfoundry#668 from QiWang19/keyring_authfile > Merge pull request cloudfoundry#663 from mtrmac/drop-sysregistries-v1 > Merge pull request cloudfoundry#658 from vrothberg/enforce-blocking > Merge pull request cloudfoundry#661 from rhatdan/install > Merge pull request cloudfoundry#660 from rhatdan/vendor > Merge pull request cloudfoundry#619 from QiWang19/key > Merge pull request cloudfoundry#659 from vrothberg/release > Merge pull request cloudfoundry#657 from vrothberg/use-spinners > Merge pull request cloudfoundry#587 from Silvanoc/default-ostree-stub > Merge pull request cloudfoundry#652 from jvanz/248 > Merge pull request cloudfoundry#651 from jvanz/issue510 > Merge pull request cloudfoundry#650 from mtrmac/docker-delete-comment > Merge pull request cloudfoundry#648 from SUSE/typo-fix > Merge pull request cloudfoundry#647 from vrothberg/delete-oci > Merge pull request cloudfoundry#583 from mtrmac/storage-TryReusingBlob-harder > Merge pull request cloudfoundry#637 from mtrmac/beautify-registries-toml > Merge pull request cloudfoundry#576 from mtrmac/tarfile-cleanup > Merge pull request cloudfoundry#646 from vrothberg/delete-oci > Merge pull request cloudfoundry#644 from giuseppe/fix-selinux-ostree-err > Merge pull request cloudfoundry#643 from mtrmac/2.0 > Merge pull request cloudfoundry#617 from mtrmac/mirror-cleanups > Merge pull request cloudfoundry#635 from mtrmac/registries-v2-explicit-search > Merge pull request cloudfoundry#629 from vrothberg/mirror-digest-only > Merge pull request cloudfoundry#636 from mtrmac/sysregistriesv2-test-fixtures > Merge pull request cloudfoundry#631 from TristanCacqueray/master > Merge pull request cloudfoundry#626 from wking/normalize-registry-test-flake > Merge pull request cloudfoundry#628 from mtrmac/mirror-cleanups-code > Merge pull request cloudfoundry#625 from mtrmac/mirror-no-credentials > Merge pull request cloudfoundry#627 from vrothberg/update-ubuntu > Merge pull request cloudfoundry#623 from QiWang19/authComment > Merge pull request cloudfoundry#622 from rhatdan/atomic > Merge pull request cloudfoundry#621 from Silvanoc/silvano/go-binaries-not-in-path > Merge pull request cloudfoundry#593 from wking/docker-config-test-fixtures > Merge pull request cloudfoundry#615 from vrothberg/transports-docs > Merge pull request cloudfoundry#564 from SUSE/docker-client-mirror > Merge pull request cloudfoundry#616 from vrothberg/update-bolt > Merge pull request cloudfoundry#597 from wking/GetAuthentication-for-logged-in > Merge pull request cloudfoundry#613 from giuseppe/fix-namespace > Merge pull request cloudfoundry#612 from giuseppe/fix-blobinfocache-rootless > Merge pull request cloudfoundry#609 from rhatdan/version > Merge pull request cloudfoundry#605 from rhatdan/vendor > Merge pull request cloudfoundry#598 from wking/drop-redundant-domain-call > Merge pull request cloudfoundry#602 from wking/blob-info-boltdb-separation > Merge pull request cloudfoundry#603 from vrothberg/progress-bar-messages > Merge pull request cloudfoundry#599 from wking/pat-path-typo > Merge pull request cloudfoundry#600 from wking/drop-contributing-asterisks > Merge pull request cloudfoundry#601 from vrothberg/fix-build > Merge pull request cloudfoundry#594 from vrothberg/certs.d-manpage > Merge pull request cloudfoundry#589 from wking/move-docker-config-tests > Merge pull request cloudfoundry#592 from mtrmac/bic-memory > Merge pull request cloudfoundry#591 from vrothberg/bump-version > Merge pull request cloudfoundry#590 from vrothberg/sync-bic > Merge pull request cloudfoundry#586 from mtrmac/mpg-fixes > Merge pull request cloudfoundry#581 from vrothberg/mpb-progress-bars > Merge pull request cloudfoundry#585 from nalind/storage-multiple-manifests > Merge pull request cloudfoundry#573 from nalind/manifest-match > Merge pull request cloudfoundry#584 from markmc/ecr-oci-invalid-json > Merge pull request cloudfoundry#577 from arjun024/fix-resp-sigsegv > Merge pull request cloudfoundry#579 from mtrmac/ostree-no-pipe > Merge pull request cloudfoundry#578 from nalind/ostree-hang > Merge pull request cloudfoundry#569 from umohnani8/export > Merge pull request cloudfoundry#568 from teozkr/threadsafe-docker-archive-getblob > Merge pull request cloudfoundry#565 from SUSE/log-cleanup > Merge pull request cloudfoundry#557 from vrothberg/parallel-push > Merge pull request cloudfoundry#561 from rhatdan/version > Merge pull request cloudfoundry#558 from vrothberg/progress-bar-tty-check > Merge pull request cloudfoundry#555 from mtrmac/home-gopath > Merge pull request cloudfoundry#556 from vrothberg/add-vrothberg-to-maintainers > Merge pull request cloudfoundry#553 from vrothberg/avoid-rc > Merge pull request cloudfoundry#551 from vrothberg/progressbaroutput > Merge pull request cloudfoundry#549 from vrothberg/lint > Merge pull request cloudfoundry#545 from vrothberg/parapull > Merge pull request cloudfoundry#543 from giuseppe/use-optimized-gzip > Merge pull request cloudfoundry#542 from vrothberg/vendor-ostree > Merge pull request cloudfoundry#534 from mtrmac/prefix-match > Merge pull request cloudfoundry#541 from vrothberg/govet > Merge pull request cloudfoundry#523 from kinvolk/dongsu/upgrade-go-1.11 > Merge pull request cloudfoundry#536 from mtrmac/blob-info-caching > Merge pull request cloudfoundry#468 from vrothberg/regsv2-docker > Merge pull request cloudfoundry#533 from darkowlzz/godoc-fix > Merge pull request cloudfoundry#525 from mtrmac/go-selinux > Merge pull request cloudfoundry#520 from mtrmac/search-order > Merge pull request cloudfoundry#522 from kinvolk/dongsu/fix-test-errors > Merge pull request cloudfoundry#519 from nalind/copy-digest > Merge pull request cloudfoundry#341 from ashcrow/fix-pkgs-in-readme > Merge pull request cloudfoundry#521 from runcom/fix-build-golint > Merge pull request cloudfoundry#517 from mtrmac/pingV1-no-error > Merge pull request cloudfoundry#516 from mtrmac/http-statustext > Merge pull request cloudfoundry#515 from mtrmac/run-containers-error-handling > Merge pull request cloudfoundry#512 from nalind/missing-ca-certs > Merge pull request cloudfoundry#508 from nalind/ping-error > Merge pull request cloudfoundry#505 from nalind/difflock > Merge pull request cloudfoundry#506 from nalind/duplicate-layer > Merge pull request cloudfoundry#503 from nlewo/fix-pause > Merge pull request cloudfoundry#502 from umohnani8/search > Merge pull request cloudfoundry#501 from lucab/ups/ostree-commit-errcheck > Merge pull request cloudfoundry#500 from rhatdan/vendor > Merge pull request cloudfoundry#489 from mtrmac/certs.d-multiple-ca-files > Merge pull request cloudfoundry#499 from mtrmac/cleanups > Merge pull request cloudfoundry#487 from mtrmac/delete-permissions > Merge pull request cloudfoundry#498 from mtrmac/git-validation-epoch > Merge pull request cloudfoundry#497 from vrothberg/fix-conf-references > Merge pull request cloudfoundry#486 from Silvanoc/master > Merge pull request cloudfoundry#493 from vrothberg/rename-docs > Merge pull request cloudfoundry#491 from nalind/healthconfig-start-period > Merge pull request cloudfoundry#490 from rhatdan/skopeo > Merge pull request cloudfoundry#483 from nalind/docker-daemon-stub > Merge pull request cloudfoundry#481 from mtrmac/docker-archive-auto-compression > Merge pull request cloudfoundry#472 from mtrmac/storage-emptylayers > Merge pull request cloudfoundry#480 from SUSE/send-account-field-to-authenticated-docker-registries > Merge pull request cloudfoundry#478 from praveenkumar/issue_475 > Merge pull request cloudfoundry#474 from rhatdan/contributing > Merge pull request cloudfoundry#473 from mtrmac/auth.json-path > Merge pull request cloudfoundry#470 from umohnani8/search > Merge pull request cloudfoundry#465 from TomSweeneyRedHat/dev/tsweeney/registriesman > Merge pull request cloudfoundry#463 from vbatts/platform.2 > Merge pull request cloudfoundry#467 from vrothberg/sysregsv2-config-cache > Merge pull request cloudfoundry#466 from mtrmac/sysregistriesv2-comments > Merge pull request cloudfoundry#464 from vrothberg/cleanup-sysregsv2 > Merge pull request cloudfoundry#426 from mtrmac/305-cleanup-2 > Merge pull request cloudfoundry#455 from agonzalezro/wrap-nil > Merge pull request cloudfoundry#462 from rhatdan/spelling > Merge pull request cloudfoundry#461 from giuseppe/pinpoint-ostree-thread > Merge pull request cloudfoundry#433 from rhatdan/registries.conf > Merge pull request cloudfoundry#446 from mgoltzsche/docker-dependency-update > Merge pull request cloudfoundry#459 from mtrmac/c-storage-dep > Merge pull request cloudfoundry#458 from umohnani8/transport > Merge pull request cloudfoundry#454 from vrothberg/https-fallback > Merge pull request cloudfoundry#457 from mtrmac/docker-err-ignored > Merge pull request cloudfoundry#456 from nlewo/pr-tempDir > Merge pull request cloudfoundry#450 from vrothberg/multitags > Merge pull request cloudfoundry#301 from mtrmac/daemon-identity > Merge pull request cloudfoundry#441 from novas0x2a/follow-tags > Merge pull request cloudfoundry#451 from umohnani8/auth > Merge pull request cloudfoundry#429 from vrothberg/mirror-support > Merge pull request cloudfoundry#444 from agonzalezro/remove-deps-from-vendor > Merge pull request cloudfoundry#439 from umohnani8/transport > Merge pull request cloudfoundry#440 from mtrmac/context-cleanups > Merge pull request cloudfoundry#431 from novas0x2a/context-everywhere > Merge pull request cloudfoundry#435 from rhatdan/policy.json > Merge pull request cloudfoundry#436 from rhatdan/vendor > Merge pull request cloudfoundry#434 from jlsalmon/docker-daemon-plain-http > Merge pull request cloudfoundry#370 from nlewo/pr/docker-archive > Merge pull request cloudfoundry#430 from vrothberg/trimright-slashes > Merge pull request cloudfoundry#420 from mtrmac/docker-errors > Merge pull request cloudfoundry#428 from vrothberg/trim-slashes > Merge pull request cloudfoundry#424 from umohnani8/auth > Merge pull request cloudfoundry#416 from mtrmac/305-cleanup > Merge pull request cloudfoundry#423 from umohnani8/gzip > Merge pull request cloudfoundry#408 from vbatts/platform > Merge pull request cloudfoundry#419 from umohnani8/dir > Merge pull request cloudfoundry#392 from giuseppe/ostree-support-copy-layer-infos > Merge pull request cloudfoundry#418 from mtrmac/normalize-before-conversion > Merge pull request cloudfoundry#415 from jonboulle/oci_fix > Merge pull request cloudfoundry#411 from umohnani8/certs > Merge pull request cloudfoundry#406 from umohnani8/search > Merge pull request cloudfoundry#410 from ripcurld0/close_409 Submodule src/github.com/containers/libtrust 000000000...14b96171a (new submodule) Submodule src/github.com/containers/ocicrypt 000000000...b87a4a69c (new submodule) Submodule src/github.com/containers/storage 000000000...e21e7107c (new submodule) Submodule src/github.com/docker/distribution 2461543d98..5f6282db7d (rewind): < Merge pull request #2824 from dmcgowan/update-version-file-2.7.1 < Merge pull request #2805 from dmcgowan/release-2.7.1 < Merge pull request #2821 from caervs/ISS-2819 < Merge pull request #2804 from caervs/ISS-2793-2.7 < Merge pull request #2802 from davidswu/2.7-autoredirect < Merge pull request #2775 from caervs/release_notes_2.7 < Merge pull request #2772 from dmcgowan/add-arm-flag < Merge pull request #2711 from davidswu/autoredirect < Merge pull request #2742 from tescherm/configure-bugsnag-logging < Merge pull request #2734 from mgrachev/patch-1 < Merge pull request #2735 from tonistiigi/update-dockerfile < Merge pull request #2729 from liyongxin/master < Merge pull request #2731 from mirake/fix-typos < Merge pull request #2730 from dmcgowan/version-update-2.7.0-rc.0 < Merge pull request #2721 from dmcgowan/release-notes-2.7.0-rc < Merge pull request #2720 from dmcgowan/update-release-process < Merge pull request #2723 from mirake/fix-typos < Merge pull request #2707 from davidswu/go-1.11 < Merge pull request #2712 from liyongxin/master < Merge pull request #2705 from mirake/fix-typo < Merge pull request #2631 from whoshuu/feature/improve-gcs-driver < Merge pull request #2704 from dmcgowan/fix-2703 < Merge pull request #2702 from caervs/fix_path_enumeration < Merge pull request #2698 from cquon/swift_vendor < Merge pull request #2701 from davidswu/metalinter < Merge pull request #2362 from twistlock/populate_htpasswd < Merge pull request #2639 from andrew-leung/manifesteventlayers < Merge pull request #2685 from manishtomar/mani-graceful-shutdown < Merge pull request #2680 from manishtomar/mani-fix-mem-leak < Merge pull request #2474 from vikstrous/disable-v1-master < Merge pull request #2694 from caervs/fix_nginx_spacing < Merge pull request #2328 from stepyu/patch-1 < Merge pull request #2368 from monikakatiyar16/patch-1 < Merge pull request #2689 from dmp42/reviewers < Merge pull request #2690 from dmcgowan/remove-aaron-maintainers < Merge pull request #2651 from mikebrow/manifest-version-test-on-put < Merge pull request #2681 from dmcgowan/update-yaml < Merge pull request #2687 from davidswu/remove-region-validation < Merge pull request #2678 from caervs/bump_aws < Merge pull request #2679 from dmcgowan/revert-bad-vendor-update < Merge pull request #2674 from Parth/patch-1 < Merge pull request #2673 from dmp42/TLS < Merge pull request #2671 from dmp42/goamz < Merge pull request #2632 from whoshuu/feature/improve-s3-driver < Merge pull request #2599 from legionus/storage-inmemory-deadlock < Merge pull request #2602 from dmage/errmessage < Merge pull request #2662 from dmcgowan/enable-structcheck < Merge pull request #2598 from dmcgowan/update-maintainers < Merge pull request #2661 from dmcgowan/enable-goimports < Merge pull request #2648 from manishtomar/tag-deleted-event < Merge pull request #2657 from dmcgowan/add-travis-ci < Merge pull request #2076 from mikebrow/ocitype < Merge pull request #2603 from yuwaMSFT2/newazuresdk < Merge pull request #2582 from thaJeztah/bump-golang-1.10 < Merge pull request #2594 from dmcgowan/update-integration-test-certs < Merge pull request #2556 from justincormack/fewer-gorillas < Merge pull request #2538 from tianon/challanges < Merge pull request #2501 from xiaonancc77/master < Merge pull request #2549 from miminar/redis-delete-key < Merge pull request #2535 from xiaods/master < Merge pull request #2466 from tifayuki/prometheus_go_metrics < Merge pull request #2520 from ywk253100/ignore_path_not_found_error < Merge pull request #2469 from felixbuenemann/letsencrypt-host-whitelist-support < Merge pull request #2471 from GarageDeveloper/master < Merge pull request #2507 from mistyhacks/fix-storage-driver-link < Merge pull request #2455 from sargun/make-walk-faster < Merge pull request #2500 from stevvooe/remove-net-context-vestiges < Merge pull request #2302 from zetaab/oma < Merge pull request #2484 from perlun/patch-1 < Merge pull request #2485 from perlun/patch-2 < Merge pull request #2447 from tifayuki/cloudfront-s3-filter < Merge pull request #2435 from zhouhaibing089/digestset-ut < Merge pull request #2448 from kklin/follow-relative-links < Merge pull request #2431 from mistyhacks/fix-keywords < Revert "Add text about win os version ordering" < Add text about win os version ordering < Merge pull request #2428 from zhouhaibing089/algo-import < Merge pull request #2402 from smarterclayton/order_manifest < Merge pull request #2416 from stevvooe/feed-the-linter < Merge pull request #2377 from stevvooe/healthcheck-storage-ignore-notfound < Merge pull request #2388 from tiborvass/remove-misused-context < Merge pull request #2384 from smarterclayton/client_retry < Merge pull request #2382 from smarterclayton/scope_check Submodule src/github.com/klauspost/compress 0000000000...788b7f06fe (new submodule) Submodule src/github.com/klauspost/pgzip 0000000000...3286875a12 (new submodule) Submodule src/github.com/opencontainers/image-spec 577479e4dc..775207bd45: > Merge pull request cloudfoundry#790 from vrothberg/add-zstd-constants > Merge pull request cloudfoundry#788 from giuseppe/zstd > Merge pull request cloudfoundry#786 from estesp/meeting-ref > Merge pull request cloudfoundry#757 from unasuke/fix_typo > Merge pull request cloudfoundry#782 from odinuge/lint-issue > Merge pull request cloudfoundry#772 from woernfl/patch-1 > merge branch 'pr-771' > Merge pull request cloudfoundry#759 from jzelinskie/loosen-mediatypes > merge branch 'pr-768' > merge branch 'pr-765' > merge branch 'pr-762' > Update MAINTAINERS emails > merge branch 'pr-755' > Merge pull request cloudfoundry#753 from HaraldNordgren/go_versions > Merge pull request cloudfoundry#740 from francescomari/fix-link > Merge pull request cloudfoundry#734 from vbatts/release-v1.0.1 > merge branch 'pr-750' > Merge pull request cloudfoundry#716 from AkihiroSuda/index-is-required > merge branch 'pr-711' > Merge pull request cloudfoundry#739 from mtrmac/id-based-loader Submodule src/github.com/ulikunitz/xz 0000000000...067145b448 (new submodule)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
After bumping to Go 1.14.x we missed bumping the golang/x submodules to the latest. This will bump (crypto, net, sys, text, time, and tools ) to the latest 1.14 released branch.