# What's new in version 2.42

Portainer version 2.42 includes a number of new fixes and updates. For a full list of changes, please refer to our [release notes](/sts/release-notes.md).

## Short Term Support (STS) <a href="#short-term-support-sts" id="short-term-support-sts"></a>

2.42 is a Short Term Support, or "STS", release of Portainer. STS releases intended to be an introduction of new features and functionality in Portainer, and while we do perform significant testing prior to release are not recommended for production use. For production, we recommend staying with the Long Term Support (LTS) releases. The features that appear in STS releases will, once refined and stable, be implemented in the next LTS release.

You can read more about our release principles in our [lifecycle policy](https://docs.portainer.io/sts/start/lifecycle).

## New in this release

### New ways to back up Portainer ![](/files/ampF8yKFDfHH1CzAQKil)&#x20;

This release introduces two new backup options for Portainer.&#x20;

[Scheduled local backup](/sts/admin/settings/general.md#scheduled-local-backup) allows admin users to automatically back up their configuration on a defined cron schedule, with configurable retention and support for custom storage paths via the `PORTAINER_BACKUP_PATH` environment variable.&#x20;

[Store in Azure Blob](/sts/admin/settings/general.md#store-in-azure-blob) adds Azure Blob Storage as a backup destination, joining S3 as a supported cloud storage option, and supports both on-demand and scheduled backups.&#x20;

<figure><img src="/files/WBUQr40oRRThYkF553Jj" alt=""><figcaption></figcaption></figure>

### GitOps Sources  ![](/files/ampF8yKFDfHH1CzAQKil) ![](/files/FIZ3QK42QYpkLd2Bn9wr)

Portainer now includes a dedicated [Sources](/sts/user/app-delivery/sources.md) view, providing a central place to view all external sources connected to your Portainer instance. From a single screen, you can view all the source details, and see at a glance how many workflows and environments each source is connected to. Keep an eye on this page as we continue to expand its functionality.

<figure><img src="/files/RWy4eBvTRqFb89waTtaF" alt=""><figcaption></figcaption></figure>

### Alerting improvements  ![](/files/ampF8yKFDfHH1CzAQKil)

[Alerting](/sts/user/alerting.md) sees several improvements in this release. Select alert types now support multi-severity thresholds for specifying critical, warning, and info levels, while the rules view gains category-based grouping and filtering. New Kubernetes rules cover etcd, API server, TLS certificate expiry, and NotReady nodes, and alert summaries now surface meaningful per-entity context for faster triage.

<figure><img src="/files/5taBYwqI6cx6HR3I870X" alt=""><figcaption></figcaption></figure>

### Kubernetes volumes page restructure and improvements  ![](/files/ampF8yKFDfHH1CzAQKil) ![](/files/FIZ3QK42QYpkLd2Bn9wr)

In this release, the previous Volumes and Storage tabs found on the [Kubernetes volumes page](/sts/user/kubernetes/volumes.md) have been replaced with three sections - Persistent Volumes, Persistent Volume Claims, and Storage Classes - giving each resource type its own focused view. You can now edit a volume's reclaim policy and resize persistent volume claims directly from the Actions menu, and storage classes can be set as the cluster default with a single click.&#x20;

<figure><img src="/files/H6VUWYsaefOP35AOONsQ" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions: 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:

```
GET https://docs.portainer.io/sts/whats-new.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
