Back to Backstage

Release v1.11.0

docs/releases/v1.11.0-changelog.md

1.51.0-next.291.9 KB
Original Source

Release v1.11.0

@backstage/[email protected]

Minor Changes

  • db10b6ef65: Added a Bitbucket Server Auth Provider and added its API to the app defaults

Patch Changes

@backstage/[email protected]

Minor Changes

  • 01a075ec1d: BREAKING: Renamed RootHttpRouterConfigureOptions to RootHttpRouterConfigureContext, and removed the unused type ServiceOrExtensionPoint.
  • 4ae71b7f2e: BREAKING Renaming *Factory exports to *ServiceFactory instead. For example configFactory now is exported as configServiceFactory.
  • d31d8e00b3: BREAKING HttpServerCertificateOptions when specified with a key and cert should also have the type: 'pem' instead of type: 'plain'

Patch Changes

  • a18da2f8b5: Fixed an issue were the log redaction didn't properly escape RegExp characters.
  • 5febb216fe: Updated to match the new CacheService interface.
  • e716946103: Updated usage of the lifecycle service.
  • f60cca9da1: Updated database factory to pass service deps required for restoring database state during development.
  • 610d65e143: Updates to match new BackendFeature type.
  • 725383f69d: Tweaked messaging in the README.
  • b86efa2d04: Updated usage of ServiceFactory.
  • ab22515647: The shutdown signal handlers are now installed as part of the backend instance rather than the lifecycle service, and explicitly cause the process to exit.
  • b729f9f31f: Moved the options of the config and rootHttpRouter services out to the factories themselves, where they belong
  • ed8b5967d7: HttpRouterFactoryOptions.getPath is now optional as a default value is always provided in the factory.
  • 71a5ec0f06: Updated usages of LogMeta.
  • Updated dependencies

@backstage/[email protected]

Minor Changes

  • 9d9cdea117: Introduced a new package for backend development utilities. Similar to how @backstage/dev-utils is used in the frontend.

Patch Changes

  • 725383f69d: Tweaked messaging in the README.

@backstage/[email protected]

Minor Changes

  • e716946103: BREAKING: Split out the hook for both lifecycle services so that the first parameter of addShutdownHook is the hook function, and the second is the options.
  • 0ff03319be: BREAKING: The plugin ID option passed to createBackendPlugin is now pluginId, rather than just id. This is to make it match createBackendModule more closely.
  • 71a5ec0f06: BREAKING: Switched out LogMeta type for JsonObject.
  • 5febb216fe: BREAKING: The CacheService has been changed to remove the indirection of getClient, instead making the CacheClient methods directly available on the CacheService. In order to allow for the creation of clients with default options, there is now a new .withOptions method that must be implemented as part of the service interface.
  • b86efa2d04: Switch ServiceFactory to be an opaque type, keeping only the service field as public API, but also adding a type parameter for the service scope.
  • 610d65e143: Switched BackendFeature to be an opaque type.

Patch Changes

  • 9c9456fd33: Removed the unused TypesToServiceRef type
  • 181c03edb5: Aligned opaque type markers to all use a $type property with namespacing.
  • 725383f69d: Tweaked messaging in the README.
  • ae88f61e00: The register methods passed to createBackendPlugin and createBackendModule now have dedicated BackendPluginRegistrationPoints and BackendModuleRegistrationPoints arguments, respectively. This lets us make it clear on a type level that it's not possible to pass in extension points as dependencies to plugins (should only ever be done for modules). This has no practical effect on code that was already well behaved.
  • Updated dependencies

@backstage/[email protected]

Minor Changes

  • d51668882d: Adds the tRPC API type to the catalog.

Patch Changes

  • aece6c57d2: Add additional validation for location references.
  • 2518ef5b8a: Add deprecation tag to kubernetes constants in catalog, constants are now defined in plugin-kubernetes-common
  • Updated dependencies

@backstage/[email protected]

