> 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/2023/july-2023.md).

# July 2023

## What's new

### [<mark style="color:blue;">**Managed Kubernetes Maintenance Window**</mark>](/cloud/containers/managed-kubernetes/maintenance.md)

{% hint style="success" %}
**July 7**

The documentation for **Managed Kubernetes** has been updated to include information about the maintenance window and the cluster and node pool maintenance processes.
{% endhint %}

### [<mark style="color:blue;">**Managed Kubernetes Versions**</mark>](/cloud/containers/managed-kubernetes/overview.md#supported-versions)

{% hint style="success" %}
**July 7**

The documentation for **Managed Kubernetes** has been updated to include information about Kubernetes versions and their availability.
{% endhint %}

### [<mark style="color:blue;">**Manage security risks with Vulnerability Register**</mark>](/cloud/security-safeguards/vulnerability-register.md)

{% hint style="success" %}
**July 5**

The **Vulnerability Register** serves as a comprehensive record detailing security vulnerabilities that impact <code class="expression">space.vars.ionos\_cloud</code> products and services. This report has been developed as an integral component of our continuous commitment to assist you in effectively mitigating security risks and safeguarding the integrity of your systems.
{% endhint %}

### [<mark style="color:blue;">**Application Load Balancer General Availability**</mark>](/cloud/network-services/application-load-balancer.md)

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

**Application Load Balancer** is now in the General Availability (GA) phase. With the Application Load Balancer (ALB), incoming application layer traffic can be routed to targets based on user-defined rules.
{% endhint %}

### [<mark style="color:blue;">**Network Load Balancer General Availability**</mark>](/cloud/network-services/network-load-balancer.md)

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

**Network Load Balancer** is now in the General Availability (GA) phase. With the Network Load Balancer (NLB), you can automatically distribute workloads over several servers, which minimizes disruptions during scaling.
{% endhint %}

### [<mark style="color:blue;">**NAT Gateway General Availability**</mark>](/cloud/network-services/network-load-balancer.md)

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

**NAT Gateway** is now in the General Availability (GA) phase. With the NAT Gateway, you can enable internet access to virtual machines without exposing them to the internet by a public console. It acts as an intermediary device that translates IP addresses between the private network and the public internet.
{% 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/2023/july-2023.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.
