Jonathan A. Sternberg
Jonathan A. Sternberg
The progress stream would set the platform to `linux/amd64` and `linux/arm64` during testing. This would trigger the `InvalidBaseImagePlatform` rule whenever an image was pulled (usually alpine). This removes that option...
The global handlers are used as defaults for a bunch of OTEL functions and we'll likely use it that way in the future too. While it's always helpful to have...
The adapter would add the `executable` property to the adapter regardless of whether the request was `launch` or `attach`. When `attach` was used, it would attempt to start `dlv` on...
The `TypeURL` function will return a typeurl that was either registered with this module or with protobuf. When you obtain the `TypeURL`, the priority of the choices goes: * github.com/containerd/typeurl/v2...
This creates an sql cache storage that stores the cache key index in an sqlite3 database instead of in bolt. At the moment, this is just functional in the bare...
The inmem WAL will buffer modifications to the cache key storage to batch them into the same bolt transaction rather than start a new transaction for each entry. The added...
The grpcerrors package has been updated to support more enriched error structures. The serialization structure has been changed to capture the original structure of the error and to serialize and...
This removes the deprecated gogo proto in favor of the standard implementation with the vtproto implementation for faster marshaling. The standard implementation still uses reflection and is slower than gogo,...
It is unclear if the spec's requirement that the `pos` argument be less than `n` is actually a necessary restriction since it functions as an offset and a value greater...