Minor Changes

  • db10b6ef65: Added a Bitbucket Server Auth Provider and added its API to the app defaults

Patch Changes

@backstage/[email protected]

Minor Changes

  • db10b6ef65: Added a Bitbucket Server Auth Provider and added its API to the app defaults

Patch Changes

@backstage/[email protected]

Minor Changes

  • 179d301518: Added a new ESLint plugin with common rules for Backstage projects. See the README for more details.

@backstage/[email protected]

Minor Changes

  • 0a32911d8a: Display title, status and date in ADR navigation, sourced from ADR content and reverse order.
  • ec34b535c0: The AdrSearchResultListItem component is now a search result extension. This means that when rendered as a child of components that render search extensions, the result, rank, and highlight properties are optional. See the documentation for more details.

Patch Changes

@backstage/[email protected]

Minor Changes

  • 0a32911d8a: Display title, status and date in ADR navigation, sourced from ADR content and reverse order.

Patch Changes

@backstage/[email protected]

Minor Changes

  • 9ed53218a5: Adds a new tRPC API definition widget which users can utilize to integrate their tRPC API definitions into Backstage.

Patch Changes

@backstage/[email protected]

Minor Changes

  • db10b6ef65: Added a Bitbucket Server Auth Provider and added its API to the app defaults

Patch Changes

@backstage/[email protected]

Minor Changes

  • 0c1fc3986c: Added Markdown support in the AboutCard description section
  • 0eaa579f89: The CatalogSearchResultListItem component is now a search result extension. This means that when rendered as a child of components that render search extensions, the result, rank, and highlight properties are optional. See the documentation for more details.

Patch Changes

@backstage/[email protected]

Minor Changes

  • 1ba120faa3: Added new mechanism to handle deltas in incremental providers

Patch Changes

@backstage/[email protected]

Minor Changes

  • fb568e2683: Improve performance when loading users via group membership. Users data is now loaded from a paged query, rather than having to make an extra call per user to load each user's profiles.

    Note, there are still additional per user calls made to load user avatars

Patch Changes

@backstage/[email protected]

Minor Changes

  • 929e1afe1b: Add initialFilter prop to EntityLifecyclePicker. This allows you to set an initial lifecycle for the catalog.
  • fab93c2fe8: Aligned buttons on "Unregister entity" dialog to keep them on the same line

Patch Changes

@backstage/[email protected]

Minor Changes

  • a3c86a7ed2: Implement entity feedback plugin, check out the README.md for more details!

Patch Changes

@backstage/[email protected]

Minor Changes

  • a3c86a7ed2: Implement entity feedback plugin, check out the README.md for more details!

Patch Changes

@backstage/[email protected]

Minor Changes

  • a3c86a7ed2: Implement entity feedback plugin, check out the README.md for more details!

@backstage/[email protected]

Minor Changes

  • d34b3267f9: First implementation for the entity validation UI. For more information refer to its README.md.

Patch Changes

@backstage/[email protected]

Minor Changes

  • 0eaa579f89: The ToolSearchResultListItem component is now a search result extension. This means that when rendered as a child of components that render search extensions, the result, rank, and highlight properties are optional. See the documentation for more details.

Patch Changes

@backstage/[email protected]

Minor Changes

  • d1fb4b7bf1: Add the new GraphQL Voyager tool as a plugin for backstage, expose necessary API and components needed for it.

    For more information on how to use this plugin and configure it, please navigate to the README of the plugin.

Patch Changes

@backstage/[email protected]

Minor Changes

  • 1728c1ef01: BREAKING: Renamed misspelled LimitRangeFetchReponse to LimitRangeFetchResponse.

Patch Changes

  • 2518ef5b8a: New K8s catalog entity annotations added that will replace now deprecated k8s annotations in the catalog-model package. K8s annotation imports should now be made from plugin-kubernetes-common.
  • 628e2bd89a: Updated dependency @kubernetes/client-node to 0.18.1.
  • Updated dependencies

@backstage/[email protected]

