Skip to main content

Pantheon release notes

Your destination for staying informed about our latest innovations and product updates.
Subscribe to RSS feed
Tools & APIs
April 14, 2026

Support for creating Drupal and WordPress sites using an external repository on GitHub is now generally available to Pantheon customers with Gold, Platinum or Diamond Workspaces. Previously, this capability was restricted to a private beta program; now, it is included as part of the recent Terminus 4.2.0 Release.

Sites created on an external GitHub repository utilize a GitHub Application that moves code to Pantheon Multidev environments and the Dev environment when correspond to changes are made to on that repository.

Diagram of the GitHub Application process of deploying a PR to a Pantheon Multidev

This Application is intended for teams that want the simplest possible tool for achieving the above workflow. Once it is turned on, no additional configuration is necessary.

Pantheon continues to offer a GitHub Action that performs a similar function for teams who want to make customization to their workflows and treat the deployment of code as one step in a larger Continuous Integration workflow.

See our Github application documentation page for more instruction on usage and a breakdown of limitations.

April 13, 2026

Terminus 4.2.0 is now available. This minor release brings major improvements including three integrated plugins and enhanced Node.js/STA site support.

Key improvements in this release

  • Integrated core plugins: Three popular plugins are now built directly into Terminus, eliminating the need for separate installation:

  • Enhanced Node.js/STA site management:

    • node:builds:wait command for tracking STA site deployment progress (#2798)
    • node:builds:rollback command for easy build rollbacks (#2803)
    • Enhanced builds:list with active build status (#2807)
    • Added deployment status to builds command (#2801)
    • Improved site creation workflow by skipping dev environment wait (#2810)
    • Node.js sites can now use the metrics command (#2806)
  • Bug fixes:

    • Update check in env:wake for node sites (#2816)
    • Update Node.js site creation notice to reflect actual build trigger (#2819)

How to upgrade to Terminus 4.2.0

If you use Homebrew (macOS-only) to manage your Terminus installation, you should upgrade using:

If you installed Terminus directly from the .phar file, you should upgrade using the self:update command:

For more information about this release, visit the GitHub release page.

If you have questions or concerns around Terminus, please use the Terminus issue queue.

April 9, 2026

Terminus 4.1.9 is now available. This patch release fixes SSH output formatting issues and resolves env:wake command failures.

Key improvements in this release

  • SSH output formatting fix: Resolved an issue where SSH command output would appear garbled when streaming, improving terminal display readability. (#2814)
  • env:wake command fix: Fixed env:wake failures by removing the unnecessary X-Pantheon-Styx-Hostname header requirement, allowing environments to wake successfully. (#2815)

How to upgrade to Terminus 4.1.9

If you use Homebrew (macOS-only) to manage your Terminus installation, you should upgrade using:

If you installed Terminus directly from the .phar file, you should upgrade using the self:update command:

For more information about this release, visit the GitHub release page.

If you have questions or concerns around Terminus, please use the Terminus issue queue.

April 1, 2026

Terminus 4.1.8 is now available. This patch release adds a warning when creating sites without specifying an organization, ahead of the Q2 2026 requirement that all sites belong to an organization.

Key improvements in this release

  • site:create --org warning: Warns users when site:create is called without the --org option, and provides a clear error message if the backend rejects the request. The --org option help text now indicates the upcoming requirement. (#2786)

How to upgrade to Terminus 4.1.8

If you use Homebrew (macOS-only) to manage your Terminus installation, you should upgrade using:

If you installed Terminus directly from the .phar file, you should upgrade using the self:update command:

For more information about this release, visit the GitHub release page.

If you have questions or concerns around Terminus, please use the Terminus issue queue.

March 31, 2026

We have renamed Personal Workspaces to My Dashboard and have removed the ability to create new sites directly within it. Going forward, all new sites must be created within a Professional Workspace.

For details on workspaces, including how to create a free Professional Workspace, see related documentation.

What's changing?

  • The Personal Workspace has been renamed to My Dashboard throughout the Pantheon dashboard.
  • Site creation:
    • In the dashboard, the option to select a Personal Workspace during site creation has been removed. Users must now select a Professional Workspace when creating a new site.

    • From the commandline, running terminus site:create without the --org flag returns this wanring:

      An org must be defined to create a site.

      Sites created via Terminus without an org are added to your My Dashboard workspace.

What's not changing?

Existing sites associated with My Dashboard are not affected. This update to the dashboard site creation process only prevents new sites from being added.

Site creation via Terminus without an org will still complete successfully at this stage. No changes to your existing Terminus scripts are required yet.

Looking ahead

Starting June 1, 2026, specifying an org will be required when creating sites via Terminus. We recommend updating your scripts now to avoid disruption:

March 26, 2026

Terminus 4.1.7 is now available. This hotfix release fixes the domain:verify command to properly display DNS challenge details.

Key improvements in this release

  • domain:verify fix: Fixed the command to display DNS challenge details when a domain is unverified, and added polling for verification status after triggering verification (#2797)

How to upgrade to Terminus 4.1.7

If you use Homebrew (macOS-only) to manage your Terminus installation, you should upgrade using:

If you installed Terminus directly from the .phar file, you should upgrade using the self:update command:

For more information about this release, visit the GitHub release page.

If you have questions or concerns around Terminus, please use the Terminus issue queue.

March 20, 2026

Terminus 4.2.0-rc.1 is now available as a pre-release. This release candidate merges several standalone plugins into Terminus core and adds Elasticsearch support with unified search commands.

Key improvements in this release

Information:
Note

The Secrets Manager, Repository and Node Logs plugins will be deprecated after the final release of Terminus 4.2.0 as these features will have been merged into Terminus core. Older versions of Terminus will still require these plugins if the functionality they add is required.

How to install Terminus 4.2.0-rc.1

This is a pre-release version intended for testing. To install it directly from the .phar file, you can download it from the GitHub release page.

For more information about this release, visit the GitHub release page.

If you have questions or concerns around Terminus, please use the Terminus issue queue.

March 19, 2026

Terminus 4.1.6 is now available. This release adds the domain:verify command, new Elasticsearch search commands, and deprecates the legacy Solr commands.

Key improvements in this release

  • Domain verification command: New domain:verify command allows users to verify domain ownership directly from Terminus (#2790)
  • New search commands: New search:enable and search:disable commands for managing search indexing services (#2783, #2784)
    • Note: These commands are currently non-functional for WordPress until Elasticsearch platform compatibility is added
  • Solr command deprecation: solr:enable and solr:disable are now deprecated in favor of the new search:enable and search:disable commands
  • Bug fix: Fixed empty body handling to use object instead of array (#2780)

How to upgrade to Terminus 4.1.6

If you use Homebrew (macOS-only) to manage your Terminus installation, you should upgrade using:

If you installed Terminus directly from the .phar file, you should upgrade using the self:update command:

For more information about this release, visit the GitHub release page.

If you have questions or concerns around Terminus, please use the Terminus issue queue.