Skip to content
This repository was archived by the owner on Sep 12, 2024. It is now read-only.

Releases: spotify/helios

0.8.42: Merge pull request #248 from spotify/rculbertson/temp-jobs-create

30 Oct 19:06
Compare
Choose a tag to compare

0.8.41: Upgrade docker-client dependency

30 Oct 15:15
Compare
Choose a tag to compare
-RN

* This new docker client adds SSL/TLS support for Helios to Docker
  communications.
* The DockerCertificates class can now be used to build an SSL context for
  communicating with Docker over HTTPS with client/server authentication.
* Note that we ignore hostnames when verifying SSL certificates. Instead,
  we just make sure that the certificate is from the correct CA. Hostname
  verification is pointless here since everyone is just using self-signed
  certs anyway.
* The way we test this stuff is a bit interesting too: we start a
  container and run an HTTPS Docker instance inside the container,
  and see if we can connect to that with the appropriate certificates.

* Don't send requests to start a container to Docker using chunked
  encoding.
* This is to workaround a bug present in Docker 1.2.0, wherein the
  HostConfig is completely ignored if sent with chunked encoding.
* To enable testing this, we add ContainerInfo.hostConfig(), which returns
  the HostConfig we get from inspecting the container.

0.8.40: Merge pull request #243 from spotify/dxia/cli-json

28 Oct 22:36
Compare
Choose a tag to compare
Output valid JSON for `helios [hosts|jobs]`

0.8.37: Fix deregister to continue when things are missing

27 Oct 20:14
Compare
Choose a tag to compare
-RN
Fix for Helios to successfully deregister hosts when they are deleted.

0.8.29: Fix Circle CI pre-machine step

23 Oct 17:12
Compare
Choose a tag to compare
Find/replace ${revision} in pom.xml as a pre-test step for Circle CI.

0.8.26

21 Oct 20:39
Compare
Choose a tag to compare
skip ITs in jenkins profile

0.8.22

15 Oct 22:12
Compare
Choose a tag to compare
[maven-release-plugin]  copy for tag 0.8.22

0.8.21

14 Oct 20:38
Compare
Choose a tag to compare
[maven-release-plugin]  copy for tag 0.8.21

0.8.20

02 Oct 16:12
Compare
Choose a tag to compare
[maven-release-plugin]  copy for tag 0.8.20

0.8.19

30 Sep 18:26
Compare
Choose a tag to compare
[maven-release-plugin]  copy for tag 0.8.19