November
Welcome to our changelog! πβ
Stay updated on the latest changes and improvements in nullplatform.
β¨ Provision services beyond the application level from the UIβ
You can now provision services directly at the organization, account, or namespace level from the UI, making it easier to manage services that are shared across multiple applications.
This improvement gives you a cleaner workflow to manage shared services and reduces duplication across applications.
Where to find it:
- Go to Platform settings > Services.
- Click + New service or edit an existing one.
- Choose the owner NRN (organization, account, or namespace).
- Create or update the service, and select whether the update should run with provisioning or without provisioning.
- Click Edit service to save your settings.
π See our docs on Services for more info.
β¨ Scopes now support multiple override layersβ
Agent-backed scopes now support configuring multiple override layers from a single entrypoint.
This gives you far more flexibility when extending or customizing scope behavior, especially for
advanced cases like Scheduled Tasks.
How it works:
You can now pass more than one --overrides-path flag when running the scope entrypoint.
Each path is loaded as an override layer.
/root/.np/nullplatform/scopes/entrypoint \
--overrides-path=/root/.np/your-org/your-override-repo \
--overrides-path=/root/.np/your-org/your-second-override-repo
Why this matters:
Before this update, you could only define one override layer per scope. Now you can chain multiple layers to progressively customize behavior.
π Learn more about how to customize multiple overrides.
We maintain a dedicated changelog for scopes so you can follow every update, version by version.
π Find it in the Scopes repository.