2.86.0
tas-runtime-bot
released this
07 Dec 13:37
·
631 commits
to develop
since this release
Changes
- BBS Run migration and save migration version in single transaction
- Rep Make max_containers configurable
- Executor Ignore EntryNotFound and AlreadyClosed errors when cleaning up cache
- Route-emitter Add AZ to registry message
- Rep Send AZ in StartActualLRP/EvacuateRunningActualLRP requests to BBS
Bosh Job Spec changes:
diff --git a/jobs/rep/spec b/jobs/rep/spec
index 1383b67c0..5c0ec9576 100644
--- a/jobs/rep/spec
+++ b/jobs/rep/spec
@@ -30,6 +30,11 @@ packages:
- proxy
- certsplitter
+consumes:
+- name: max_containers
+ type: max_containers
+ optional: true
+
properties:
bpm.enabled:
description: "use the BOSH Process Manager to manage the cell rep process."
✨ Built with go 1.21.5
Full Changelog: v2.85.0...v2.86.0