Releases: bitsofinfo/docker-discovery-registrator-consul
Releases · bitsofinfo/docker-discovery-registrator-consul
1.0-RC4
upgraded consul-client to 0.17.1
1.0-RC3
Additional TRACE level logging, fallback to service "address" when "serviceaddress" is not available
1.0-RC2
Upgrade orbitz library + consul ACL token, and URL (https) support
Gradle:
repositories {
jcenter()
}
dependencies {
compile 'org.bitsofinfo:docker-discovery-registrator-consul:1.0-RC2'
// include your preferred javax.ws.rs-api implementation
// (for the OrbitzWorldwide/consul-client dependency)
// for example below:
compile 'javax.ws.rs:javax.ws.rs-api:2.0.1'
compile 'org.glassfish.jersey.core:jersey-client:2.22.2'
compile 'org.slf4j:slf4j-api:1.7.19'
}
Maven:
<dependencies>
<dependency>
<groupId>org.bitsofinfo</groupId>
<artifactId>docker-discovery-registrator-consul</artifactId>
<version>1.0-RC2</version>
</dependency>
<!-- include your preferred javax.ws.rs-api
(for the https://github.com/OrbitzWorldwide/consul-client dependency)
implementation - see gradle example above
-->
</dependencies>
<repositories>
<repository>
<snapshots>
<enabled>false</enabled>
</snapshots>
<id>central</id>
<name>bintray</name>
<url>http://jcenter.bintray.com</url>
</repository>
</repositories>
1.0-RC1
1.0-RC1
Gradle:
repositories {
jcenter()
}
dependencies {
compile 'org.bitsofinfo:docker-discovery-registrator-consul:1.0-RC1'
// include your preferred javax.ws.rs-api implementation
// (for the OrbitzWorldwide/consul-client dependency)
// for example below:
compile 'javax.ws.rs:javax.ws.rs-api:2.0.1'
compile 'org.glassfish.jersey.core:jersey-client:2.22.2'
compile 'org.slf4j:slf4j-api:1.7.19'
}
Maven:
<dependencies>
<dependency>
<groupId>org.bitsofinfo</groupId>
<artifactId>docker-discovery-registrator-consul</artifactId>
<version>1.0-RC1</version>
</dependency>
<!-- include your preferred javax.ws.rs-api
(for the https://github.com/OrbitzWorldwide/consul-client dependency)
implementation - see gradle example above
-->
</dependencies>
<repositories>
<repository>
<snapshots>
<enabled>false</enabled>
</snapshots>
<id>central</id>
<name>bintray</name>
<url>http://jcenter.bintray.com</url>
</repository>
</repositories>