Skip to content

Commit

Permalink
Update the supported Habitat version
Browse files Browse the repository at this point in the history
The oldest version of Habitat that operator can use is 0.39, because
this is the first version that has the alternative path for
user.toml. But Habitat 0.52 is the first version that watches for
changes in user.toml if it is placed in the alternative path.

So for simplicity, let's just say we support Habitat version from 0.52
onwards.
  • Loading branch information
krnowak committed Feb 15, 2018
1 parent 76c7010 commit 57d9a76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ For a more detailed description of the Habitat operator API have a look at the [

## Prerequisites

- Habitat `>= 0.36.0`
- Habitat `>= 0.52.0`
- Kubernetes cluster with version `1.7.x`, `1.8.x` or `1.9.x`.

## Installing
Expand Down

0 comments on commit 57d9a76

Please sign in to comment.