Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion source/content/terminus/10-supported-terminus.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,9 @@ After this period, the version will reach End Of Life (**EOL**), and will no lon

| Version | Release Date | EOL Date |
|------------------|--------------------|--------------------|
| 4.0.2 | September 05, 2025 | |
| 4.1.0 | September 29, 2025 | |
| 4.0.3 | September 11, 2025 | September 29, 2026 |
| 4.0.2 | September 05, 2025 | September 11, 2026 |
| 4.0.1 | May 19, 2025 | September 05, 2026 |
| 4.0.0 | May 07, 2025 | May 19, 2026 |
| 3.6.2 | March 03, 2025 | May 07, 2026 |
Expand Down
22 changes: 22 additions & 0 deletions source/releasenotes/2025-09-29-terminus-410.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
---
title: "Terminus 4.1.0 release now available"
published_date: "2025-09-29"
categories: [tools-apis]
---

Terminus [4.1.0](https://github.com/pantheon-systems/terminus/releases/tag/4.1.0) is now available as of September 29, 2025. This minor update contains the latest bug fixes and improvements for this tool.

This release includes enhanced environment information visibility and improved error messaging:

- **Added PHP Runtime Generation and PHP Version fields** to the `env:list` command output, providing better visibility into your environment's PHP configuration
- **Improved workflow timeout handling** that now displays warnings instead of confusing error messages when workflows take longer than expected

For more information about this release, visit the [GitHub release page](https://github.com/pantheon-systems/terminus/releases/tag/4.1.0).

## How to upgrade Terminus
If you manage your installation via Homebrew on macOS, you can update Terminus with the following command:

```shell{promptUser: user}
brew upgrade pantheon-systems/external/terminus
```
For other systems, see additional upgrade instructions [here](/terminus/install).