From d485b631754eee15a165ef2fe6dfabbae21ef551 Mon Sep 17 00:00:00 2001 From: Subhash Khileri Date: Fri, 8 May 2026 11:48:06 +0530 Subject: [PATCH 1/2] chore(: disable the by default enabled quickstart plugin to avoid the quickstart pop on every rhdh launch --- src/deployment/rhdh/config/common/dynamic-plugins.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/deployment/rhdh/config/common/dynamic-plugins.yaml b/src/deployment/rhdh/config/common/dynamic-plugins.yaml index e0d486d..392431d 100644 --- a/src/deployment/rhdh/config/common/dynamic-plugins.yaml +++ b/src/deployment/rhdh/config/common/dynamic-plugins.yaml @@ -1,3 +1,5 @@ includes: - dynamic-plugins.default.yaml -plugins: [] +plugins: + - package: ./dynamic-plugins/dist/red-hat-developer-hub-backstage-plugin-quickstart + disabled: true From 90043d472c816e13d6b393cf8c2a3602cb5d2bfd Mon Sep 17 00:00:00 2001 From: Subhash Khileri Date: Fri, 8 May 2026 11:53:03 +0530 Subject: [PATCH 2/2] chore: bump version to 1.1.39 and update changelog Assisted-by: Claude Code Co-Authored-By: Claude Code --- docs/.vitepress/config.ts | 2 +- docs/changelog.md | 8 +++++++- package.json | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/docs/.vitepress/config.ts b/docs/.vitepress/config.ts index 6852131..711d29e 100644 --- a/docs/.vitepress/config.ts +++ b/docs/.vitepress/config.ts @@ -33,7 +33,7 @@ export default defineConfig({ { text: "Examples", link: "/examples/" }, { text: "Overlay Testing", link: "/overlay/" }, { - text: "v1.1.38", + text: "v1.1.39", items: [{ text: "Changelog", link: "/changelog" }], }, ], diff --git a/docs/changelog.md b/docs/changelog.md index 451ee01..b0f241a 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -2,7 +2,13 @@ All notable changes to this project will be documented in this file. -## [1.1.38] - Current +## [1.1.39] - Current + +### Changed + +- **Disable quickstart plugin by default**: The `red-hat-developer-hub-backstage-plugin-quickstart` plugin is now explicitly disabled in the base `dynamic-plugins.yaml` config. This prevents the quickstart popup from appearing on every RHDH launch during tests. + +## [1.1.38] ### Added diff --git a/package.json b/package.json index f5d563b..0fccf5f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@red-hat-developer-hub/e2e-test-utils", - "version": "1.1.38", + "version": "1.1.39", "description": "Test utilities for RHDH E2E tests", "license": "Apache-2.0", "repository": {