# Chef 13.0.118 Hotfix Release

**URL:** https://discourse.chef.io/t/chef-13-0-118-hotfix-release/10755
**Category:** Chef Release Announcements
**Created:** [April 12, 2017, 1:04pm UTC](https://discourse.chef.io/t/chef-13-0-118-hotfix-release/10755 "2017-04-12T13:04:36Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![thommay](https://avatars.discourse-cdn.com/v4/letter/t/f08c70/32.png) [@thommay](https://discourse.chef.io/u/thommay)
#### Post date: [April 12, 2017, 1:04pm UTC](https://discourse.chef.io/t/chef-13-0-118-hotfix-release/10755/1 "2017-04-12T13:04:36Z")

</div>

Ohai Chefs,

We’re releasing Chef Client 13.0.118 to correct a number of problems that have been identified since Monday.  
This is what we’ve fixed:

- Impossible to install GEMs with chef-client 13.0.113 on Windows ([https://github.com/chef/chef/issues/6049](https://github.com/chef/chef/issues/6049))
- chef 13 yum\_package options option broken ([https://github.com/chef/chef/issues/6046](https://github.com/chef/chef/issues/6046)) thanks @coderanger
- Cookbooks uploaded by Chef 13 can’t be used by Chef 12 ([https://github.com/chef/chef/issues/6044](https://github.com/chef/chef/issues/6044)), thanks @coderanger.
- Fixed the OpenStack ( [https://github.com/chef/ohai/pull/986](https://github.com/chef/ohai/pull/986) ) and Eucalyptus ( [https://github.com/chef/ohai/pull/987](https://github.com/chef/ohai/pull/987) ) plugins for Ohai, thanks to Akira Kitada for both of these.

We’re aware of one further issue not fixed in this release, which (we believe) only affects a very small minority of users.

- no\_lazy\_load false yields Chef::Exceptions::FileNotFound on cookbook\_file/remote\_directory resources ([https://github.com/chef/chef/issues/6051](https://github.com/chef/chef/issues/6051))

# Get the Build

As always, you can download binaries directly from [downloads.chef.io](http://downloads.chef.io) or by using the new mixlib-install command line utility available in ChefDK 0.19.6 or greater.

```
$ mixlib-install download chef -v 13.0.118

```

Alternatively, you can install Chef using one of the following command options:

## In Shell

```
$ curl https://omnitruck.chef.io/install.sh | sudo bash -s -- -P chef -v 13.0.118

```

## In Windows Powershell

```
. { iwr -useb https://omnitruck.chef.io/install.ps1 } | iex; install -project chef -version 13.0.118
```
