From c41f20af855baf7c10fcad4a05d95b889fe6a054 Mon Sep 17 00:00:00 2001 From: kumarkavish Date: Mon, 6 May 2024 12:57:35 +0530 Subject: [PATCH 1/2] [NET-8062] - Added compatibility matrix w.r.t Consul in README.md --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index 62c47fa16..d76372fd1 100644 --- a/README.md +++ b/README.md @@ -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?**
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? +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]. From a8105aaa8b0dc9adbe7bc8643e80684044ab0db0 Mon Sep 17 00:00:00 2001 From: kumarkavish Date: Mon, 6 May 2024 12:58:59 +0530 Subject: [PATCH 2/2] [NET-8062] - Added compatibility matrix w.r.t Consul in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d76372fd1..8efe66d58 100644 --- a/README.md +++ b/README.md @@ -416,7 +416,7 @@ A: The answer is simple: Service Discovery as a first class citizen. You are als 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? +**Q: How does compatibility with Consul look like?**
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 | | ------------- | ------------- | ------------- | ------------- | ----------------- | ----------------- |