Skip to content

Releases: containerd/console

v1.0.4

05 Feb 17:08
8f6c4e4
Compare
Choose a tag to compare

What's Changed

  • gha: update to go 1.17, update golangci-lint to v1.44, and gofmt by @thaJeztah in #61
  • remove solaris implementation by @thaJeztah in #62
  • zos: share implementation with unix (less DRY) by @thaJeztah in #63
  • Update GitHub actions CI workflow by @austinvazquez in #68
  • Add containerd project checks to CI by @austinvazquez in #69
  • fix: don't abort on first encountered error when resetting Windows console by @muesli in #67
  • Bump golang.org/x/sys from 0.0.0-20210124154548-22da62e12c0c to 0.1.0 by @dependabot in #72
  • fix: don't print to stdout when initializing console fails on Windows by @muesli in #66
  • [Doc]update links to main by @fangn2 in #74
  • fix: add shim for js by @paralin in #60
  • docs: fix typo in the comment of Console.Reset by @davidhsingyuchen in #73
  • tc_unix.go: Make cfmakeraw compatible to Linux by @ktock in #77

New Contributors

Full Changelog: v1.0.3...v1.0.4

v1.0.3

11 Aug 08:20
v1.0.3
b5cb846
Compare
Choose a tag to compare

Notable changes:

v1.0.2

12 Apr 06:52
v1.0.2
2f1e3d2
Compare
Choose a tag to compare

Notable changes:

v1.0.1 containerd/console release

24 Sep 20:36
v1.0.1
5d7e141
Compare
Choose a tag to compare

Minor release to collect changes to vendors and minor fixes already being used in the containerd project

go.mod release

25 Mar 16:07
8375c34
Compare
Choose a tag to compare
Merge pull request #34 from sipsma/close-once

Only close epoller FD at most once.