Files
backstage/plugins/devtools-backend/CHANGELOG.md
T
github-actions[bot] b228d7d9c2 Version Packages
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2023-09-20 11:24:40 +02:00

11 KiB

@backstage/plugin-devtools-backend

0.2.0

Minor Changes

  • 71114ac50e: BREAKING: The export for the new backend system has been moved to be the default export.

    For example, if you are currently importing the plugin using the following pattern:

    import { examplePlugin } from '@backstage/plugin-example-backend';
    
    backend.add(examplePlugin);
    

    It should be migrated to this:

    backend.add(import('@backstage/plugin-example-backend'));
    

Patch Changes

  • 12e644aa4e: Show resource utilization in DevTools plugin
  • Updated dependencies
    • @backstage/backend-common@0.19.5
    • @backstage/plugin-auth-node@0.3.0
    • @backstage/config@1.1.0
    • @backstage/errors@1.2.2
    • @backstage/plugin-devtools-common@0.1.4
    • @backstage/plugin-permission-common@0.7.8
    • @backstage/types@1.1.1
    • @backstage/plugin-permission-node@0.7.14
    • @backstage/backend-plugin-api@0.6.3
    • @backstage/config-loader@1.5.0
    • @backstage/cli-common@0.1.12

0.2.0-next.3

Minor Changes

  • 71114ac50e: BREAKING: The export for the new backend system has been moved to be the default export.

    For example, if you are currently importing the plugin using the following pattern:

    import { examplePlugin } from '@backstage/plugin-example-backend';
    
    backend.add(examplePlugin);
    

    It should be migrated to this:

    backend.add(import('@backstage/plugin-example-backend'));
    

Patch Changes

  • Updated dependencies
    • @backstage/config@1.1.0-next.2
    • @backstage/errors@1.2.2-next.0
    • @backstage/plugin-devtools-common@0.1.4-next.2
    • @backstage/plugin-permission-common@0.7.8-next.2
    • @backstage/types@1.1.1-next.0
    • @backstage/plugin-permission-node@0.7.14-next.3
    • @backstage/backend-plugin-api@0.6.3-next.3
    • @backstage/backend-common@0.19.5-next.3
    • @backstage/cli-common@0.1.12
    • @backstage/config-loader@1.5.0-next.3
    • @backstage/plugin-auth-node@0.3.0-next.3

0.1.6-next.2

Patch Changes

  • Updated dependencies
    • @backstage/config-loader@1.5.0-next.2
    • @backstage/config@1.1.0-next.1
    • @backstage/backend-common@0.19.5-next.2
    • @backstage/plugin-auth-node@0.3.0-next.2
    • @backstage/plugin-permission-node@0.7.14-next.2
    • @backstage/backend-plugin-api@0.6.3-next.2
    • @backstage/plugin-permission-common@0.7.8-next.1
    • @backstage/cli-common@0.1.12
    • @backstage/errors@1.2.1
    • @backstage/types@1.1.0
    • @backstage/plugin-devtools-common@0.1.4-next.1

0.1.6-next.1

Patch Changes

  • 12e644aa4e: Show resource utilization in DevTools plugin
  • Updated dependencies
    • @backstage/config@1.1.0-next.0
    • @backstage/plugin-devtools-common@0.1.4-next.0
    • @backstage/backend-common@0.19.5-next.1
    • @backstage/backend-plugin-api@0.6.3-next.1
    • @backstage/config-loader@1.5.0-next.1
    • @backstage/plugin-auth-node@0.3.0-next.1
    • @backstage/plugin-permission-common@0.7.8-next.0
    • @backstage/plugin-permission-node@0.7.14-next.1
    • @backstage/cli-common@0.1.12
    • @backstage/errors@1.2.1
    • @backstage/types@1.1.0

0.1.5-next.0

Patch Changes

  • Updated dependencies
    • @backstage/plugin-auth-node@0.3.0-next.0
    • @backstage/backend-common@0.19.4-next.0
    • @backstage/config-loader@1.5.0-next.0
    • @backstage/backend-plugin-api@0.6.2-next.0
    • @backstage/cli-common@0.1.12
    • @backstage/config@1.0.8
    • @backstage/errors@1.2.1
    • @backstage/types@1.1.0
    • @backstage/plugin-devtools-common@0.1.3
    • @backstage/plugin-permission-common@0.7.7
    • @backstage/plugin-permission-node@0.7.13-next.0