Minor Changes

  • eef62546ce: Require @backstage/plugin-lighthouse-common package where API implementation moved to.

    BREAKING: the following types have been moved to @backstage/plugin-lighthouse-common:

    • Audit
    • AuditBase
    • AuditCompleted
    • AuditFailed
    • AuditRunning
    • FetchError
    • LASListRequest
    • LASListResponse
    • LighthouseApi
    • LighthouseCategoryAbbr
    • LighthouseCategoryId
    • LighthouseConfigSettings
    • LighthouseRestApi
    • TriggerAuditPayload
    • Website
    • WebsiteListResponse

Patch Changes

@backstage/[email protected]

Minor Changes

  • eef62546ce: Introduce Lighthouse Backend Plugin to run scheduled Lighthouse Audits

Patch Changes

@backstage/[email protected]

Minor Changes

  • eef62546ce: Introduce @backstage/plugin-lighthouse-common with the API implementation

Patch Changes

@backstage/[email protected]

Minor Changes

  • 75cfee5688: Introduced the Linguist plugin, checkout the plugin's README.md for more details!

Patch Changes

@backstage/[email protected]

Minor Changes

  • 75cfee5688: Introduced the Linguist plugin, checkout the plugin's README.md for more details!

Patch Changes

@backstage/[email protected]

Minor Changes

  • 75cfee5688: Introduced the Linguist plugin, checkout the plugin's README.md for more details!

@backstage/[email protected]

Minor Changes

  • 44412375bb: Created a new plugin @backstage/plugin-microsoft-calendar to display events from a Microsoft Calendar.

    please refer to the README.md for step-by-step instructions to setup the plugin in your Backstage instance.

Patch Changes

@backstage/[email protected]

Minor Changes

  • d6bb12a2e7: - Deprecation - Deprecated the following exports, please import them directly from @backstage/plugin-scaffolder-react instead

    createScaffolderLayout
    ScaffolderLayouts
    LayoutOptions
    LayoutTemplate
    
  • a521379688: Migrating the TemplateEditorPage to work with the new components from @backstage/plugin-scaffolder-react

  • 074f7e81b5: Added a missing validator check for items in an array

  • 8c2966536b: Embed scaffolder workflow in other components

Patch Changes

@backstage/[email protected]

Minor Changes

  • 0b2952ee4b: Added the option to overwrite files in the targetPath of the template:fetch action
  • 127154930f: Renamed the export scaffolderCatalogModule to catalogModuleTemplateKind in order to follow the new recommended naming patterns of backend system items. This is technically a breaking change but in an alpha export, so take care to change your imports if you have already migrated to the new backend system.

Patch Changes

@backstage/[email protected]

Minor Changes

  • d72866f0cc: New package that takes over some of the types and functionality from @backstage/plugin-scaffolder-backend that are shared with other modules

Patch Changes

@backstage/[email protected]

Minor Changes

  • a07750745b: Added DescriptionField field override to the next/scaffolder
  • a521379688: Migrating the TemplateEditorPage to work with the new components from @backstage/plugin-scaffolder-react
  • 8c2966536b: Embed scaffolder workflow in other components
  • 5555e17313: refactor createAsyncValidators to be recursive to ensure validators are called in nested schemas.

Patch Changes

@backstage/[email protected]

Minor Changes

  • 0eaa579f89: Update SearchModal component to use SearchResult extensions.

Patch Changes

@backstage/[email protected]

Minor Changes

  • 0eaa579f89: - Create the search results extensions, for more details see the documentation here;
    • Update the SearchResult, SearchResultList and SearchResultGroup components to use extensions and default their props to optionally accept a query, when the query is not passed, the component tries to get it from the search context.

Patch Changes

  • 66e2aab4c4: ListItem wrapper component moved to SearchResultListItemExtension for all *SearchResultListItems that are exported as extensions. This is to make sure the list only contains list elements.

    Note: If you have implemented a custom result list item, we recommend you to remove the list item wrapper to avoid nested <li> elements.

  • Updated dependencies

