# Preparation for the 0.56.0 Supervisor Release

**URL:** https://discourse.chef.io/t/preparation-for-the-0-56-0-supervisor-release/18674
**Category:** Habitat Announcements
**Created:** [May 11, 2018, 6:19pm UTC](https://discourse.chef.io/t/preparation-for-the-0-56-0-supervisor-release/18674 "2018-05-11T18:19:53Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![christophermaier\_1](https://sea2.discourse-cdn.com/flex016/user_avatar/discourse.chef.io/christophermaier_1/32/2828_2.png) [@christophermaier\_1](https://discourse.chef.io/u/christophermaier_1)
#### Post date: [May 11, 2018, 6:19pm UTC](https://discourse.chef.io/t/preparation-for-the-0-56-0-supervisor-release/18674/1 "2018-05-11T18:19:53Z")

</div>

Hey everyone… we’re gonna be rolling out a big update to the Supervisor soon, and wanted to give you all a heads-up on what to expect. Please check out [https://www.habitat.sh/blog/2018/05/changes-in-the-0.56.0-supervisor/](https://www.habitat.sh/blog/2018/05/changes-in-the-0.56.0-supervisor/) and let us know if you’ve got any questions, either here in the forums or in [the Habitat Slack](https://habitat-sh.slack.com)

Thanks for using Habitat!

---

<div class="post-metadata">

### Author: ![chrisortman](https://sea2.discourse-cdn.com/flex016/user_avatar/discourse.chef.io/chrisortman/32/3015_2.png) [@chrisortman](https://discourse.chef.io/u/chrisortman)
#### Post date: [June 26, 2018, 8:19pm UTC](https://discourse.chef.io/t/preparation-for-the-0-56-0-supervisor-release/18674/2 "2018-06-26T20:19:23Z")

</div>

How do you configure a supervisor to automatically update?

---

<div class="post-metadata">

### Author: ![cnunciato](https://sea2.discourse-cdn.com/flex016/user_avatar/discourse.chef.io/cnunciato/32/2699_2.png) [@cnunciato](https://discourse.chef.io/u/cnunciato)
#### Post date: [June 26, 2018, 8:35pm UTC](https://discourse.chef.io/t/preparation-for-the-0-56-0-supervisor-release/18674/3 "2018-06-26T20:35:15Z")

</div>

@chrisortman You should be able to pass a flag to `hab sup run` to tell it to auto-update:

```auto
hab sup run --auto-update

```

The [CLI docs](https://www.habitat.sh/docs/habitat-cli/#hab-sup-run) have some additional details as well.

---

<div class="post-metadata">

### Author: ![chrisortman](https://sea2.discourse-cdn.com/flex016/user_avatar/discourse.chef.io/chrisortman/32/3015_2.png) [@chrisortman](https://discourse.chef.io/u/chrisortman)
#### Post date: [June 26, 2018, 8:41pm UTC](https://discourse.chef.io/t/preparation-for-the-0-56-0-supervisor-release/18674/4 "2018-06-26T20:41:05Z")

</div>

Thank you! If I choose to not auto-update and instead do it manually as part of a chef run, I think that re-running the curl bash does not necessarily upgrade the supervisor right then and there, but it does install a new client binary and if I were to restart my supervisor process and then `hab sup run` again it will install the new version because of the version number that is in the hab client binary?

Also, if I would have had this auto-update setting turned on, would all my supervisors on RHEL 6 systems have died when 0.57 came out?

---

<div class="post-metadata">

### Author: ![Matt\_Wrock](https://sea2.discourse-cdn.com/flex016/user_avatar/discourse.chef.io/matt_wrock/32/3394_2.png) [@Matt\_Wrock](https://discourse.chef.io/u/Matt_Wrock)
#### Post date: [June 26, 2018, 11:17pm UTC](https://discourse.chef.io/t/preparation-for-the-0-56-0-supervisor-release/18674/5 "2018-06-26T23:17:33Z")

</div>

You are correct. Chef would need to restart the supervisor after invoking the curl bash. Because the curl bash gets the binary from bintray, you would have gotten the 0.57.0 supervisor released a couple weeks ago and not an updated one from the plans refresh.
