Skip to content

Commit 7d0a378

Browse files
chore: disable quickstart plugin by default to prevent popup on test launch (#102)
* chore(: disable the by default enabled quickstart plugin to avoid the quickstart pop on every rhdh launch * chore: bump version to 1.1.39 and update changelog Assisted-by: Claude Code Co-Authored-By: Claude Code <noreply@anthropic.com> --------- Co-authored-by: Claude Code <noreply@anthropic.com>
1 parent 9b2f574 commit 7d0a378

4 files changed

Lines changed: 12 additions & 4 deletions

File tree

docs/.vitepress/config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ export default defineConfig({
3333
{ text: "Examples", link: "/examples/" },
3434
{ text: "Overlay Testing", link: "/overlay/" },
3535
{
36-
text: "v1.1.38",
36+
text: "v1.1.39",
3737
items: [{ text: "Changelog", link: "/changelog" }],
3838
},
3939
],

docs/changelog.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,13 @@
22

33
All notable changes to this project will be documented in this file.
44

5-
## [1.1.38] - Current
5+
## [1.1.39] - Current
6+
7+
### Changed
8+
9+
- **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.
10+
11+
## [1.1.38]
612

713
### Added
814

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@red-hat-developer-hub/e2e-test-utils",
3-
"version": "1.1.38",
3+
"version": "1.1.39",
44
"description": "Test utilities for RHDH E2E tests",
55
"license": "Apache-2.0",
66
"repository": {
Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
includes:
22
- dynamic-plugins.default.yaml
3-
plugins: []
3+
plugins:
4+
- package: ./dynamic-plugins/dist/red-hat-developer-hub-backstage-plugin-quickstart
5+
disabled: true

0 commit comments

Comments
 (0)