Releases: cloudfoundry/bosh
Releases · cloudfoundry/bosh
v277.0.0
What's Changed
- do not add more than one scan_and_fix task to the director queue by @nouseforaname in #2414
- Configure Blubraket to ignore non-inclusive language in vendor dirs by @rkoster in #2415
- Adding Ruby 3.2 support. by @lnguyen in #2418
- dockerfile cleanup by @nouseforaname in #2420
- update pry to version compatible with ruby 3.2 by @nouseforaname in #2422
- Adding support for Postgres 15 by @lnguyen in #2419
Full Changelog: v276.1.1...v277.0.0
v276.1.1
What's Changed
- Cache /info on nats sync by @lnguyen in #2409
- Use vendored
ruby-release
packages with a prefix instead of having Director specific packages. This should resolve issues compiling packages in air-gapped environments.
Full Changelog: v276.1.0...v276.1.1
v276.1.0
What's Changed
Full Changelog: v276.0.0...v276.1.0
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