diff --git a/release-notes.md b/release-notes.md index 21e64cd7..dd959435 100644 --- a/release-notes.md +++ b/release-notes.md @@ -6,7 +6,7 @@ The following release notes are for the **Business Edition** of Portainer. For * October 16, 2024 -This is a [STS (Short Term Support) release](https://www.portainer.io/blog/portainer-2.20-release) that includes all the changes added up to and including the 2.22.0 release, as well as various fixes aimed at enhancing the stability and scalability of Portainer. For more details on what is included from the 2.22 release, refer to the [2.22 release notes](release-notes.md#release-2.22.0). +This is a [STS (Short Term Support) release](start/lifecycle.md#sts-versus-lts) that includes all the changes added up to and including the 2.22.0 release, as well as various fixes aimed at enhancing the stability and scalability of Portainer. For more details on what is included from the 2.22 release, refer to the [2.22 release notes](release-notes.md#release-2.22.0). ### Known issues @@ -67,7 +67,7 @@ October 8, 2024 October 3, 2024 -This is a [STS (Short Term Support) release](https://www.portainer.io/blog/portainer-2.20-release) that includes all the changes added up to and including the 2.21.2 release, as well as various fixes aimed at enhancing the stability and scalability of Portainer. For more details on what is included from the 2.21 release, refer to the [2.21 release notes](release-notes.md#release-2.21.2). +This is a [STS (Short Term Support) release](start/lifecycle.md#sts-versus-lts) that includes all the changes added up to and including the 2.21.2 release, as well as various fixes aimed at enhancing the stability and scalability of Portainer. For more details on what is included from the 2.21 release, refer to the [2.21 release notes](release-notes.md#release-2.21.2). ### Breaking changes diff --git a/whats-new.md b/whats-new.md index 406809d3..d18acd9a 100644 --- a/whats-new.md +++ b/whats-new.md @@ -6,18 +6,18 @@ Portainer version 2.23 includes a number of new fixes and updates. For a full li 2.23 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 CEO Neil's [blog post](https://www.portainer.io/blog/2024-release-principle). +You can read more about our release principles in our [lifecycle policy](start/lifecycle.md). ## Enhancements and Fixes -### Performance optimizations ![](.gitbook/assets/button\_be.png) ![](.gitbook/assets/image.png) +### Performance optimizations ![](.gitbook/assets/button_be.png) ![](.gitbook/assets/image.png) 2.23 builds on the previous versions' optimizations to performance to once again increase the responsiveness of the Portainer experience. In particular we've made improvements to search speed on the Home page (useful for those with a lot of environments), along with a raft of improvements to the load times of Kubernetes-related pages. We've also moved some of the webhook logic into the background to help to avoid timeouts. -### Smaller Git clones ![](.gitbook/assets/button\_be.png) ![](.gitbook/assets/image.png) +### Smaller Git clones ![](.gitbook/assets/button_be.png) ![](.gitbook/assets/image.png) In 2.23 we've made a small but potentially quite impactful change to how we do our Git clones which should help to reduce the size on disk of those clones. If you're using our Git repository functionality when deploying stacks you may notice a reduction in the amount of disk space used by each clone going forward. -### Improved logging for OAuth and Edge ![](.gitbook/assets/button\_be.png) ![](.gitbook/assets/image.png) +### Improved logging for OAuth and Edge ![](.gitbook/assets/button_be.png) ![](.gitbook/assets/image.png) We've made some adjustments to logging and error reporting in 2.23, specifically in the OAuth and Edge areas. OAuth logs now have increased verbosity which should help with diagnosing issues with authentication timeouts. Edge API calls now report additional information when they error, including the environment ID and name, to aid in better identification when dealing with large numbers of Edge environments.