> 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/february-2025.md).

# February 2025

## What's new

### [<mark style="color:blue;">**AI Model Hub How-Tos**</mark>](/cloud/ai/ai-model-hub/how-tos.md)

{% hint style="success" %}
**February 28**

A step ahead in the AI Model Hub: With [<mark style="color:blue;">How-Tos</mark>](/cloud/ai/ai-model-hub/how-tos.md), you can now use AI Model Hub through the [<mark style="color:blue;">DCD</mark>](https://dcd.ionos.com/latest/) to test the most critical endpoints. Additionally, we will extend the free service for another three months. We offer a set of applications and code projects you can use to get your AI journey started.
{% endhint %}

### [<mark style="color:blue;">**Tutorial: acme.sh**</mark>](https://docs.ionos.com/cloud/tutorials/network-services/cloud-dns/acme)

{% hint style="success" %}
**February 26**

A new tutorial on using acme.sh with Cloud DNS to manage SSL/TLS certificates is now available. This tutorial covers the installation, configuration, and automation of certificate renewal.
{% endhint %}

### [<mark style="color:blue;">**MongoDB supported versions updated**</mark>](/cloud/databases/mongodb.md)

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

DBaaS now supports MongoDB 7.0. The creation of MongoDB 5.0 clusters is discontinued. Existing clusters are not affected; they can be [<mark style="color:blue;">upgraded</mark>](/cloud/databases/mongodb/api/v1-api/modify-cluster-attributes.md) to a higher major version.
{% endhint %}

### [<mark style="color:blue;">**Windows Server 2025 Image Availability**</mark>](/cloud/backup-and-storage/images-snapshots.md)

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

<code class="expression">space.vars.ionos\_cloud</code> now supports Windows Server 2025 images, both [<mark style="color:blue;">public</mark>](/cloud/backup-and-storage/images-snapshots/public-images.md) and [<mark style="color:blue;">private</mark>](/cloud/backup-and-storage/images-snapshots/private-images.md), through the DCD and the API in all server locations.
{% endhint %}

### [<mark style="color:blue;">**AI Model Hub supports Llama 3.3 70B and Teuken**</mark>](/cloud/ai/ai-model-hub/how-tos/text-generation.md)

{% hint style="success" %}
**February 3**

AI Model Hub supports the models Llama 3.3 (70B) and Teuken (7B). Document collections can now use all supported embedding models, allow for chunking, and support PostgreSQL as an alternative backend.
{% endhint %}

## Documentation updates

### [<mark style="color:blue;">**Introducing Tutorials section in VPN Gateway**</mark>](https://docs.ionos.com/cloud/tutorials/network-services/vpn-gateway)

{% hint style="success" %}
**February 28**

We have introduced a Tutorials section in the [<mark style="color:blue;">**VPN Gateway**</mark>](/cloud/network-services/vpn-gateway.md) documentation to enhance the user experience and simplify setup processes. This section provides step-by-step instructions and best practices for configuring and managing VPN Gateways. The [<mark style="color:blue;">new tutorial</mark>](https://docs.ionos.com/cloud/tutorials/network-services/vpn-gateway/ipsec-vdc-onprem) guides you through creating an IPSec tunnel between a Virtual Data Center (VDC) and an on-premises gateway, 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/february-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.