@backstage/[email protected]

Minor Changes

  • 6a8d6b9a0c: Add option to filter issues based on the time it was triggered

Patch Changes

@backstage/[email protected]

Minor Changes

  • 4024b37449: TechInsightsApi interface now has getFactSchemas() method. TechInsightsClient now implements method getFactSchemas().

    BREAKING FactSchema type moved from @backstage/plugin-tech-insights-node into @backstage/plugin-tech-insights-common

    These changes are required if you were importing this type directly.

    diff
    - import { FactSchema } from '@backstage/plugin-tech-insights-node';
    + import { FactSchema } from '@backstage/plugin-tech-insights-common';
    

Patch Changes

@backstage/[email protected]

Minor Changes

  • 20840b36b4: Update DocsTable and EntityListDocsTable to accept overrides for Material Table options.
  • 0eaa579f89: The TechDocsSearchResultListItem component is now a search result extension. This means that when rendered as a child of components that render search extensions, the result, rank, and highlight properties are optional. See the documentation for more details.

Patch Changes

  • c8e09cc383: Fixed bug in Techdocs reader where a techdocs page with a hash in the URL did not always jump to the document anchor.

  • cad5607411: Improve view: remove footer overlay on large screen

  • 66e2aab4c4: ListItem wrapper component moved to SearchResultListItemExtension for all *SearchResultListItems that are exported as extensions. This is to make sure the list only contains list elements.

    Note: If you have implemented a custom result list item, we recommend you to remove the list item wrapper to avoid nested <li> elements.

  • 4660b63947: Create a TechDocs <LightBox/> addon that allows users to open images in a light-box on documentation pages, they can navigate between images if there are several on one page.

    Here's an example on how to use it in a Backstage app:

    diff
    import {
      DefaultTechDocsHome,
      TechDocsIndexPage,
      TechDocsReaderPage,
    } from '@backstage/plugin-techdocs';
    import { TechDocsAddons } from '@backstage/plugin-techdocs-react/alpha';
    +import { LightBox } from '@backstage/plugin-techdocs-module-addons-contrib';
    
    const AppRoutes = () => {
      <FlatRoutes>
        // other plugin routes
        <Route path="/docs" element={<TechDocsIndexPage />}>
          <DefaultTechDocsHome />
        </Route>
        <Route
          path="/docs/:namespace/:kind/:name/*"
          element={<TechDocsReaderPage />}
        >
          <TechDocsAddons>
    +       <LightBox />
          </TechDocsAddons>
        </Route>
      </FlatRoutes>;
    };
    
  • Updated dependencies

@backstage/[email protected]

Minor Changes

  • dd1e37649f: Deprecated getMkDocsYml in favor of getMkdocsYml (lowercase 'd')

Patch Changes

@backstage/[email protected]

Minor Changes

  • db10b6ef65: Added a Bitbucket Server Auth Provider and added its API to the app defaults

Patch Changes

@backstage/[email protected]

Patch Changes

  • 5febb216fe: BREAKING: The CacheClient interface must now also implement the withOptions method. The .get() method has also received a type parameter that helps ensure that undefined in the event of a cache miss is handled.

    Added a cacheToPluginCacheManager helper that converts a CacheService into a legacy PluginCacheManager instance.

  • 5febb216fe: Updated to match the new CacheService interface.

  • e716946103: Updated usage of the lifecycle service.

  • d31d8e00b3: Updated to work with the new type: 'pem' with createHttpServer from @backstage/backend-app-api

  • 0ff03319be: Updated usage of createBackendPlugin.

  • f60cca9da1: The DatabaseManager.forPlugin method now accepts additional service dependencies. There is no need to update existing code to pass these dependencies.

  • 628e2bd89a: Updated dependency @kubernetes/client-node to 0.18.1.

  • Updated dependencies

@backstage/[email protected]