0.1.3

Patch Changes

  • 629cbd194a: Use coreServices.rootConfig instead of coreService.config

  • 12a8c94eda: Add package repository and homepage metadata

  • 2b4f77a4e9: Add DevTools configuration to enable dependency listing to be filtered with custom prefixes. For instance, in your app-config.yaml:

    devTools:
      info:
        packagePrefixes:
          - @backstage/
          - @roadiehq/backstage-
          - @spotify/backstage-
    
  • Updated dependencies

    • @backstage/backend-common@0.19.2
    • @backstage/config-loader@1.4.0
    • @backstage/backend-plugin-api@0.6.0
    • @backstage/plugin-devtools-common@0.1.3
    • @backstage/plugin-auth-node@0.2.17
    • @backstage/plugin-permission-node@0.7.11
    • @backstage/cli-common@0.1.12
    • @backstage/config@1.0.8
    • @backstage/errors@1.2.1
    • @backstage/types@1.1.0
    • @backstage/plugin-permission-common@0.7.7

0.1.3-next.2

Patch Changes

  • Updated dependencies
    • @backstage/backend-plugin-api@0.6.0-next.2
    • @backstage/backend-common@0.19.2-next.2
    • @backstage/plugin-permission-node@0.7.11-next.2
    • @backstage/plugin-auth-node@0.2.17-next.2
    • @backstage/config-loader@1.4.0-next.1

0.1.3-next.1

Patch Changes

  • 629cbd194a: Use coreServices.rootConfig instead of coreService.config

  • 12a8c94eda: Add package repository and homepage metadata

  • 2b4f77a4e9: Add DevTools configuration to enable dependency listing to be filtered with custom prefixes. For instance, in your app-config.yaml:

    devTools:
      info:
        packagePrefixes:
          - @backstage/
          - @roadiehq/backstage-
          - @spotify/backstage-
    
  • Updated dependencies

    • @backstage/backend-common@0.19.2-next.1
    • @backstage/config-loader@1.4.0-next.1
    • @backstage/plugin-devtools-common@0.1.3-next.0
    • @backstage/plugin-auth-node@0.2.17-next.1
    • @backstage/backend-plugin-api@0.6.0-next.1
    • @backstage/plugin-permission-node@0.7.11-next.1
    • @backstage/cli-common@0.1.12
    • @backstage/config@1.0.8
    • @backstage/errors@1.2.1
    • @backstage/types@1.1.0
    • @backstage/plugin-permission-common@0.7.7

0.1.3-next.0

Patch Changes

  • Updated dependencies
    • @backstage/config-loader@1.4.0-next.0
    • @backstage/backend-common@0.19.2-next.0
    • @backstage/backend-plugin-api@0.5.5-next.0
    • @backstage/cli-common@0.1.12
    • @backstage/config@1.0.8
    • @backstage/errors@1.2.1
    • @backstage/types@1.1.0
    • @backstage/plugin-auth-node@0.2.17-next.0
    • @backstage/plugin-devtools-common@0.1.2
    • @backstage/plugin-permission-common@0.7.7
    • @backstage/plugin-permission-node@0.7.11-next.0

0.1.2

Patch Changes

  • 4edd1ef714: semver upgrade to 7.5.3
  • ae261e79d2: Added alpha support for the new backend system
  • Updated dependencies
    • @backstage/errors@1.2.1
    • @backstage/backend-common@0.19.1
    • @backstage/backend-plugin-api@0.5.4
    • @backstage/cli-common@0.1.12
    • @backstage/config@1.0.8
    • @backstage/config-loader@1.3.2
    • @backstage/types@1.1.0
    • @backstage/plugin-auth-node@0.2.16
    • @backstage/plugin-devtools-common@0.1.2
    • @backstage/plugin-permission-common@0.7.7
    • @backstage/plugin-permission-node@0.7.10

0.1.2-next.2

Patch Changes

  • 4edd1ef714: semver upgrade to 7.5.3
  • Updated dependencies
    • @backstage/backend-common@0.19.1-next.0
    • @backstage/backend-plugin-api@0.5.4-next.0
    • @backstage/cli-common@0.1.12
    • @backstage/config@1.0.8
    • @backstage/config-loader@1.3.2-next.0
    • @backstage/errors@1.2.1-next.0
    • @backstage/types@1.1.0
    • @backstage/plugin-auth-node@0.2.16-next.0
    • @backstage/plugin-devtools-common@0.1.2-next.0
    • @backstage/plugin-permission-common@0.7.7-next.0
    • @backstage/plugin-permission-node@0.7.10-next.0

