---
date: 2024-12-31T00:00:00.000Z
tags:
  - platform-settings
  - object modifiers
  - kubernetes
  - force delete
  - monthly
toc_max_heading_level: 2
doc_id: 2ee80daf-ff02-4c7f-80c7-a2134b2432c4
description: >-
  December changelog featuring new platform settings for infrastructure
  management and Kubernetes object modifiers.
keywords:
  - platform settings
  - infrastructure management
  - Kubernetes
  - OpenTofu
  - deprecation notice
title: December 2024
slug: december-2024
---


December changelog featuring new platform settings for infrastructure management and Kubernetes object modifiers.

{/* truncate */}

## New platform settings

We launched **Platform settings** on our platform. You can use it to configure your existing resources on nullplatform to orchestrate the user of your services.

Here's what you can manage:

- **Compute and containers:** cloud providers, container orchestration, and compute management
- **Dev tools:** code and asset repositories 
- **Networking:** Virtual Private Cloud (VPC)

:point_right: Check our [supported integrations](/docs/providers/supported-integrations) for more info on this. 

#### Quick links to help you set up your account (IaC)

- [Configure a provider using OpenTofu](/docs/providers/overview#configure-a-provider)
- [Set up a new account in nullplatform](/docs/providers/tutorials/setting-up-new-account)
- [Set up GCP and GKE using OpenTofu](/docs/providers/tutorials/setting-up-gcp-and-gke)
- [Import existing providers into OpenTofu](/docs/providers/tutorials/importing-existing-configurations-into-terraform)

#### How to access platform settings (UI)

You can either:

- access it directly using: `https://<your-org-slug>.app.nullplatform.io/settings`.
- select Platform settings from the dropdown menu next to your profile.

![Platform settings](/img/changelogs/2024/december/platform-settings.png)

### Deprecation notice: runtime configurations and NRN API

We want to inform you that he following features may be removed in future updates:

- [Runtime configurations](/docs/dimensions/runtime-configurations)
- [NRN API](/docs/NRN#nrn-api)

We recommend using **platform settings** to manage and configure your organization’s infrastructure and operations moving forward.

## Customize Kubernetes with object modifiers

You can now configure Kubernetes manifests before deployment using **object modifiers**.

Key benefits
- **Dynamic configuration:** Adjust manifests dynamically without manual edits.
- **Reusable modifications:** Define once, apply anywhere—across multiple deployments, clusters, or environments.
- **Context-aware replacements:** Inject variables and settings based on your runtime context.

:point_right: Learn how it works, review our example configuration, and more details in [our documentation](/docs/scopes-legacy/kubernetes/object_modifier_kubernetes).


## Force delete misconfigured scopes

The new force delete option allows you to remove scopes that cannot be deleted normally due to configuration errors, such as misconfigured providers.

What you need to know:

- Approval workflows and policies will proceed as usual and won't be skipped.
- The option becomes available after you’ve already tried to delete the scope using a standard delete request and it failed.


:point_right: Check our [docs](/docs/agent-backed-scopes/troubleshooting/force-delete-scopes) and [API reference](/docs/api/scope-delete) for more info on force deleting a misconfigured scope.

---

Happy holidays from the **nullplatform** team! :heart:
