github backstage/backstage v0.4.2

latest releases: v1.27.2, v1.27.1, v1.27.0...
3 years ago

@backstage/create-app@0.3.0

Minor Changes

  • 0101c7a: Add search plugin to default template for CLI created apps

Patch Changes

  • a8573e5: techdocs-backend: Simplified file, removing individual preparers and generators.
    techdocs-backend: UrlReader is now available to use in preparers.

    In your Backstage app, packages/backend/plugins/techdocs.ts file has now been simplified,
    to remove registering individual preparers and generators.

    Please update the file when upgrading the version of @backstage/plugin-techdocs-backend package.

    const preparers = await Preparers.fromConfig(config, {
      logger,
      reader,
    });
    
    const generators = await Generators.fromConfig(config, {
      logger,
    });
    
    const publisher = await Publisher.fromConfig(config, {
      logger,
      discovery,
    });

    You should be able to remove unnecessary imports, and just do

    import {
      createRouter,
      Preparers,
      Generators,
      Publisher,
    } from '@backstage/plugin-techdocs-backend';

@backstage/techdocs-common@0.3.0

Minor Changes

  • a8573e5: techdocs-backend: Simplified file, removing individual preparers and generators.
    techdocs-backend: UrlReader is now available to use in preparers.

    In your Backstage app, packages/backend/plugins/techdocs.ts file has now been simplified,
    to remove registering individual preparers and generators.

    Please update the file when upgrading the version of @backstage/plugin-techdocs-backend package.

    const preparers = await Preparers.fromConfig(config, {
      logger,
      reader,
    });
    
    const generators = await Generators.fromConfig(config, {
      logger,
    });
    
    const publisher = await Publisher.fromConfig(config, {
      logger,
      discovery,
    });

    You should be able to remove unnecessary imports, and just do

    import {
      createRouter,
      Preparers,
      Generators,
      Publisher,
    } from '@backstage/plugin-techdocs-backend';

@backstage/plugin-techdocs-backend@0.5.0

Minor Changes

  • a8573e5: techdocs-backend: Simplified file, removing individual preparers and generators.
    techdocs-backend: UrlReader is now available to use in preparers.

    In your Backstage app, packages/backend/plugins/techdocs.ts file has now been simplified,
    to remove registering individual preparers and generators.

    Please update the file when upgrading the version of @backstage/plugin-techdocs-backend package.

    const preparers = await Preparers.fromConfig(config, {
      logger,
      reader,
    });
    
    const generators = await Generators.fromConfig(config, {
      logger,
    });
    
    const publisher = await Publisher.fromConfig(config, {
      logger,
      discovery,
    });

    You should be able to remove unnecessary imports, and just do

    import {
      createRouter,
      Preparers,
      Generators,
      Publisher,
    } from '@backstage/plugin-techdocs-backend';

Patch Changes

  • Updated dependencies [a8573e5]
    • @backstage/techdocs-common@0.3.0

@backstage/cli@0.4.3

Patch Changes

  • 19554f6: Added Github Actions for Create React App, and allow better imports of files inside a module when they're exposed using files in package.json
  • 7d72f9b: Fix for app.listen.host configuration not properly overriding listening host.

@backstage/core@0.4.2

Patch Changes

  • 1dc445e: Update to use new plugin extension API
  • 342270e: Create AboutCard in core and use it in pagerduty and catalog plugin
  • Updated dependencies [d681db2]
  • Updated dependencies [1dc445e]
    • @backstage/core-api@0.2.7

@backstage/core-api@0.2.7

Patch Changes

  • d681db2: Fix for GitHub and SAML auth not properly updating session state when already logged in.
  • 1dc445e: Introduce new plugin extension API
  • Updated dependencies [1dc445e]
    • @backstage/test-utils@0.1.6

@backstage/test-utils@0.1.6

Patch Changes

  • 1dc445e: Update to use new plugin extension API
  • Updated dependencies [d681db2]
  • Updated dependencies [1dc445e]
    • @backstage/core-api@0.2.7

@backstage/plugin-catalog@0.2.8

