---
date: 2025-11-30T00:00:00.000Z
tags:
  - services
  - insights
  - scopes
  - cli
  - security
  - monthly
doc_id: c7f4a9b8-2e6a-4d2b-9f5e-8c3a6d1b7f42
toc_max_heading_level: 2
description: >
  November updates: service update modes, security, insights access by account,
  outdated parameter visibility, multiple overrides, and CLI 2.4.0.
keywords:
  - services
  - insights
  - scopes
  - CLI
title: November 2025
slug: november-2025
---


November updates: service update modes, security, insights access by account, outdated parameter visibility, multiple overrides, and CLI 2.4.0.

{/* truncate */}

## ✨ 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:**

1. Go to **Platform settings > Services**.
2. Click **+ New service** or edit an existing one.
3. Choose the **owner** NRN (organization, account, or namespace).
4. Create or update the service, and select whether the update should run with provisioning or without provisioning.
5. Click **Edit service** to save your settings.

👉 See our docs on [Services](/docs/services/manage-services) for more info.

<img alt="provision-service" src="/img/changelogs/2025/november/provision-service.png" width="100%" className="helper-image" />


## ✨ 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.

```bash
/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](/docs/agent-backed-scopes/overrides/multiple-overrides). 

:::tip Stay up to date on scopes
We maintain a dedicated changelog for scopes so you can follow every update, version by version.

👉 Find it in the [Scopes repository](https://github.com/nullplatform/scopes/blob/main/CHANGELOG.md).
:::

## ✨ Traffic Manager for Kubernetes: version 1.2.0 released
 
Version `1.2.0` is now available. This release includes security updates to address
dependency vulnerabilities and improve overall stability.

**Where to find it:**

Go to **Platform settings > Container orchestration**.

<img alt="traffic-manager" src="/img/changelogs/2025/november/traffic-manager-120.png" width="100%" className="helper-image" /> 


## ✨ Outdated parameters are now clearly identified

We've improved visibility in the **Scopes > Parameters** section so you can quickly identify parameters that are **outdated**.

You’ll now see:

- Which parameter values are **currently active** (applied in the current scope).  
- Which values are **pending deployment** and require a new deployment to take effect.

This helps prevent configuration drift and makes it easier to audit and validate changes.

<img alt="outdated-parameter" src="/img/changelogs/2025/november/outdated-parameter.png" width="100%" className="helper-image" />

## ✨ Enable Insights per account

The **Insights** view provides a unified visualization of your organization’s deployment trends, service usage, metrics, and more.

You can now **grant access to Insights at the account level**, offering more granular visibility without exposing metrics for the entire organization.

This is especially useful for organizations managing multiple teams.

💡 If you're building your own insights or tracking additional metrics, [let us know](/docs/support)—we’d
love to collaborate and explore how we can help.

## ✨ CLI 2.4.0

We've released version `2.4.0` of the nullplatform CLI, bringing new features and fixes.  

**What's new:**

- New `np build patch` command.
- Improved error handling: API responses now include full body details.  
- Added support for `executor` step in `np service workflow exec`.  

**Install the latest version:**

```bash
curl https://cli.nullplatform.com/install.sh | sh
```

👉 See the [CLI docs](/docs/cli) for more info.

---

Wishing you a fantastic month ahead – from the **nullplatform** team! ❤️
