Skip to content

Commit 1862d7e

Browse files
authored
release-1.9: update script to include wrapped 3rd party plugins (#2150)
* release-1.9: update script to include wrapped 3rd party plugins Signed-off-by: Kim Tsao <ktsao@redhat.com> * fix formatting Signed-off-by: Kim Tsao <ktsao@redhat.com> --------- Signed-off-by: Kim Tsao <ktsao@redhat.com>
1 parent 6b9d267 commit 1862d7e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

modules/extend_dynamic-plugins-reference/rhdh-supported-plugins.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -293,8 +293,8 @@ generate_dynamic_plugins_table() {
293293
support=$(yq -r '.spec.support // "unknown"' "$y")
294294

295295
# only RH authoried content should show up as GA
296-
# exception for the Roadie http-request scaffolder, too
297-
if [[ $author == "Red Hat"* ]] || [[ $Plugin == "@roadiehq/scaffolder-backend-module-http-request" ]]; then
296+
# exception for the Roadie http-request scaffolder (GA) and the wrapped Roadie Argocd backend and scaffolder plugins (1.9 only)
297+
if [[ $author == "Red Hat"* ]] || [[ $Plugin == "@roadiehq/scaffolder-backend-module-http-request" ]]|| [[ $Plugin == "@roadiehq/backstage-plugin-argo-cd-backend" ]]|| [[ $Plugin == "@roadiehq/scaffolder-backend-argocd" ]]; then
298298
if [[ $support == "production"* ]] || [[ $support == "generally-available"* ]]; then
299299
Support_Level="Production"
300300
elif [[ $support == "tech-preview"* ]]; then

0 commit comments

Comments
 (0)