PackageTrack

Go modules · #1872

github.com/containerd/cri

v1.19.0containerd/cri

Release timeline

2182 releases since 2017
2019202120232025

Releases

  1. v1.11.1-0.20180731063700-d1dcacf9ef7531 Jul 2018pre-release

    Nothing published for this version

  2. v1.11.1-0.20180726171245-1263024a5aec26 Jul 2018pre-release

    Nothing published for this version

  3. v1.11.1-0.20180726074841-e1a37e87971426 Jul 2018pre-release

    Nothing published for this version

  4. v1.11.1-0.20180724191141-a0cfc8c1d22d24 Jul 2018pre-release

    Nothing published for this version

  5. v1.11.1-0.20180722235122-9a01272dc20f22 Jul 2018pre-release

    Nothing published for this version

  6. v1.11.1-0.20180721021253-2be13a8a309e21 Jul 2018pre-release

    Nothing published for this version

  7. v1.11.1-0.20180721011045-b3d6f16383f821 Jul 2018pre-release

    Nothing published for this version

  8. v1.11.1-0.20180720033138-42a98de2526620 Jul 2018pre-release

    Nothing published for this version

  9. v1.11.1-0.20180720004650-7065dd81f90320 Jul 2018pre-release

    Nothing published for this version

  10. v1.11.1-0.20180713013228-7beac6fcc10613 Jul 2018pre-release

    Nothing published for this version

  11. v1.11.1-0.20180711185046-2eb817c7bdb511 Jul 2018pre-release

    Nothing published for this version

  12. v1.11.1-0.20180711182613-5637e8be40bf11 Jul 2018pre-release

    Nothing published for this version

  13. v1.11.1-0.20180711180448-0f3c83b11bbe11 Jul 2018pre-release

    Nothing published for this version

  14. v1.11.1-0.20180711174238-1d0d9b34230411 Jul 2018pre-release

    Nothing published for this version

  15. v1.11.1-0.20180711084947-fb60d18fad6111 Jul 2018pre-release

    Nothing published for this version

  16. v1.11.1-0.20180711065533-ca325665759711 Jul 2018pre-release

    Nothing published for this version

  17. v1.11.1-0.20180711020327-1d9a754f6acd11 Jul 2018pre-release

    Nothing published for this version

  18. v1.11.1-0.20180710020848-e4ad68098e5110 Jul 2018pre-release

    Nothing published for this version

  19. v1.11.1-0.20180710020848-952e53bf58a910 Jul 2018pre-release

    Nothing published for this version

  20. v1.11.028 Jun 2018
    Release notes

    Welcome to the v1.11.0 release of containerd cri plugin!

    This version of cri plugin is validated against Kubernetes v1.11, but it is also compatible with Kubernetes v1.10.

    Features

    • Added a new configure option max_container_log_line_size. User can specify maximum container log line size in bytes. Log line longer than the limit will be split into multiple lines. (PR: #761, Issue: #283)

    Notable Changes

    • The IPv4 address is guaranteed to be selected, when there are both IPv4 and IPv6 addresses for a pod. (PR: #803, Issue: #783)
    • Updated crictl in Kubernetes containerd release tarball to v1.11.0. (PR: #823)
    • Added the ability to dynamically load new CNI config when it is changed. (PR: #825, Issue: #545)
    • The streaming server of cri plugin now serves on localhost on GCE. This is to work with the kubelet streaming proxy introduced in Kubernetes 1.11. Please be sure to remove stream_server_address = "127.0.0.1" when using this version of cri plugin with Kubernetes 1.10. (PR: #829, Issue: #777)

    Change List: v1.0.0...v1.11.0

    Try It Out

    • For a GKE cluster using containerd, see the user guide.
    • For a production quality cluster on GCE brought up with kube-up.sh, see here.
    • For a multi-node cluster installer and bring up steps using ansible and kubeadm, see here.
    • For creating a cluster from scratch on Google Cloud, see Kubernetes the Hard Way.
    • For a custom installation from release tarball, see here.
    • To install use LinuxKit on a local VM, see here.

    Contributors

    We'd like to extend a thanks to everyone who contributed to the v1.11.0 release:

    Open source →
  21. v1.0.6-0.20190926205919-f213a05fa67026 Sept 2019pre-release

    Nothing published for this version

  22. v1.0.6-0.20190404165118-f8171b4530be4 Apr 2019pre-release

    Nothing published for this version

  23. v1.0.6-0.20190213085455-f0b5665a959113 Feb 2019pre-release

    Nothing published for this version

  24. v1.0.6-0.20181030205940-bad0ae1102e130 Oct 2018pre-release

    Nothing published for this version

  25. v1.0.6-0.20180917174330-f117382467ba17 Sept 2018pre-release

    Nothing published for this version

  26. v1.0.57 Aug 2018
    Release notes

    Welcome to the v1.0.5 release of containerd cri plugin!

    Notable Changes

    • Support no_pivot runc option. (PR: #872)

    Change List: v1.0.4...v1.0.5

    Try It Out

    • For a production quality cluster on GCE brought up with kube-up.sh, see here.
    • For a multi-node cluster installer and bring up steps using ansible and kubeadm, see here.
    • For creating a cluster from scratch on Google Cloud, see Kubernetes the Hard Way.
    • For a custom installation from release tarball, see here.
    • To install use LinuxKit on a local VM, see here.

    Contributors

    We'd like to extend a thanks to everyone who contributed to the v1.0.5 release:

    Open source →
  27. v1.0.411 Jul 2018
    Release notes

    Welcome to the v1.0.4 release of containerd cri plugin!

    Notable Changes

    • Fix a bug that /dev/shm will be mounted twice (PR: #818)
    • Fix a bug that containerd will panic when snapshotter specified by cri does not exist. (PR: #826)
    • Fix an issue that each container log line size can only be up to 4k, by backport maximum container log line size support to this release. (Issue: #283, PR: #839)

    Change List: v1.0.3...v1.0.4

    Try It Out

    • For a production quality cluster on GCE brought up with kube-up.sh, see here.
    • For a multi-node cluster installer and bring up steps using ansible and kubeadm, see here.
    • For creating a cluster from scratch on Google Cloud, see Kubernetes the Hard Way.
    • For a custom installation from release tarball, see here.
    • To install use LinuxKit on a local VM, see here.

    Contributors

    We'd like to extend a thanks to everyone who contributed to the v1.0.4 release:

    Open source →
  28. v1.0.4-0.20180620234532-40007b34d36f20 Jun 2018pre-release

    Nothing published for this version

  29. v1.0.311 Jun 2018
    Release notes

    Welcome to the v1.0.3 release of containerd cri plugin!

    Notable Changes

    • Fix a bug that empty image volume doesn't get ownership set properly. (Issue: #809, PR: #814)
      Here are all notable changes since v1.0.2 release.
    • Fix a bug that container running as non-root will get capabilities added by user. This is fixed to keep the behavior consistent with Docker. (PR: #812)

    Change List: v1.0.2...v1.0.3

    Try It Out

    • For a production quality cluster on GCE brought up with kube-up.sh, see here.
    • For a multi-node cluster installer and bring up steps using ansible and kubeadm, see here.
    • For creating a cluster from scratch on Google Cloud, see Kubernetes the Hard Way.
    • For a custom installation from release tarball, see here.
    • To install use LinuxKit on a local VM, see here.

    Contributors

    We'd like to extend a thanks to everyone who contributed to the v1.0.3 release:

    Open source →
  30. v1.0.231 May 2018
    Release notes

    Welcome to the v1.0.2 release of containerd cri plugin!

    Notable Changes

    Here are all notable changes since v1.0.1 release.

    Change List: v1.0.1...v1.0.2

    Try It Out

    • For a production quality cluster on GCE brought up with kube-up.sh, see here.
    • For a multi-node cluster installer and bring up steps using ansible and kubeadm, see here.
    • For creating a cluster from scratch on Google Cloud, see Kubernetes the Hard Way.
    • For a custom installation from release tarball, see here.
    • To install use LinuxKit on a local VM, see here.

    Contributors

    We'd like to extend a thanks to everyone who contributed to the v1.0.2 release:

    Open source →
  31. v1.0.122 May 2018
    Release notes

    Welcome to the v1.0.1 release of containerd cri plugin!

    Notable Changes

    Here are all notable changes since v1.0.0 release.

    • Explicitly set rw for sysfs and cgroupfs for privileged container. (PR: #764, Issue: #753)
    • Fix workingset memory calculation. (PR: #767)
    • Update crictl to v1.0.0-beta.1. (PR: #771)

    Change List: v1.0.0...v1.0.1

    Try It Out

    • For a production quality cluster on GCE brought up with kube-up.sh, see here.
    • For a multi-node cluster installer and bring up steps using ansible and kubeadm, see here.
    • For creating a cluster from scratch on Google Cloud, see Kubernetes the Hard Way.
    • For a custom installation from release tarball, see here.
    • To install use LinuxKit on a local VM, see here.

    Contributors

    We'd like to extend a thanks to everyone who contributed to the v1.0.1 release:

    Open source →
  32. v1.0.1-0.20180712234045-1984e451d5ae12 Jul 2018pre-release

    Nothing published for this version

  33. v1.0.1-0.20180627230800-88c5165bfdc327 Jun 2018pre-release

    Nothing published for this version

  34. v1.0.1-0.20180627013946-bc99f7a7e88927 Jun 2018pre-release

    Nothing published for this version

  35. v1.0.1-0.20180626223723-f5803748259a26 Jun 2018pre-release

    Nothing published for this version

  36. v1.0.1-0.20180626214439-c68b60514edb26 Jun 2018pre-release

    Nothing published for this version

  37. v1.0.1-0.20180626203032-fd71c9f065cc26 Jun 2018pre-release

    Nothing published for this version

  38. v1.0.1-0.20180626200750-47b8d30bb34526 Jun 2018pre-release

    Nothing published for this version

  39. v1.0.1-0.20180626182306-0e42438e7a1526 Jun 2018pre-release

    Nothing published for this version

  40. v1.0.1-0.20180626071300-f6ab733f9e0c26 Jun 2018pre-release

    Nothing published for this version

  41. v1.0.1-0.20180625191003-e23c0e708a3d25 Jun 2018pre-release

    Nothing published for this version

  42. v1.0.1-0.20180621231431-4eb4a295777421 Jun 2018pre-release

    Nothing published for this version

  43. v1.0.1-0.20180621204351-860971025f1a21 Jun 2018pre-release

    Nothing published for this version

  44. v1.0.1-0.20180621204338-263b0b99d0e621 Jun 2018pre-release

    Nothing published for this version

  45. v1.0.1-0.20180621164951-07020dbdda2221 Jun 2018pre-release

    Nothing published for this version

  46. v1.0.1-0.20180620205250-01d77d44f50a20 Jun 2018pre-release

    Nothing published for this version

  47. v1.0.1-0.20180620173101-441a57aa56f220 Jun 2018pre-release

    Nothing published for this version

  48. v1.0.1-0.20180620173034-9cb82aaecdea20 Jun 2018pre-release

    Nothing published for this version

  49. v1.0.1-0.20180620173018-cfa88fca32db20 Jun 2018pre-release

    Nothing published for this version

  50. v1.0.1-0.20180620012502-b5d053f3275920 Jun 2018pre-release

    Nothing published for this version

  51. v1.0.1-0.20180620005753-bdddbed4deb320 Jun 2018pre-release

    Nothing published for this version

  52. v1.0.1-0.20180620004344-b60e456bd99120 Jun 2018pre-release

    Nothing published for this version

  53. v1.0.1-0.20180615225604-e3d57d240fbd15 Jun 2018pre-release

    Nothing published for this version

  54. v1.0.1-0.20180615205030-ad293701367715 Jun 2018pre-release

    Nothing published for this version

  55. v1.0.1-0.20180615020319-53f1ab41458d15 Jun 2018pre-release

    Nothing published for this version

  56. v1.0.1-0.20180614212417-bf551b9c4cd514 Jun 2018pre-release

    Nothing published for this version

  57. v1.0.1-0.20180614212417-405f57f8e08f14 Jun 2018pre-release

    Nothing published for this version

  58. v1.0.1-0.20180613060355-b39546ce2bd213 Jun 2018pre-release

    Nothing published for this version

  59. v1.0.1-0.20180612213855-46d621e4accf12 Jun 2018pre-release

    Nothing published for this version

  60. v1.0.1-0.20180611174204-b7aac6396d7611 Jun 2018pre-release

    Nothing published for this version