This pull request adds the support for Consul Namespaces.
The Consul client dependency version has also been updated to v1.12.0. Even if the Namespace config option has been introduced in v1.7.0, the client remains backward compatible and can be used with older Consul server versions.
What does this PR do?
This pull request adds the support for Consul Namespaces.
The Consul client dependency version has also been updated to
v1.12.0
. Even if theNamespace
config option has been introduced inv1.7.0
, the client remains backward compatible and can be used with older Consul server versions.