Patch Changes

  • 725383f69d: Tweaked messaging in the README.
  • e412d33025: Use the new *ServiceFactory exports from @backstage/backend-app-api
  • Updated dependencies

@backstage/[email protected]

Patch Changes

@backstage/[email protected]

Patch Changes

  • baf6e4c96a: Removed unnecessary @backstage/cli dependency.
  • c51efce2a0: Update docs to always use yarn add --cwd for app & backend
  • 1835311713: Added explicit return type signature for mockServices.config().
  • e716946103: Updated usage of the lifecycle service.
  • 7e7557a2be: Updated the mockServices.rootLogger options to accept a single level option instead.
  • 610d65e143: Updates to match new BackendFeature type.
  • e412d33025: Use the new *ServiceFactory exports from @backstage/backend-app-api
  • b86efa2d04: Updated usage of ServiceFactory.
  • 17b573e4be: The new backend system testing utilities have now been marked as stable API.
  • f1adb2e36b: Removed the ref from all mockServices.
  • d0901c9ba4: All mock service factories and mock service implementations are now available via the new experimental mockServices export.
  • 71a5ec0f06: Updated usages of LogMeta.
  • Updated dependencies

@backstage/[email protected]

Patch Changes

@backstage/[email protected]

Patch Changes

  • 561df21ea3: The backstage-cli repo test command now sets a default Jest --workerIdleMemoryLimit of 1GB. If needed to ensure that tests are not run in band, --maxWorkers=2 is set as well. This is the recommended workaround for dealing with Jest workers leaking memory and eventually hitting the heap limit.
  • 2815981057: Show module name causing error during build
  • dd8a9afe66: Replaced several monorepo lint rules with new rules from @backstage/eslint-plugin. See the README for a full list of rules.
  • a9c50af76b: Fixed Webpack loader patterns so that they properly match the file suffix only.
  • 66cf22fdc4: Updated dependency esbuild to ^0.17.0.
  • 6d3abfded1: Switch to inline source maps for test transpilation, simplifying editor setups.
  • 90616df9a8: Added an experimental mode for the package start command for backend packages. Enabled by setting EXPERIMENTAL_BACKEND_START.
  • Updated dependencies

@backstage/[email protected]

Patch Changes

  • 02f1316e57: Moved commander to being a regular dependency.
  • Updated dependencies

@backstage/[email protected]

Patch Changes

  • 68ce7d0417: Added aria labels on the support button and sidebar
  • 5637ebed92: Added a global override for window.open that helps prevent security vulnerabilities.
  • 910015f5b7: The Button component has been deprecated in favor of the LinkButton component
  • 20840b36b4: Adds new type, TableOptions, extending Material Table Options.
  • e81a6e0ab5: Updated Link URL validation to be more strict.
  • 85b04f659a: Internal refactor to not use deprecated substr
  • 66e2aab4c4: Navigation items in mobile sidebar now have aria label.
  • Updated dependencies

@backstage/[email protected]

Patch Changes

  • 12a7b316ee: Bumped create-app version.
  • 86a8dfd7b0: Added a check to ensure that Yarn v1 is used when creating new projects.
  • 0eaa579f89: Update SearchPage template to use SearchResult extensions.
  • 02f1316e57: Updated packages/app/cypress/.eslintrc.json to remove the unnecessary import/no-extraneous-dependencies rule.
  • Updated dependencies

@backstage/[email protected]

Patch Changes

@backstage/[email protected]

Patch Changes

@backstage/[email protected]

Patch Changes

@techdocs/[email protected]

Patch Changes

  • dd1e37649f: Deprecated getMkDocsYml in favor of getMkdocsYml (lowercase 'd')

  • dcacf94912: Fix proxying to mkdocs

    The domain localhost may point to both 127.0.0.1 and ::1, ipv4 and ipv6 and when node tries to lookup localhost it might prefer ipv6 while mkdocs is only listening on ipv4. This tells node-proxy to target the ipv4 address instead of relying on localhost hostname lookup.

  • 339d9a5b5c: Added support for using a default mkdocs.yml configuration file when none is provided

  • 6e0b6a0d50: Fixed publish command missing awsBucketRootPath option. Fixed publish command having the gcsBucketRootPath option misconfigured, previously returning a boolean vs a string.

  • Updated dependencies

