> For the complete documentation index, see [llms.txt](https://docs.ionos.com/cloud/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ionos.com/cloud/release-notes/previous-releases/2025/march-2025.md).

# March 2025

## What's new

### [<mark style="color:blue;">**Revamped Cost & Usage in the DCD**</mark>](/cloud/set-up-ionos-cloud/management/usage/cost-and-usage.md)

{% hint style="success" %}
**March 25** The **Cost & Usage** view has been revamped with a fresh and intuitive design. It provides:

* A comprehensive summary of your account's cost for the past six months, including the current month.
* A monthly report with detailed insights into all costs associated with using Virtual Data Centers (VDCs) and consuming other products and services.
* Transparency about usage patterns and costs across product categories by displaying the total units consumed, cost per unit, and total cost incurred.

<img src="/files/560eqbaJnqIUF20GXH0h" alt="Cost &#x26; Usage view" data-size="original">

As a result, the **Cost & Usage** documentation has been revamped to align with the new view and is now categorized as a [<mark style="color:blue;">separate topic</mark>](/cloud/set-up-ionos-cloud/management/usage/cost-and-usage.md) in the documentation portal.
{% endhint %}

### [<mark style="color:blue;">**Cloud DNS Webhook for**</mark><mark style="color:blue;">**&#x20;**</mark><mark style="color:blue;">**`cert-manager`**</mark>](https://github.com/ionos-cloud/cert-manager-webhook-ionos-cloud)

{% hint style="success" %}
**March 25**

You can now manage TLS certificates for Kubernetes and OpenShift workloads using the Cloud DNS Webhook with [<mark style="color:blue;">cert-manager</mark>](https://cert-manager.io/). It enables you to secure your applications with valid TLS certificates that are automatically renewed before they expire. For more information, see the [<mark style="color:blue;">Manage TLS Certificates using Cloud DNS Webhook for cert-manager</mark>](https://docs.ionos.com/cloud/tutorials/network-services/cloud-dns/certmanager-widget) tutorial.
{% endhint %}

### [<mark style="color:blue;">**Redesigned Certificate Manager with ACME-Based Auto Certificate Support**</mark>](/cloud/security/certificate-manager.md)

{% hint style="success" %}
**March 13**

<code class="expression">space.vars.ionos\_cloud</code> offers a redesigned Certificate Manager through the Data Center Designer (DCD). Using it, you can upload and manage TLS Certificates to integrate key products such as the [<mark style="color:blue;">Managed Application Load Balancer</mark>](/cloud/network-services/application-load-balancer.md) and [<mark style="color:blue;">CDN</mark>](/cloud/network-services/cdn.md).

It also offers additional capabilities such as automatic certificate renewal through integration with Automated Certificate Management Environment (ACME) Providers and [<mark style="color:blue;">Cloud DNS</mark>](/cloud/network-services/cloud-dns.md), allowing you to generate and renew TLS certificates automatically, thus simplifying security management and ensuring that your applications remain secure with minimal manual intervention.
{% endhint %}

### [<mark style="color:blue;">**DCD Availability for Network Security Groups**</mark>](/cloud/security/network-security-groups/how-tos.md)

{% hint style="success" %}
**March 6**

Network Security Groups are now available through the Data Center Designer (DCD). To secure your network, you can create rules based on your use case and leverage the capabilities of either the DCD or the API.
{% endhint %}

## Documentation updates

### [<mark style="color:blue;">**New tutorial available for managing TLS Certificates using Cloud DNS Webhook for cert-manager**</mark>](https://docs.ionos.com/cloud/tutorials/network-services/cloud-dns/certmanager-widget)

{% hint style="success" %}
**March 25**

A new tutorial on managing TLS certificates using the Cloud DNS Webhook for cert-manager is now available. This tutorial covers the installation, configuration, and automation of certificate management for your Kubernetes cluster workloads. By following the steps, you can secure your applications with valid TLS certificates that are automatically renewed before they expire.
{% endhint %}

### [<mark style="color:blue;">**New tutorial available for WireGuard VDC to on-premises gateway connectivity**</mark>](https://docs.ionos.com/cloud/tutorials/network-services/vpn-gateway/wireguard-vdc-onprem)

{% hint style="success" %}
**March 24**

The [<mark style="color:blue;">new tutorial</mark>](https://docs.ionos.com/cloud/tutorials/network-services/vpn-gateway/wireguard-vdc-onprem) guides you through connecting a WireGuard peer between an <code class="expression">space.vars.ionos\_cloud</code> Virtual Data Center (VDC) and an on-premises gateway, offering clear guidance and a smooth setup. As an enhancement to the DCD, the VPN Gateway Manager also lists all tutorials, enabling you to configure your use case effectively.

<img src="/files/UwYDakZCRvyc2yzRIruz" alt="VPN Gateway tutorials" data-size="original">
{% endhint %}

### [<mark style="color:blue;">**New tutorial available for IPSec VDC to VDC connectivity**</mark>](https://docs.ionos.com/cloud/tutorials/network-services/vpn-gateway/ipsec-vdc-vdc)

{% hint style="success" %}
**March 18**

The [<mark style="color:blue;">new tutorial</mark>](https://docs.ionos.com/cloud/tutorials/network-services/vpn-gateway/ipsec-vdc-vdc) guides you through creating an IPSec tunnel between <code class="expression">space.vars.ionos\_cloud</code> Virtual Data Centers (VDCs), offering clear guidance for a smooth setup.
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.ionos.com/cloud/release-notes/previous-releases/2025/march-2025.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