Patch Changes

  • 342270e: Create AboutCard in core and use it in pagerduty and catalog plugin
  • Updated dependencies [19554f6]
  • Updated dependencies [1dc445e]
  • Updated dependencies [342270e]
    • @backstage/plugin-scaffolder@0.3.5
    • @backstage/core@0.4.2
    • @backstage/plugin-techdocs@0.5.1

@backstage/plugin-catalog-backend@0.5.1

Patch Changes

  • 5de26b9: Start warning about usage of deprecated location types, such as github
  • 30d6c78: Added configuration schema for the commonly used properties
  • 5084e50: Updated the config schema

@backstage/plugin-github-actions@0.2.6

Patch Changes

  • 19554f6: Added Github Actions for Create React App, and allow better imports of files inside a module when they're exposed using files in package.json
  • Updated dependencies [d681db2]
  • Updated dependencies [1dc445e]
  • Updated dependencies [342270e]
  • Updated dependencies [1dc445e]
    • @backstage/core-api@0.2.7
    • @backstage/core@0.4.2
    • @backstage/plugin-catalog@0.2.8

@backstage/plugin-graphiql@0.2.3

Patch Changes

  • 1dc445e: Update to use new plugin extension API
  • Updated dependencies [1dc445e]
  • Updated dependencies [342270e]
    • @backstage/core@0.4.2

@backstage/plugin-pagerduty@0.2.4

Patch Changes

  • 342270e: Create AboutCard in core and use it in pagerduty and catalog plugin
  • Updated dependencies [1dc445e]
  • Updated dependencies [342270e]
    • @backstage/core@0.4.2

@backstage/plugin-scaffolder@0.3.5

Patch Changes

  • 19554f6: Added Github Actions for Create React App, and allow better imports of files inside a module when they're exposed using files in package.json
  • Updated dependencies [1dc445e]
  • Updated dependencies [342270e]
    • @backstage/core@0.4.2
    • @backstage/plugin-catalog@0.2.8

@backstage/plugin-scaffolder-backend@0.3.6

Patch Changes

  • 19554f6: Added Github Actions for Create React App, and allow better imports of files inside a module when they're exposed using files in package.json
  • 33a82a7: GitLab preparer uses the right token (primarily the same one as the publisher, falling back to the integrations token)
  • aed8f7f: Clearer error message when preparer or publisher type can't be determined.

@backstage/plugin-techdocs@0.5.1

Patch Changes

  • Updated dependencies [d681db2]
  • Updated dependencies [1dc445e]
  • Updated dependencies [342270e]
  • Updated dependencies [1dc445e]
  • Updated dependencies [a8573e5]
    • @backstage/core-api@0.2.7
    • @backstage/core@0.4.2
    • @backstage/test-utils@0.1.6
    • @backstage/plugin-catalog@0.2.8
    • @backstage/techdocs-common@0.3.0

example-app@0.2.8

Patch Changes

  • Updated dependencies [19554f6]
  • Updated dependencies [1dc445e]
  • Updated dependencies [342270e]
  • Updated dependencies [7d72f9b]
    • @backstage/cli@0.4.3
    • @backstage/plugin-github-actions@0.2.6
    • @backstage/plugin-scaffolder@0.3.5
    • @backstage/core@0.4.2
    • @backstage/test-utils@0.1.6
    • @backstage/plugin-graphiql@0.2.3
    • @backstage/plugin-catalog@0.2.8
    • @backstage/plugin-pagerduty@0.2.4
    • @backstage/plugin-techdocs@0.5.1

example-backend@0.2.8

Patch Changes

  • 7cfcd58: use node 14 for backend Dockerfile
  • Updated dependencies [19554f6]
  • Updated dependencies [33a82a7]
  • Updated dependencies [5de26b9]
  • Updated dependencies [30d6c78]
  • Updated dependencies [5084e50]
  • Updated dependencies [a8573e5]
  • Updated dependencies [aed8f7f]
    • @backstage/plugin-scaffolder-backend@0.3.6
    • @backstage/plugin-catalog-backend@0.5.1
    • @backstage/plugin-techdocs-backend@0.5.0
    • example-app@0.2.8

Don't miss a new backstage release

NewReleases is sending notifications on new releases.