Update default version from 1.16.3->1.20.0 #234
Annotations
3 errors
Run tests:
spec/acceptance/class_spec.rb#L119
consul class with performance options Command "consul version" stdout is expected to match /Consul v1.16.3/
Failure/Error: its(:stdout) { is_expected.to match %r{Consul v1.16.3} }
expected "Consul v1.20.0\nRevision cddc6181\nBuild Date 2024-10-14T20:52:01Z\nProtocol 2 spoken by default, un...nderstands 2 to 3 (agent will automatically use protocol >2 when speaking to compatible agents)\n\n" to match /Consul v1.16.3/
Diff:
@@ -1,4 +1,7 @@
-/Consul v1.16.3/
+Consul v1.20.0
+Revision cddc6181
+Build Date 2024-10-14T20:52:01Z
+Protocol 2 spoken by default, understands 2 to 3 (agent will automatically use protocol >2 when speaking to compatible agents)
|
Run tests:
spec/acceptance/class_spec.rb#L208
consul class with new ACL system Command "consul version" stdout is expected to match /Consul v1.16.3/
Failure/Error: its(:stdout) { is_expected.to match %r{Consul v1.16.3} }
expected "Consul v1.20.0\nRevision cddc6181\nBuild Date 2024-10-14T20:52:01Z\nProtocol 2 spoken by default, un...nderstands 2 to 3 (agent will automatically use protocol >2 when speaking to compatible agents)\n\n" to match /Consul v1.16.3/
Diff:
@@ -1,4 +1,7 @@
-/Consul v1.16.3/
+Consul v1.20.0
+Revision cddc6181
+Build Date 2024-10-14T20:52:01Z
+Protocol 2 spoken by default, understands 2 to 3 (agent will automatically use protocol >2 when speaking to compatible agents)
|
Run tests
Process completed with exit code 1.
|
Loading