Marking all plugins >= v1.0.0 as 'production'

Signed-off-by: Eric Peterson <ericpeterson@spotify.com>
This commit is contained in:
Eric Peterson
2023-08-24 17:37:01 +02:00
parent f5cdb61269
commit 433b12d921
18 changed files with 18 additions and 18 deletions
+1 -1
View File
@@ -5,6 +5,6 @@ metadata:
title: '@backstage/app-defaults'
description: Provides the default wiring of a Backstage App
spec:
lifecycle: experimental
lifecycle: production
type: backstage-web-library
owner: maintainers
+1 -1
View File
@@ -5,6 +5,6 @@ metadata:
title: '@backstage/catalog-client'
description: An isomorphic client for the catalog backend
spec:
lifecycle: experimental
lifecycle: production
type: backstage-common-library
owner: maintainers
+1 -1
View File
@@ -5,6 +5,6 @@ metadata:
title: '@backstage/catalog-model'
description: Types and validators that help describe the model of a Backstage Catalog
spec:
lifecycle: experimental
lifecycle: production
type: backstage-common-library
owner: maintainers
+1 -1
View File
@@ -5,6 +5,6 @@ metadata:
title: '@backstage/config-loader'
description: Config loading functionality used by Backstage backend, and CLI
spec:
lifecycle: experimental
lifecycle: production
type: backstage-node-library
owner: maintainers
+1 -1
View File
@@ -5,6 +5,6 @@ metadata:
title: '@backstage/config'
description: Config API used by Backstage core, backend, and CLI
spec:
lifecycle: experimental
lifecycle: production
type: backstage-common-library
owner: maintainers
+1 -1
View File
@@ -5,6 +5,6 @@ metadata:
title: '@backstage/core-app-api'
description: Core app API used by Backstage apps
spec:
lifecycle: experimental
lifecycle: production
type: backstage-web-library
owner: maintainers
+1 -1
View File
@@ -5,6 +5,6 @@ metadata:
title: '@backstage/core-plugin-api'
description: Core API used by Backstage plugins
spec:
lifecycle: experimental
lifecycle: production
type: backstage-web-library
owner: maintainers
+1 -1
View File
@@ -5,6 +5,6 @@ metadata:
title: '@backstage/dev-utils'
description: Utilities for developing Backstage plugins.
spec:
lifecycle: experimental
lifecycle: production
type: backstage-web-library
owner: maintainers
+1 -1
View File
@@ -5,6 +5,6 @@ metadata:
title: '@backstage/errors'
description: Common utilities for error handling within Backstage
spec:
lifecycle: experimental
lifecycle: production
type: backstage-common-library
owner: maintainers
+1 -1
View File
@@ -5,6 +5,6 @@ metadata:
title: '@backstage/integration-react'
description: Frontend package for managing integrations towards external systems
spec:
lifecycle: experimental
lifecycle: production
type: backstage-web-library
owner: maintainers
+1 -1
View File
@@ -5,6 +5,6 @@ metadata:
title: '@backstage/integration'
description: Helpers for managing integrations towards external systems
spec:
lifecycle: experimental
lifecycle: production
type: backstage-common-library
owner: maintainers
+1 -1
View File
@@ -5,6 +5,6 @@ metadata:
title: '@backstage/test-utils'
description: Utilities to test Backstage plugins and apps.
spec:
lifecycle: experimental
lifecycle: production
type: backstage-web-library
owner: maintainers
+1 -1
View File
@@ -5,6 +5,6 @@ metadata:
title: '@backstage/types'
description: Common TypeScript types used within Backstage
spec:
lifecycle: experimental
lifecycle: production
type: backstage-common-library
owner: maintainers
+1 -1
View File
@@ -7,6 +7,6 @@ metadata:
Utilities used by @backstage packages to support multiple concurrent
versions
spec:
lifecycle: experimental
lifecycle: production
type: backstage-web-library
owner: maintainers
+1 -1
View File
@@ -5,6 +5,6 @@ metadata:
title: '@backstage/plugin-scaffolder-backend'
description: The Backstage backend plugin that helps you create new things
spec:
lifecycle: experimental
lifecycle: production
type: backstage-backend-plugin
owner: maintainers
+1 -1
View File
@@ -7,6 +7,6 @@ metadata:
Common functionalities for the scaffolder, to be shared between scaffolder
and scaffolder-backend plugin
spec:
lifecycle: experimental
lifecycle: production
type: backstage-common-library
owner: maintainers
+1 -1
View File
@@ -7,6 +7,6 @@ metadata:
A frontend library that helps other Backstage plugins interact with the
Scaffolder
spec:
lifecycle: experimental
lifecycle: production
type: backstage-web-library
owner: maintainers
+1 -1
View File
@@ -5,6 +5,6 @@ metadata:
title: '@backstage/plugin-scaffolder'
description: The Backstage plugin that helps you create new things
spec:
lifecycle: experimental
lifecycle: production
type: backstage-frontend-plugin
owner: maintainers