-
Notifications
You must be signed in to change notification settings - Fork 680
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[SITE-1947] software version status page block - release note (#9284)
* software version status page block - release note * remove draft copy * Copy edits * Update 2024-10-29-software-version-status.md --------- Co-authored-by: Rachel Whitton <[email protected]> Co-authored-by: Ingrid <[email protected]>
- Loading branch information
1 parent
265cef1
commit e0f6615
Showing
2 changed files
with
27 additions
and
0 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
--- | ||
title: New site status block for software versions | ||
published_date: "2024-10-29" | ||
categories: [new-feature, security, user-interface] | ||
--- | ||
|
||
We have rolled out a new **site status block** to improve visibility into software versions, helping customers track whether their site’s software is end-of-life (EOL). | ||
|
||
![new software versions module on site status page](../images/software-version-status.png) | ||
|
||
## Features and access | ||
- **Location**: Access the status block via **Pantheon dashboard** > **Site** > **Status**. | ||
- **Software coverage**: The block shows version information for **PHP** and **Solr**. | ||
|
||
### PHP version status | ||
- PHP 8.0 and below are [end-of-life](https://www.php.net/supported-versions.php). [Upgrade to PHP 8.2](https://docs.pantheon.io/guides/php/php-versions) or above for full security coverage. | ||
|
||
### Solr version status | ||
- Pantheon provides Solr versions 3 and 8. Version 3 is end-of-life. We recommend [upgrading to Solr 8](https://docs.pantheon.io/guides/solr-drupal/solr-drupal#configure-the-version). Solr 8 support for Drupal 7 is in progress. | ||
|
||
### Redis recommendation | ||
- Redis versions aren’t shown in the new block currently, but we recommend [upgrading to Redis 6.2](https://docs.pantheon.io/pantheon-yml#specify-a-redis-version). | ||
|
||
This addition helps you easily monitor and maintain your site's software for improved performance and security. For more information on other reports you can run on the Status tab, see the following: | ||
|
||
* [Launch Check - WordPress Performance and Configuration Analysis](/guides/wordpress-pantheon/wordpress-launch-check) | ||
* [Launch Check - Drupal Performance and Configuration Analysis](/drupal-launch-check) |