0.1.2-next.1

Patch Changes

0.1.2-next.0

Patch Changes

  • Updated dependencies
    • @backstage/errors@1.2.1-next.0
    • @backstage/backend-common@0.19.1-next.0
    • @backstage/cli-common@0.1.12
    • @backstage/config@1.0.8
    • @backstage/config-loader@1.3.2-next.0
    • @backstage/types@1.1.0
    • @backstage/plugin-auth-node@0.2.16-next.0
    • @backstage/plugin-devtools-common@0.1.2-next.0
    • @backstage/plugin-permission-common@0.7.7-next.0
    • @backstage/plugin-permission-node@0.7.10-next.0

0.1.1

Patch Changes

  • c312192e61: Expose permissions through the metadata endpoint.
  • 3d11596a72: Update plugin installation docs to be more consistent across documentations
  • Updated dependencies
    • @backstage/backend-common@0.19.0
    • @backstage/types@1.1.0
    • @backstage/config-loader@1.3.1
    • @backstage/errors@1.2.0
    • @backstage/plugin-devtools-common@0.1.1
    • @backstage/plugin-auth-node@0.2.15
    • @backstage/plugin-permission-node@0.7.9
    • @backstage/cli-common@0.1.12
    • @backstage/config@1.0.8
    • @backstage/plugin-permission-common@0.7.6

0.1.1-next.2

Patch Changes

  • Updated dependencies
    • @backstage/backend-common@0.19.0-next.2
    • @backstage/cli-common@0.1.12
    • @backstage/config@1.0.7
    • @backstage/config-loader@1.3.1-next.1
    • @backstage/errors@1.2.0-next.0
    • @backstage/types@1.0.2
    • @backstage/plugin-auth-node@0.2.15-next.2
    • @backstage/plugin-devtools-common@0.1.1-next.0
    • @backstage/plugin-permission-common@0.7.6-next.0
    • @backstage/plugin-permission-node@0.7.9-next.2

0.1.1-next.1

Patch Changes

  • c312192e61: Expose permissions through the metadata endpoint.
  • Updated dependencies
    • @backstage/backend-common@0.19.0-next.1
    • @backstage/errors@1.2.0-next.0
    • @backstage/plugin-devtools-common@0.1.1-next.0
    • @backstage/plugin-auth-node@0.2.15-next.1
    • @backstage/plugin-permission-node@0.7.9-next.1
    • @backstage/config-loader@1.3.1-next.1
    • @backstage/plugin-permission-common@0.7.6-next.0
    • @backstage/cli-common@0.1.12
    • @backstage/config@1.0.7
    • @backstage/types@1.0.2

0.1.1-next.0

Patch Changes

  • 3d11596a72: Update plugin installation docs to be more consistent across documentations
  • Updated dependencies
    • @backstage/config-loader@1.3.1-next.0
    • @backstage/backend-common@0.18.6-next.0
    • @backstage/config@1.0.7
    • @backstage/cli-common@0.1.12
    • @backstage/errors@1.1.5
    • @backstage/types@1.0.2
    • @backstage/plugin-auth-node@0.2.15-next.0
    • @backstage/plugin-devtools-common@0.1.0
    • @backstage/plugin-permission-common@0.7.5
    • @backstage/plugin-permission-node@0.7.9-next.0

0.1.0

Minor Changes

  • 347aeca204: Introduced the DevTools plugin, checkout the plugin's README.md for more details!

Patch Changes

  • Updated dependencies
    • @backstage/plugin-devtools-common@0.1.0
    • @backstage/backend-common@0.18.5
    • @backstage/config-loader@1.3.0
    • @backstage/plugin-permission-node@0.7.8
    • @backstage/plugin-auth-node@0.2.14
    • @backstage/cli-common@0.1.12
    • @backstage/config@1.0.7
    • @backstage/errors@1.1.5
    • @backstage/types@1.0.2
    • @backstage/plugin-permission-common@0.7.5

0.1.0-next.0

Minor Changes

  • 347aeca204: Introduced the DevTools plugin, checkout the plugin's README.md for more details!

Patch Changes

  • Updated dependencies
    • @backstage/plugin-devtools-common@0.1.0-next.0
    • @backstage/config@1.0.7