@backstage/[email protected]

Patch Changes

@backstage/[email protected]

Patch Changes

  • b7705e176c: Use same table header color as @backstage/core-components Table to meet accessibility color contrast requirements. This change affects material-ui tables.

@backstage/[email protected]

Patch Changes

@backstage/[email protected]

Patch Changes

@backstage/[email protected]

Patch Changes

@backstage/[email protected]

Patch Changes

@backstage/[email protected]

Patch Changes

@backstage/[email protected]

Patch Changes

  • 85b04f659a: Internal refactor to not use deprecated substr
  • 4bdd6bcb3c: Prefer Link over plain anchors
  • Updated dependencies

@backstage/[email protected]

Patch Changes

  • c51efce2a0: Update docs to always use yarn add --cwd for app & backend

@backstage/[email protected]

Patch Changes

@backstage/[email protected]

Patch Changes

@backstage/[email protected]

Patch Changes

@backstage/[email protected]

Patch Changes

@backstage/[email protected]

Patch Changes

  • c51efce2a0: Update docs to always use yarn add --cwd for app & backend
  • cc926a59bd: Fixed a bug where the azure devops host in URLs on the readme card was being URL encoded, breaking hosts with ports.
  • 85b04f659a: Internal refactor to not use deprecated substr
  • Updated dependencies

@backstage/[email protected]

Patch Changes

@backstage/[email protected]

Patch Changes

@backstage/[email protected]

Patch Changes

@backstage/[email protected]

Patch Changes

@backstage/[email protected]

Patch Changes

@backstage/[email protected]

Patch Changes

@backstage/[email protected]

Patch Changes

@backstage/[email protected]

Patch Changes

@backstage/[email protected]

Patch Changes

@backstage/[email protected]

Patch Changes

  • 2890f47517: This will add the ability to use Azure DevOps with multi project with a single value which is a new feature as previously this had to be done manually for each project that you wanted to add.

    Right now you would have to fill in multiple values in the config to use multiple projects:

    yourFirstProviderId: # identifies your dataset / provider independent of config changes
        organization: myorg
        project: 'firstProject' # this will match the firstProject project
        repository: '*' # this will match all repos
        path: /catalog-info.yaml
    yourSecondProviderId: # identifies your dataset / provider independent of config changes
        organization: myorg
        project: 'secondProject' # this will match the secondProject project
        repository: '*' # this will match all repos
        path: /catalog-info.yaml
    

    With this change you can actually have all projects available where your PAT determines which you have access to, so that includes multiple projects:

    yourFirstProviderId: # identifies your dataset / provider independent of config changes
        organization: myorg
        project: '*' # this will match all projects where your PAT has access to
        repository: '*' # this will match all repos
        path: /catalog-info.yaml
    
  • 85b04f659a: Internal refactor to not use deprecated substr

  • Updated dependencies

@backstage/[email protected]

Patch Changes

@backstage/[email protected]

Patch Changes

@backstage/[email protected]

Patch Changes

@backstage/[email protected]

Patch Changes

@backstage/[email protected]

Patch Changes

@backstage/[email protected]

Patch Changes

@backstage/[email protected]

Patch Changes

@backstage/[email protected]

Patch Changes

@backstage/[email protected]

Patch Changes

@backstage/[email protected]

Patch Changes

@backstage/[email protected]

Patch Changes

@backstage/[email protected]

Patch Changes

@backstage/[email protected]

Patch Changes

@backstage/[email protected]

Patch Changes

@backstage/[email protected]

Patch Changes

@backstage/[email protected]

Patch Changes

@backstage/[email protected]

Patch Changes

@backstage/[email protected]

Patch Changes

@backstage/[email protected]

