Releases: cloudfoundry/bosh
Releases · cloudfoundry/bosh
v276.0.0
What's changed
- Bump to ruby embedded in director instead of ruby-package. This should fix #2400
Full Changelog: v275.1.0...v276.0.0
v275.1.0
- 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
v275.0.0
What's Changed
- Bump to Ruby 3.1.2
- Bumps to the blobstore CLIs to use Go 1.19
- Removed usage of the EventMachine gem in the Worker process to improve memory performance on Jammy-based stemcells
Full Changelog: v274.4.0...v275.0.0
v274.4.0
What's Changed
- Fix for the race condition related to NATs users by @danielfor in #2398
Full Changelog: v274.3.0...v274.4.0
v274.3.0
What's Changed
Full Changelog: v274.2.0...v274.3.0
v274.2.0
Bug fixes
- Fixes a bug with NATS where post-deploy isn't ran on
bosh create-env
Full Changelog: v274.1.0...v274.2.0
v274.1.0
Bug Fixes
- Fix a bug with NATS 2.0 when deploying CF on bosh-lite
Full Changelog: v274.0.0...v274.1.0
v274.0.0
What's Changed
- Upgrading NATS to a supported version by @danielfor in #2391
Full Changelog: v273.1.0...v274.0.0
What's Changed
- Upgrading NATS to a supported version by @danielfor in #2391
Full Changelog: v273.1.0...v274.0.0
v273.1.0
What's Changed
- deleted bosh config leaves dangling hm rule by @nouseforaname in #2393
- Add postgres package autobumping by @nouseforaname in #2395
Full Changelog: v273.0.0...v273.1.0
v273.0.0
What's Changed
- Make
director.db.connection_options
spec property more clear @nouseforaname in #2387 - Fix regression: Deployment manifests can contain yaml anchors by @mvach in #2386
- Add name parameter to cloud_configs_controller by @mvach in #2390
Full Changelog: v272.6.0...v273.0.0