Releases: cloudfoundry/bosh
Releases · cloudfoundry/bosh
v280.0.10
What's Changed
Full Changelog: v280.0.9...v280.0.10
v280.0.9
Updates:
- Updates nats-server from 2.10.4 to 2.10.5
v280.0.8
Updates:
- Updates postgresql-13 from 13.12 to 13.13
- Updates postgresql-15 from 15.4 to 15.5
v280.0.7
Updates:
- Updates nats-server from 2.10.3 to 2.10.4
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