From e4850265eb560fc2870c26799715776bf38b0649 Mon Sep 17 00:00:00 2001 From: replicated-ci <90716069+replicated-ci@users.noreply.github.com> Date: Wed, 27 May 2026 19:41:45 +0000 Subject: [PATCH 1/3] Vendor Portal v2026.05.27-0 release notes --- docs/release-notes/rn-vendor-platform.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/release-notes/rn-vendor-platform.md b/docs/release-notes/rn-vendor-platform.md index 68bdab652c..b6baec61e4 100644 --- a/docs/release-notes/rn-vendor-platform.md +++ b/docs/release-notes/rn-vendor-platform.md @@ -10,6 +10,16 @@ This topic contains release notes for the Replicated Vendor Platform, which incl +## v2026.05.27-0 + +Released on May 27, 2026 + +### New Features {#new-features-v2026-05-27-0} +* Informs user they are already logged in when visiting the new Enterprise Portal /signup page instead of immediately redirecting. +* Adds a checklist to add new customers to the new enterprise portal for auto invites. +* Redirects licenses to enabled enterprise portal version. +* Improved Enterprise Portal v2 repo relinking with easier template access and clearer repo selectors. + ## v2026.05.19-2 Released on May 19, 2026 From 14ef7b244fc45dbd3360807b48c5fce72ed40063 Mon Sep 17 00:00:00 2001 From: Amber Alston Date: Wed, 27 May 2026 14:46:49 -0600 Subject: [PATCH 2/3] Add missing improvements and bug fixes to v2026.05.27-0 release notes Adds support bundle upload improvement (500MB->2GB for New EP), channel change update fix, and EC image path fix that were missing from the automated release notes. Co-Authored-By: Claude Opus 4.6 (1M context) --- docs/release-notes/rn-vendor-platform.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/release-notes/rn-vendor-platform.md b/docs/release-notes/rn-vendor-platform.md index b6baec61e4..944f1335ba 100644 --- a/docs/release-notes/rn-vendor-platform.md +++ b/docs/release-notes/rn-vendor-platform.md @@ -20,6 +20,13 @@ Released on May 27, 2026 * Redirects licenses to enabled enterprise portal version. * Improved Enterprise Portal v2 repo relinking with easier template access and clearer repo selectors. +### Improvements {#improvements-v2026-05-27-0} +* Increases the maximum support bundle upload size in the New Enterprise Portal from 500 MB to 2 GB. Uploads now go directly to S3 for better performance and reliability. The Classic Enterprise Portal retains the 500 MB limit. + +### Bug Fixes {#bug-fixes-v2026-05-27-0} +* Fixed an issue where New Enterprise Portal instance updates showed permanently up-to-date after a customer's channel was changed. +* Fixed New Enterprise Portal Embedded Cluster install and update push commands to use the correct private registry image paths. + ## v2026.05.19-2 Released on May 19, 2026 From dc6a3ba7394d57c73440eafeeb7a6c6abad02c83 Mon Sep 17 00:00:00 2001 From: Amber Alston Date: Wed, 27 May 2026 14:50:49 -0600 Subject: [PATCH 3/3] Update rn-vendor-platform.md --- docs/release-notes/rn-vendor-platform.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/release-notes/rn-vendor-platform.md b/docs/release-notes/rn-vendor-platform.md index 944f1335ba..b2fdf22c36 100644 --- a/docs/release-notes/rn-vendor-platform.md +++ b/docs/release-notes/rn-vendor-platform.md @@ -15,10 +15,9 @@ This topic contains release notes for the Replicated Vendor Platform, which incl Released on May 27, 2026 ### New Features {#new-features-v2026-05-27-0} -* Informs user they are already logged in when visiting the new Enterprise Portal /signup page instead of immediately redirecting. -* Adds a checklist to add new customers to the new enterprise portal for auto invites. +* Improved new Enterprise Portal repo relinking with easier template access and clearer repo selectors. +* Adds a checklist to add new customers to the new Enterprise Portal for auto invites. * Redirects licenses to enabled enterprise portal version. -* Improved Enterprise Portal v2 repo relinking with easier template access and clearer repo selectors. ### Improvements {#improvements-v2026-05-27-0} * Increases the maximum support bundle upload size in the New Enterprise Portal from 500 MB to 2 GB. Uploads now go directly to S3 for better performance and reliability. The Classic Enterprise Portal retains the 500 MB limit. @@ -26,6 +25,7 @@ Released on May 27, 2026 ### Bug Fixes {#bug-fixes-v2026-05-27-0} * Fixed an issue where New Enterprise Portal instance updates showed permanently up-to-date after a customer's channel was changed. * Fixed New Enterprise Portal Embedded Cluster install and update push commands to use the correct private registry image paths. +* Informs user they are already logged in when visiting the new Enterprise Portal /signup page instead of immediately redirecting. ## v2026.05.19-2