Skip to content
containerd 1.4.9

Welcome to the v1.4.9 release of containerd!

The ninth patch release for containerd 1.4 updates runc to 1.0.1 and contains
other minor updates.

### Notable Updates

* **Update runc binary to 1.0.1** [#5751](https://github.com/containerd/containerd/pull/5751)
* **Update pull authorization logic on redirect** [#5504](https://github.com/containerd/containerd/pull/5504)
* **Fix user agent used for fetching registry authentication tokens** [#5761](https://github.com/containerd/containerd/pull/5761)

See the changelog for complete list of changes

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

### Contributors

* Derek McGowan
* Shiming Zhang
* Akihiro Suda
* Kazuyoshi Kato
* Maksym Pavlenko
* Sebastiaan van Stijn

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

* [`e25210fe3`](https://github.com/containerd/containerd/commit/e25210fe30a0a703442421b0f60afac609f950a3) Merge pull request  [#5806](https://github.com/containerd/containerd/pull/5806) from dmcgowan/prepare-v1.4.9
* [`ad26f4713`](https://github.com/containerd/containerd/commit/ad26f471332085b30678506f2a3aa7950166ff32) Prepare release notes for v1.4.9
* [`11996c194`](https://github.com/containerd/containerd/commit/11996c1945421d401b68822bf03db5b6d8932bbf) Merge pull request  [#5765](https://github.com/containerd/containerd/pull/5765) from thaJeztah/1.4_backport_dm_log
* [`53add4cde`](https://github.com/containerd/containerd/commit/53add4cdeed63954d533b086b653480ca933bcbf) Merge pull request  [#5773](https://github.com/containerd/containerd/pull/5773) from thaJeztah/1.4_backport_fix_missing_body_close
* [`a5cefbaac`](https://github.com/containerd/containerd/commit/a5cefbaac1e4ee0b37e121273a48a0d337f18c0b) Merge pull request  [#5767](https://github.com/containerd/containerd/pull/5767) from thaJeztah/1.4_backport_fix_authorization_on_redirect
* [`14c3a8e21`](https://github.com/containerd/containerd/commit/14c3a8e21441070ec2c904b878f908f9a59ddb85) remotes/docker/pusher.go: Fix missing Close()
* [`06c90e7b5`](https://github.com/containerd/containerd/commit/06c90e7b597eb28b8834db92797fa38a601b2132) remotes/docker/fetcher.go: Fix missing Close()
* [`e4418dbea`](https://github.com/containerd/containerd/commit/e4418dbeafb78cbc0075bf60b8ca1e41edec98a0) Merge pull request  [#5761](https://github.com/containerd/containerd/pull/5761) from thaJeztah/1.4_backport_fix_auth_ua
* [`30d0c9199`](https://github.com/containerd/containerd/commit/30d0c919961ec12551517a6e83b5233f5063f568) Update docker resolver to authorize redirects
* [`55794673b`](https://github.com/containerd/containerd/commit/55794673b0bacc6e1cec942d260f838da5267f0b) snapshot/devmapper: log exported methods correctly
* [`67a0576df`](https://github.com/containerd/containerd/commit/67a0576df96ad2da414d8d26720cb4edf9357600) [release/1.4] Fix incorrect UA used for registry authentication
* [`a368d2872`](https://github.com/containerd/containerd/commit/a368d2872aabcc67d7fb2e977222316a7ce9fbfc) Merge pull request  [#5753](https://github.com/containerd/containerd/pull/5753) from AkihiroSuda/runc-v1.0.1-14
* [`34861f1aa`](https://github.com/containerd/containerd/commit/34861f1aa3d6666381e5a9539289598db0b37381) update runc binary to v1.0.1
</p>
</details>

### Dependency Changes

This release has no dependency changes

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