hashicorp / go-secure-stdlib

Mozilla Public License 2.0
64 stars 24 forks source link

plugincontainer: use docker v27 #136

Closed tvoran closed 1 month ago

tvoran commented 1 month ago

Replace types.ImageListOptions with image.ListOptions, update docker and otlptracehttp to latest.

go get github.com/docker/docker@latest
go get go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp@latest
go mod tidy

Fixes #135

AndyYan007 commented 1 month ago

Do we have an ETA when this change can be merged and released? Confluent has some services with dependency on this change.

AndrewYinLi commented 1 month ago

@sgmiller Any ETA on this?

AndrewYinLi commented 1 month ago

@tvoran Is it possible to merge with just one review?

tvoran commented 1 month ago

Tagged plugincontainer/v0.4.1