Patch Changes

@backstage/[email protected]

Patch Changes

@backstage/[email protected]

Patch Changes

@backstage/[email protected]

Patch Changes

@backstage/[email protected]

Patch Changes

@backstage/[email protected]

Patch Changes

@backstage/[email protected]

Patch Changes

@backstage/[email protected]

Patch Changes

@backstage/[email protected]

Patch Changes

@backstage/[email protected]

Patch Changes

@backstage/[email protected]

Patch Changes

@backstage/[email protected]

Patch Changes

@backstage/[email protected]

Patch Changes

@backstage/[email protected]

Patch Changes

@backstage/[email protected]

Patch Changes

  • 19d4abf72c: Make EventParams typed for implementing tidier event handling.
  • Updated dependencies

@backstage/[email protected]

Patch Changes

@backstage/[email protected]

Patch Changes

@backstage/[email protected]

Patch Changes

@backstage/[email protected]

Patch Changes

@backstage/[email protected]

Patch Changes

@backstage/[email protected]

Patch Changes

@backstage/[email protected]

Patch Changes

@backstage/[email protected]

Patch Changes

@backstage/[email protected]

Patch Changes

@backstage/[email protected]

Patch Changes

@backstage/[email protected]

Patch Changes

@backstage/[email protected]

Patch Changes

@backstage/[email protected]

Patch Changes

@backstage/[email protected]

Patch Changes

@backstage/[email protected]

Patch Changes

@backstage/[email protected]

Patch Changes

@backstage/[email protected]

Patch Changes

@backstage/[email protected]

Patch Changes

@backstage/[email protected]

Patch Changes

@backstage/[email protected]

Patch Changes

@backstage/[email protected]

Patch Changes

@backstage/[email protected]

Patch Changes

@backstage/[email protected]

Patch Changes

@backstage/[email protected]

Patch Changes

  • 2518ef5b8a: Adding new Cluster detail fields to catalogClusterLocator. Replace deprecated imports with k8s annotations from plugin-kubernetes-common.
  • 7ff81f7692: Kubernetes proxy endpoint now accepts content types that are not json
  • 5b7cd5580d: Moving the backend-test-utils to devDependencies.
  • 628e2bd89a: Updated dependency @kubernetes/client-node to 0.18.1.
  • a53d06afe5: The name of the header used to specify a cluster to the proxy endpoint is now visible in the API reference.
  • Updated dependencies

@backstage/[email protected]

Patch Changes

@backstage/[email protected]

Patch Changes

@backstage/[email protected]

Patch Changes

  • 5a4fa8859b: Updated LinksGroup to use Link over ListItem as this makes the links more obvious and follows the pattern already used in the GroupProfileCard. Also updated the GroupProfileCard ExtraDetails story in Storybook to enable the showLinks feature with this off there is no difference between it and the default story.
  • Updated dependencies

@backstage/[email protected]

Patch Changes

@backstage/[email protected]

Patch Changes

@backstage/[email protected]

Patch Changes

@backstage/[email protected]

Patch Changes

@backstage/[email protected]

Patch Changes

@backstage/[email protected]

Patch Changes

@backstage/[email protected]

Patch Changes

@backstage/[email protected]

Patch Changes

@backstage/[email protected]

Patch Changes

@backstage/[email protected]

Patch Changes

@backstage/[email protected]

Patch Changes

@backstage/[email protected]

Patch Changes

@backstage/[email protected]

Patch Changes

@backstage/[email protected]

Patch Changes

@backstage/[email protected]

Patch Changes

  • da418c89e4: Fix broken module exports and dependencies to match a backend module, rather than a frontend plugin.
  • d72866f0cc: Internal refactor to use the new @backstage/plugin-scaffolder-node package for some functionality
  • Updated dependencies

@backstage/[email protected]

Patch Changes

@backstage/[email protected]

Patch Changes

@backstage/[email protected]

Patch Changes

@backstage/[email protected]

Patch Changes

