Skip to content

Commit

Permalink
Update README.md with consul compatibility results
Browse files Browse the repository at this point in the history
  • Loading branch information
kkavish committed Apr 25, 2024
1 parent 221cd6e commit 6eb5cd9
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Expand Up @@ -415,6 +415,15 @@ 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?
| | 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 6eb5cd9

Please sign in to comment.