Skip to content

0.305.0

Compare
Choose a tag to compare
@tas-runtime-bot tas-runtime-bot released this 23 Aug 21:26
· 73 commits to develop since this release

0.305.0

Release Date: August 23, 2024

Changes

  • Route-registrar can dynamically scan and register routes at paths matching route_registrar.dynamic_config_globs

Bosh Job Spec changes:

diff --git a/jobs/route_registrar/spec b/jobs/route_registrar/spec
index feafaf10..4f887265 100644
--- a/jobs/route_registrar/spec
+++ b/jobs/route_registrar/spec
@@ -94,6 +94,10 @@ properties:
   route_registrar.routing_api.server_ca_cert:
     description: "Routing API Certificate Authority"
 
+  route_registrar.dynamic_config_globs:
+    description: "Files matching the globs contain routes configuration that will be loaded dynamically. Parent directory must exist for bpm to mount it."
+    default: [/var/vcap/jobs/*/config/route_registrar/config.yml]
+
   route_registrar.routes:
     description: |
       (required, array of objects): Routes that will be registered

✨ Built with go 1.22.6

Full Changelog: v0.304.0...v0.305.0

Resources