v275.1.0
bosh-admin-bot
released this
27 Oct 21:59
·
2214 commits
to main
since this release
- Fix for the race condition between the BOSH Monitor and the NATS. During
bosh create-env
, if UAA was slow to start, it caused the BOSH API to be unavailable, causing the NATS user authentication file to be empty, preventing BOSH health monitor from reaching NATS, causing thebosh create-env
to fail. - Expose the
agent_wait_timeout
property. Previously, this was hard-coded to 600 seconds. During abosh deploy
if the Director wasn't able to communicate with a newly-deployed VM for more than 600 seconds, thebosh deploy
would error with a timeout and the deploy would fail. By exposing this property, users can accommodate extremely slow environments (e.g. nested vSphere environments with slow network connections).
New Contributors
- @adam-jian-zhang made their first contribution in #2406
Full Changelog: v275.0.0...v275.1.0