Skip to content

Commit 1495a84

Browse files
chore(openshift-image-registry): delete / archive this unmaintained plugin (#2665)
* chore(openshift-image-registry): archive/delete plugin Signed-off-by: Christoph Jerolimov <jerolimov+git@redhat.com> * chore(openshift-image-registry): archive/delete plugin Signed-off-by: Christoph Jerolimov <jerolimov+git@redhat.com> * Update ARCHIVED_WORKSPACES.md Co-authored-by: Hope Hadfield <hhadfiel@redhat.com> --------- Signed-off-by: Christoph Jerolimov <jerolimov+git@redhat.com> Co-authored-by: Hope Hadfield <hhadfiel@redhat.com>
1 parent 1657da3 commit 1495a84

90 files changed

Lines changed: 34 additions & 37774 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/CODEOWNERS

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@
2626
/workspaces/homepage @redhat-developer/rhdh-ui @christoph-jerolimov @eswaraiahsapram
2727
/workspaces/lightspeed @redhat-developer/rhdh-ui @redhat-developer/rhdh-ai @karthikjeeyar @rohitkrai03 @yangcao77
2828
/workspaces/mcp-integrations @johnmcollier @gabemontero @thepetk @redhat-developer/rhdh-ai
29-
/workspaces/openshift-image-registry @redhat-developer/rhdh-ui @divyanshiGupta @its-mitesh-kumar
3029
/workspaces/orchestrator @lholmquist @lokanandaprabhu @redhat-developer/rhdh-plugins @karthikjeeyar @christoph-jerolimov
3130
/workspaces/quickstart @redhat-developer/rhdh-ui @divyanshiGupta @its-mitesh-kumar
3231
/workspaces/cost-management @ydayagi @mareklibra @batzionb @PreetiW @asmasarw

.github/archived-plugins.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"archived": [
3+
{
4+
"pluginName": "@red-hat-developer-hub/backstage-plugin-openshift-image-registry",
5+
"version": "1.18.0",
6+
"workspace": "openshift-image-registry",
7+
"plugin": "anaopenshift-image-registry",
8+
"gitTag": "@red-hat-developer-hub/backstage-plugin-openshift-image-registry@1.18.0",
9+
"reason": "No longer maintained",
10+
"archivedDate": "2026-04-01"
11+
}
12+
]
13+
}

.github/renovate-presets/workspace/rhdh-openshift-image-registry-presets.json

Lines changed: 0 additions & 28 deletions
This file was deleted.

.github/renovate.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@
5454
"github>redhat-developer/rhdh-plugins//.github/renovate-presets/workspace/rhdh-adoption-insights-presets",
5555
"github>redhat-developer/rhdh-plugins//.github/renovate-presets/workspace/rhdh-orchestrator-presets",
5656
"github>redhat-developer/rhdh-plugins//.github/renovate-presets/workspace/rhdh-sandbox-presets",
57-
"github>redhat-developer/rhdh-plugins//.github/renovate-presets/workspace/rhdh-openshift-image-registry-presets",
5857
"github>redhat-developer/rhdh-plugins//.github/renovate-presets/workspace/rhdh-cost-management-presets",
5958
"github>redhat-developer/rhdh-plugins//.github/renovate-presets/workspace/rhdh-quickstart-presets",
6059
"github>redhat-developer/rhdh-plugins//.github/renovate-presets/workspace/rhdh-mcp-integrations-presets",

ARCHIVED_WORKSPACES.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# Archived Workspaces
2+
3+
This document contains a list of workspaces and plugins that have been archived from the rhdh-plugins repository.
4+
5+
## About Archived Workspaces
6+
7+
When a workspace or plugin is archived:
8+
9+
- The code is no longer actively maintained
10+
- The npm packages are deprecated with a deprecation message
11+
- The workspace/plugin is removed from the active codebase
12+
- A Git tag can provide historical reference to the source
13+
- An entry is added to this document for reference
14+
15+
## Archived Items
16+
17+
| Workspace | Package | Reason | Source |
18+
| ------------------------ | ------------------------------------------------------------------ | -------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
19+
| openshift-image-registry | `@red-hat-developer-hub/backstage-plugin-openshift-image-registry` | No longer maintained | [@red-hat-developer-hub/backstage-plugin-openshift-image-registry@1.18.0](https://github.com/redhat-developer/rhdh-plugins/tree/%40red-hat-developer-hub/backstage-plugin-openshift-image-registry%401.18.0/workspaces/openshift-image-registry) |

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ We use [changesets](https://github.com/atlassian/changesets) to help us prepare
8282

8383
To create a changeset, follow these steps:
8484

85-
1. Make sure you are in the root directory of the workspace for the plugin you want to create a changeset for. For ex: if you are making changes on the `openshift-image-registry` plugin then you should be on `workspaces/openshift-image-registry` dir
85+
1. Make sure you are in the root directory of the workspace for the plugin you want to create a changeset for. For ex: if you are making changes on the `scorecard` plugin then you should be on `workspaces/scorecard` dir
8686

8787
2. Run the following command to create a new changeset:
8888

@@ -136,7 +136,7 @@ From there, once the script has finished, you should have a new `yarn workspace`
136136
Once you have a workspace setup, the creation of new plugins and packages is just like any other Backstage repository. You can use the `yarn new` command to run the prompt for creating new plugins or packages.
137137

138138
```bash
139-
cd workspaces/openshift-image-registry
139+
cd workspaces/scorecard
140140
yarn install
141141
yarn new
142142
```

catalog-info-plugins-packages.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ spec:
1313
- ./workspaces/bulk-import/plugins/bulk-import-common/catalog-info.yaml
1414
- ./workspaces/bulk-import/plugins/bulk-import/catalog-info.yaml
1515
- ./workspaces/homepage/plugins/dynamic-home-page/catalog-info.yaml
16-
- ./workspaces/openshift-image-registry/plugins/openshift-image-registry/catalog-info.yaml
1716
- ./workspaces/orchestrator/plugins/orchestrator-backend/catalog-info.yaml
1817
- ./workspaces/orchestrator/plugins/orchestrator-common/catalog-info.yaml
1918
- ./workspaces/orchestrator/plugins/orchestrator-swf-editor-envelope/catalog-info.yaml

catalog-info-plugins.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,5 @@ spec:
1616
- ./workspaces/homepage/catalog-info.yaml
1717
- ./workspaces/lightspeed/catalog-info.yaml
1818
- ./workspaces/extensions/catalog-info.yaml
19-
- ./workspaces/openshift-image-registry/catalog-info.yaml
2019
- ./workspaces/orchestrator/catalog-info.yaml
2120
- ./workspaces/theme/catalog-info.yaml

workspaces/openshift-image-registry/.auto-version-bump

Whitespace-only changes.

workspaces/openshift-image-registry/.changeset/README.md

Lines changed: 0 additions & 8 deletions
This file was deleted.

0 commit comments

Comments
 (0)