Skip to content

Commit 9c54dfa

Browse files
authored
add RHDH lifecycle policy link to catalog entries (#2559)
* add RHDH lifecycle policy link to catalog entries Signed-off-by: Kim Tsao <ktsao@redhat.com> * update boilerplate, address review comments Signed-off-by: Kim Tsao <ktsao@redhat.com> * remove support policy for 3rd party Signed-off-by: Kim Tsao <ktsao@redhat.com> --------- Signed-off-by: Kim Tsao <ktsao@redhat.com>
1 parent 5c45b00 commit 9c54dfa

29 files changed

Lines changed: 56 additions & 4 deletions

catalog-entities/extensions/plugins/1-boilerplate.yaml.sample

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ metadata:
1818
url: https://docs.redhat.com/en/documentation/red_hat_developer_hub
1919
- title: Source Code
2020
url: https://github.com/<source-org>/<source-repo>/tree/main/workspaces/<workspace-name>
21+
# Uncomment when spec.support.level is generally-available for RHDH supported plugins only. 3rd party plugins should add their own lifecycle policy
22+
# - title: Red Hat Developer Hub Life Cycle Support Policy
23+
# url: https://access.redhat.com/support/policy/updates/developerhub
2124
tags:
2225
- apis # Used for filtering
2326
description: |

catalog-entities/extensions/plugins/adoption-insights.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ metadata:
2121
url: https://docs.redhat.com/en/documentation/red_hat_developer_hub/latest/html-single/adoption_insights_in_red_hat_developer_hub/index
2222
- title: Source Code
2323
url: https://github.com/redhat-developer/rhdh-plugins/tree/main/workspaces/adoption-insights/plugins/adoption-insights
24-
24+
- title: Red Hat Developer Hub Life Cycle Support Policy
25+
url: https://access.redhat.com/support/policy/updates/developerhub
2526
spec:
2627
support:
2728
provider: Red Hat

catalog-entities/extensions/plugins/analytics-provider-segment.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ metadata:
1919
url: https://docs.redhat.com/en/documentation/red_hat_developer_hub/latest/html/telemetry_data_collection_and_analysis/customizing-segment-source_title-telemetry
2020
- title: Source Code
2121
url: https://github.com/backstage/community-plugins/tree/main/workspaces/analytics
22+
- title: Red Hat Developer Hub Life Cycle Support Policy
23+
url: https://access.redhat.com/support/policy/updates/developerhub
2224
tags:
2325
- analytics
2426
spec:

catalog-entities/extensions/plugins/ansible-plugin.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ metadata:
1919
url: https://docs.redhat.com/en/documentation/red_hat_ansible_automation_platform
2020
- title: Ansible plug-ins for Red Hat Developer Hub Life Cycle
2121
url: https://access.redhat.com/support/policy/updates/ansible-plugins-for-red-hat-developer-hub
22-
2322
tags:
2423
- automation
2524
- infrastructure # Used for filtering

catalog-entities/extensions/plugins/contrib-techdocs-addons.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ metadata:
2121
url: https://docs.redhat.com/en/documentation/red_hat_developer_hub/latest/html/techdocs_for_red_hat_developer_hub/techdocs-addon
2222
- title: Source Code
2323
url: https://github.com/backstage/backstage/tree/master/plugins/techdocs-module-addons-contrib
24+
- title: Red Hat Developer Hub Life Cycle Support Policy
25+
url: https://access.redhat.com/support/policy/updates/developerhub
2426
spec:
2527
author: Backstage Community
2628
support:

catalog-entities/extensions/plugins/dynatrace-commercial.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ metadata:
1919
title: Issues
2020
- title: Source Code
2121
url: https://github.com/Dynatrace/backstage-plugin
22-
2322
tags:
2423
- observability
2524

catalog-entities/extensions/plugins/github-catalog-integration.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ metadata:
2323
url: https://github.com/backstage/backstage/tree/master/plugins/catalog-backend-module-github
2424
- title: Backstage docs
2525
url: https://backstage.io/docs/reference/plugin-catalog-backend-module-github/
26+
- title: Red Hat Developer Hub Life Cycle Support Policy
27+
url: https://access.redhat.com/support/policy/updates/developerhub
2628
tags:
2729
- software-catalog
2830
spec:

catalog-entities/extensions/plugins/github-org-catalog-integration.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ metadata:
2121
url: https://github.com/backstage/backstage/tree/master/plugins/catalog-backend-module-github-org
2222
- title: Backstage docs
2323
url: https://backstage.io/docs/reference/plugin-catalog-backend-module-github-org/
24+
- title: Red Hat Developer Hub Life Cycle Support Policy
25+
url: https://access.redhat.com/support/policy/updates/developerhub
2426
tags:
2527
- software-catalog
2628
spec:

catalog-entities/extensions/plugins/github-scaffolder-actions.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ metadata:
88
description: 'This plugin contains a collection of actions for working with GitHub'
99
annotations:
1010
extensions.backstage.io/pre-installed: 'true' # this means the plugin yaml is preinstalled, not the plugin itself, all other plugins are marked as 'custom'
11+
links:
12+
- title: Red Hat Developer Hub Life Cycle Support Policy
13+
url: https://access.redhat.com/support/policy/updates/developerhub
1114
tags:
1215
- software-templates
1316
spec:

catalog-entities/extensions/plugins/gitlab-org-catalog-integration.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ metadata:
2020
url: https://docs.redhat.com/en/documentation/red_hat_developer_hub
2121
- title: Source Code
2222
url: https://github.com/backstage/backstage/blob/master/plugins/catalog-backend-module-gitlab-org
23+
- title: Red Hat Developer Hub Life Cycle Support Policy
24+
url: https://access.redhat.com/support/policy/updates/developerhub
2325
tags:
2426
- software-catalog
2527
spec:

0 commit comments

Comments
 (0)