Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[NET-8062] Consul-CT compatibility matrix #1923

Merged
merged 2 commits into from
May 7, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading