Skip to content
This repository has been archived by the owner on Jan 5, 2019. It is now read-only.

Releases: cloudfoundry-attic/bosh-init

v0.0.100

14 Feb 23:44
Compare
Choose a tag to compare
  • Fixed premature SSH tunnel termination

v0.0.99

11 Nov 23:53
Compare
Choose a tag to compare
  • Rebuilt in go 1.7.1

v0.0.98

12 Oct 18:50
Compare
Choose a tag to compare
  • Compiled with 1.7.1 go to support latest macOS

v0.0.96

19 Jul 23:19
Compare
Choose a tag to compare
  • Increase TLS handshake timeout to 30 seconds.

v0.0.95

30 Jun 01:44
Compare
Choose a tag to compare
  • Fixed an edge case for calculating transitive dependencies during compilation

v0.0.94

15 Jun 20:58
Compare
Choose a tag to compare
  • Disables keep alive for HTTP connections to avoid EOF and connect errors we've seen in out Azure environments

v0.0.92

03 Jun 18:19
Compare
Choose a tag to compare
  • Disables HTTP connection reuse to avoid issues observed on some OpenStack envs
    • 0.0.93 (next version) may need to introduce more aggressive retries to avoid errors in network challenged envs

v0.0.91

20 May 01:42
Compare
Choose a tag to compare
  • Run post-start scripts before finishing the deploy
    • Fixes timing issue with UAA since it has a health check in its post start script

v0.0.90

09 May 07:17
Compare
Choose a tag to compare
  • Allows job level properties; for example

    instance_groups:
    - name: syslog_forwarder
      release: syslog
      properties:
        ...
    

v0.0.88

03 May 16:49
Compare
Choose a tag to compare
  • Fixes rendering templates when used with dynamic networking
    • bosh-init would panic if one of the networks was a dynamic network