@backstage/[email protected]

Patch Changes

@backstage/[email protected]

Patch Changes

@backstage/[email protected]

Patch Changes

@backstage/[email protected]

Patch Changes

@backstage/[email protected]

Patch Changes

@backstage/[email protected]

Patch Changes

@backstage/[email protected]

Patch Changes

@backstage/[email protected]

Patch Changes

@backstage/[email protected]

Patch Changes

@backstage/[email protected]

Patch Changes

  • 4024b37449: TechInsightsApi interface now has getFactSchemas() method. TechInsightsClient now implements method getFactSchemas().

    BREAKING FactSchema type moved from @backstage/plugin-tech-insights-node into @backstage/plugin-tech-insights-common

    These changes are required if you were importing this type directly.

    diff
    - import { FactSchema } from '@backstage/plugin-tech-insights-node';
    + import { FactSchema } from '@backstage/plugin-tech-insights-common';
    
  • Updated dependencies

@backstage/[email protected]

Patch Changes

@backstage/[email protected]

Patch Changes

@backstage/[email protected]

Patch Changes

  • 4024b37449: TechInsightsApi interface now has getFactSchemas() method. TechInsightsClient now implements method getFactSchemas().

    BREAKING FactSchema type moved from @backstage/plugin-tech-insights-node into @backstage/plugin-tech-insights-common

    These changes are required if you were importing this type directly.

    diff
    - import { FactSchema } from '@backstage/plugin-tech-insights-node';
    + import { FactSchema } from '@backstage/plugin-tech-insights-common';
    
  • Updated dependencies

@backstage/[email protected]

Patch Changes

  • acf6c8c10b: Deprecate RadarEntry.url - use RadarEntry.links instead

    diff
    - url: 'https://www.javascript.com/',
      key: 'javascript',
      id: 'javascript',
      title: 'JavaScript',
      quadrant: 'languages',
      links: [
    +    {
    +      url: 'https://www.javascript.com/',
    +      title: 'Learn more',
    +    },
      ],
    
  • 18024a231c: Allow to set additional links to the entry description.

  • Updated dependencies

@backstage/[email protected]

Patch Changes

@backstage/[email protected]

Patch Changes

@backstage/[email protected]

Patch Changes

  • d950d3e217: Depend on @material-ui/core version ^4.12.2 like all other in-repo packages

  • 4660b63947: Create a TechDocs <LightBox/> addon that allows users to open images in a light-box on documentation pages, they can navigate between images if there are several on one page.

    Here's an example on how to use it in a Backstage app:

    diff
    import {
      DefaultTechDocsHome,
      TechDocsIndexPage,
      TechDocsReaderPage,
    } from '@backstage/plugin-techdocs';
    import { TechDocsAddons } from '@backstage/plugin-techdocs-react/alpha';
    +import { LightBox } from '@backstage/plugin-techdocs-module-addons-contrib';
    
    const AppRoutes = () => {
      <FlatRoutes>
        // other plugin routes
        <Route path="/docs" element={<TechDocsIndexPage />}>
          <DefaultTechDocsHome />
        </Route>
        <Route
          path="/docs/:namespace/:kind/:name/*"
          element={<TechDocsReaderPage />}
        >
          <TechDocsAddons>
    +       <LightBox />
          </TechDocsAddons>
        </Route>
      </FlatRoutes>;
    };
    
  • Updated dependencies

@backstage/[email protected]

Patch Changes

@backstage/[email protected]

Patch Changes

@backstage/[email protected]

Patch Changes

@backstage/[email protected]

Patch Changes

@backstage/[email protected]

Patch Changes

@backstage/[email protected]

Patch Changes

@backstage/[email protected]

Patch Changes

[email protected]

Patch Changes

[email protected]

Patch Changes

[email protected]

Patch Changes

[email protected]

Patch Changes

@internal/[email protected]

Patch Changes

@internal/[email protected]

Patch Changes

@internal/[email protected]

Patch Changes