On 03/22/2018 03:52 PM, Ian Campbell wrote: > I wasn't aware of that, how strange. I suppose the rationale is that > v1.1 will be upwards compatible with v1.0, but still... > > I'll mention this to some folks internally and see what, if anything, > can be done.
Cool, thanks for relaying the information ! For more details, the error I get when trying to build swarmkit against containerd v1.0.2 is: # github.com/docker/swarmkit/agent/exec/containerd src/github.com/docker/swarmkit/agent/exec/containerd/adapter.go:101:35: undefined: cio.NewAttach src/github.com/docker/swarmkit/agent/exec/containerd/adapter.go:101:49: undefined: cio.WithStreams src/github.com/docker/swarmkit/agent/exec/containerd/adapter.go:249:12: undefined: cio.Opt src/github.com/docker/swarmkit/agent/exec/containerd/adapter.go:251:23: undefined: cio.WithTerminal src/github.com/docker/swarmkit/agent/exec/containerd/adapter.go:253:41: undefined: cio.NewCreator And the nasty commit that broke the containerd/cio API is: https://github.com/containerd/containerd/commit/7d4337e73871d6093cb6e68c78a3b545c4dce871 Regards, Arnaud _______________________________________________ Pkg-go-maintainers mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-go-maintainers
