Releases: cloudfoundry/bosh
Releases · cloudfoundry/bosh
v280.0.6
What's Changed
- In v280.0.5, the
activesupport
gem was bumped from 7.0.8 to 7.1.0. This broke some releases that were using theObject#present?
method provided by ActiveSupport, as it was no longer included by default. We were getting these methods accidentally because the BOSH Director uses both thedelayed_job
andfactory_bot
gems, which both transitively includeactivesupport
. Because releases in the wild are relying on these methods, we now explicitly include theactive_support/core_ext/object/blank
in the templating pipeline library in order to continue providing the methods.
Full Changelog: v280.0.5...v280.0.6
v280.0.5
Updates:
- Updates nats-server from 2.10.2 to 2.10.3
v280.0.4
Updates:
- Updates nats-server from 2.10.1 to 2.10.2
v280.0.3
Updates:
- Updates nats-server from 2.10.0 to 2.10.1
v280.0.2
Updates:
- Updates nats-server from 2.9.22 to 2.10.0
v280.0.1
v280.0.0
What's Changed
- Enable support for verify-ca SSL mode for cases when hostname verification is not possible/required by @anshrupani in #2462
- Unifying azure storage cli config across director and agent to prevent conflicts by @anshrupani in #2465
New Contributors
- @anshrupani made their first contribution in #2462
Full Changelog: v279.0.0...v280.0.0
v279.0.0
What's Changed
Full Changelog: v278.0.0...v279.0.0
v278.0.0
What's Changed
- Azure Storage Account now supported as a bosh blobstore: Integrate bosh-azure-storage-cli @Malsourie in #2456
- There is a known issue with a mismatch of the Azure Storage Account properties between the director, blobstore client and agent that prevents this from working correctly.
- Auto bump the azure storage cli by @fmoehler in #2455
New Contributors
- @Malsourie made their first contribution in #2456
- @fmoehler made their first contribution in #2455
Full Changelog: v277.4.3...v278.0.0
v277.4.3
What's Changed
- Fixes bug where
bosh clean-up
schedule task was not working
Full Changelog: v277.4.2...v277.4.3