# What's new in version 2.41

Portainer version 2.41 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.41 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

### A new look for the home page  ![](/files/ampF8yKFDfHH1CzAQKil) ![](/files/FIZ3QK42QYpkLd2Bn9wr)

The Portainer [home page](/sts/user/home.md) has a new look. As part of our ongoing UI refresh, environments on the home page are now displayed in helpful groupings, making it easier to spot environments that are down or not assigned to a group. You can also sort environments by group, platform, or health.

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

### New Recommendations view ![](/files/ampF8yKFDfHH1CzAQKil)

Introducing Portainer [Recommendations](/sts/admin/recommendations.md). This new view will help you get the most out of your Portainer setup by surfacing actionable suggestions when it detects environment issues or Portainer configuration gaps. Each recommendation includes a direct action to take you straight to the relevant area of Portainer to resolve it.

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

### New GitOps Workflows dashboard ![](/files/ampF8yKFDfHH1CzAQKil) ![](/files/FIZ3QK42QYpkLd2Bn9wr)

The new [Workflows](/sts/user/workflows.md) dashboard provides a unified view of all Docker, Edge, and Kubernetes workloads deployed from a Git repository. Quickly assess deployment health across your environments and jump directly to any stack or application that needs attention.

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

### **Docker image prune** ![](/files/ampF8yKFDfHH1CzAQKil) ![](/files/FIZ3QK42QYpkLd2Bn9wr)

Keeping your Docker environments tidy is now easier with the introduction of [image pruning](/sts/user/docker/images/prune-dangling-and-unused-images.md). You can now prune directly from the Images view, with the option to remove only dangling images or extend the cleanup to all unused images.&#x20;

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

### Improvements to Alerting ![](/files/ampF8yKFDfHH1CzAQKil)

[Alerting](/sts/user/alerting.md) is now generally available, having graduated from being behind the Additional Functionality feature flag. This release brings several improvements to alerts, including clearer rule configuration and the ability to scope rules to specific environment groups.

Notifications can be sent to Slack, Email, or Microsoft Teams. [We'd love to hear your feedback](https://github.com/orgs/portainer/discussions) as we continue to develop this feature.

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

### Manage Portainer using Terraform  ![](/files/ampF8yKFDfHH1CzAQKil) ![](/files/FIZ3QK42QYpkLd2Bn9wr)

[Portainer can now be automated](#manage-portainer-using-terraform) using our [official Terraform provider](https://registry.terraform.io/providers/portainer/portainer/latest/docs), allowing you to manage Portainer resources through the Portainer API with Terraform. This lets you create and manage environments, users, teams, stacks, and other Portainer resources as code, and integrate Portainer into your existing Infrastructure as Code and CI/CD workflows.&#x20;

You can find a full walkthrough of how to deploy a Docker stack with Terraform in our [How-to articles](https://www.portainer.io/how-to/how-to-deploy-a-docker-stack-with-terraform).


---

# 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.
