Skip to content
containerd api/v1.7.19

Welcome to the api/v1.7.19 release of containerd!

The first dedicated release for the containerd 1.7 API. This release is
separately tagged from the main 1.7.x releases after the v1.7.18
release but follows the versioning.

### Highlights

* Add API go module ([#10189](https://github.com/containerd/containerd/pull/10189))

Please try out the release binaries and report any issues at
https://github.com/containerd/containerd/issues.

### Contributors

* Derek McGowan
* Akhil Mohan
* Phil Estes
* Sebastiaan van Stijn

### Changes
<details><summary>8 commits</summary>
<p>

* Prepare release notes for api v1.7.19 ([#10386](https://github.com/containerd/containerd/pull/10386))
  * [`436feeb0d`](https://github.com/containerd/containerd/commit/436feeb0ddcf8188c84c616b97b34cc8acd1aa9f) Prepare api release for v1.7.19
* : api: update github.com/containerd/ttrpc v1.2.5 to align with containerd 1.7 module ([#10364](https://github.com/containerd/containerd/pull/10364))
  * [`2a6aa6ddf`](https://github.com/containerd/containerd/commit/2a6aa6ddf1f09bedc8b86f33a277f2cf6852eedd) [release/1.7] api: update github.com/containerd/ttrpc v1.2.5
* Add API go module ([#10189](https://github.com/containerd/containerd/pull/10189))
  * [`3be919f3c`](https://github.com/containerd/containerd/commit/3be919f3c023f776e5db1b162f642d79a36312a8) Add support for 1.8 interfaces
  * [`a3a7431bc`](https://github.com/containerd/containerd/commit/a3a7431bc3151a5d0a8c6d9e36a6430a76418f81) Add api go submodule
  * [`4b82470f6`](https://github.com/containerd/containerd/commit/4b82470f6939ab951334105cf0b10ca9167964ea) refactor: move plugin/fieldpath to api/types/
</p>
</details>

### Dependency Changes

* **github.com/containerd/ttrpc**                v1.2.4 -> v1.2.5
* **github.com/golang/protobuf**                 v1.5.4 -> v1.5.3
* **google.golang.org/genproto/googleapis/rpc**  d307bd883b97 -> b8732ec3820d

Previous release can be found at [v1.7.18](https://github.com/containerd/containerd/releases/tag/v1.7.18)