Skip to content

Commit

Permalink
Merge pull request #1923 from hashicorp/readme_compat
Browse files Browse the repository at this point in the history
[NET-8062] Consul-CT compatibility matrix
  • Loading branch information
kkavish committed May 7, 2024
2 parents 358ff54 + a8105aa commit a47a52e
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -415,6 +415,19 @@ A: The answer is simple: Service Discovery as a first class citizen. You are als
**Q: How is this different than Puppet/Chef/Ansible/Salt?**<br>
A: Configuration management tools are designed to be used in unison with Consul Template. Instead of rendering a stale configuration file, use your configuration management software to render a dynamic template that will be populated by [Consul][consul].


**Q: How does compatibility with Consul look like?**<br>
A: The following table shows the compatibility of Consul Template with Consul versions:
| | Consul v1.16 | Consul v1.17 | Consul v1.18 | Consul v1.16+ent | Consul v1.17+ent |
| ------------- | ------------- | ------------- | ------------- | ----------------- | ----------------- |
| CT v0.37 ||||||
| CT v0.36 |||| N/A | N/A |
| CT v0.35 |||| N/A | N/A |
| CT v0.34 |||| N/A | N/A |

N/A = ENT tests were not supported before this version


## Contributing

To build and install Consul-Template locally, you will need to [install Go][go].
Expand Down

0 comments on commit a47a52e

Please sign in to comment.