# decK v0.7.0 released

**URL:** https://discuss.konghq.com/t/deck-v0-7-0-released/5094
**Category:** General
**Created:** [December 8, 2019, 1:36am UTC](https://discuss.konghq.com/t/deck-v0-7-0-released/5094 "2019-12-08T01:36:39Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![hbagdi](https://yyz2.discourse-cdn.com/flex036/user_avatar/discuss.konghq.com/hbagdi/32/562_2.png) [@hbagdi](https://discuss.konghq.com/u/hbagdi)
#### Post date: [December 8, 2019, 1:36am UTC](https://discuss.konghq.com/t/deck-v0-7-0-released/5094/1 "2019-12-08T01:36:39Z")

</div>

[decK](https://github.com/hbagdi/deck) is a configuration management tool for Kong.  
One can not only **export** or **import** Kong’s configuration but also perform **drift detection** using decK.

I’ve release [decK v0.7.0](https://github.com/hbagdi/deck/releases/tag/v0.7.0), which adds features around maintenance and scripting.

Along-with the release, a new documentation website for the project has been set up, which includes guides and reference documentation:  
[https://deck.yolo42.com](https://deck.yolo42.com)

Checkout the [changelog](https://github.com/hbagdi/deck/blob/master/CHANGELOG.md#v070---20191207) for a complete list of changes in v0.7.0.

Download the [binary](https://github.com/hbagdi/deck/releases), or use the [Docker image](https://hub.docker.com/r/hbagdi/deck) and give it a spin today!

If you are on macOS, you can also use Homebrew to install decK:

```auto
brew tap hbagdi/deck
brew install deck
# or upgrade your existing deck installation:
brew upgrade deck

```

As usual, please feel free to open [Github issues](https://github.com/hbagdi/deck/issues) to ask questions or report bugs.

hbagdi
