Package detail

@backstage/release-manifests

backstage271.3kApache-2.00.0.13

Helper library for receiving release manifests

backstage

readme

headline

Backstage

English | 한국어 | 中文版 | Français

License CNCF Status Discord Code style Codecov OpenSSF Best Practices OpenSSF Scorecard

What is Backstage?

Backstage is an open source framework for building developer portals. Powered by a centralized software catalog, Backstage restores order to your microservices and infrastructure and enables your product teams to ship high-quality code quickly without compromising autonomy.

Backstage unifies all your infrastructure tooling, services, and documentation to create a streamlined development environment from end to end.

software-catalog

Out of the box, Backstage includes:

  • Backstage Software Catalog for managing all your software such as microservices, libraries, data pipelines, websites, and ML models
  • Backstage Software Templates for quickly spinning up new projects and standardizing your tooling with your organization’s best practices
  • Backstage TechDocs for making it easy to create, maintain, find, and use technical documentation, using a "docs like code" approach
  • Plus, a growing ecosystem of open source plugins that further expand Backstage’s customizability and functionality

Backstage was created by Spotify but is now hosted by the Cloud Native Computing Foundation (CNCF) as an Incubation level project. For more information, see the announcement.

Project roadmap

For information about the detailed project roadmap including delivered milestones, see the Roadmap.

Getting Started

To start using Backstage, see the Getting Started documentation.

Documentation

The documentation of Backstage includes:

Community

To engage with our community, you can use the following resources:

Governance

See the GOVERNANCE.md document in the backstage/community repository.

License

Copyright 2020-2025 © The Backstage Authors. All rights reserved. The Linux Foundation has registered trademarks and uses trademarks. For a list of trademarks of The Linux Foundation, please see our Trademark Usage page: https://www.linuxfoundation.org/trademark-usage

Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0

Security

Please report sensitive security issues using Spotify's bug-bounty program rather than GitHub.

For further details, see our complete security release process.

changelog

@backstage/release-manifests

0.0.13

Patch Changes

  • 163f3da: This expands the configurability of release-manifests to pave the road for more configuration options in the cli.

    Specifically it allows the specification of mirrored, proxied, or air-gapped hosts when upgrading across releases when working in restricted or heavily governed development environments (common in large enterprises and government entities).

0.0.13-next.0

Patch Changes

  • 163f3da: This expands the configurability of release-manifests to pave the road for more configuration options in the cli.

    Specifically it allows the specification of mirrored, proxied, or air-gapped hosts when upgrading across releases when working in restricted or heavily governed development environments (common in large enterprises and government entities).

0.0.12

Patch Changes

  • 2e140dc: Switch to native fetch for loading release manifests
  • b29eaea: Allow overriding the fetch function used inside getManifestByVersion

0.0.12-next.1

Patch Changes

  • b29eaea: Allow overriding the fetch function used inside getManifestByVersion

0.0.12-next.0

Patch Changes

  • 2e140dc: Switch to native fetch for loading release manifests

0.0.11

Patch Changes

  • 4aa43f62aa: Updated dependency cross-fetch to ^4.0.0.

0.0.10

Patch Changes

  • 406b786a2a2c: Mark package as being free of side effects, allowing more optimized Webpack builds.
  • 8cec7664e146: Removed @types/node dependency

0.0.10-next.1

Patch Changes

  • 406b786a2a2c: Mark package as being free of side effects, allowing more optimized Webpack builds.

0.0.10-next.0

Patch Changes

  • 8cec7664e146: Removed @types/node dependency

0.0.9

Patch Changes

  • 52b0022dab7: Updated dependency msw to ^1.0.0.

0.0.9-next.0

Patch Changes

  • 52b0022dab7: Updated dependency msw to ^1.0.0.

0.0.8

Patch Changes

  • 3280711113: Updated dependency msw to ^0.49.0.

0.0.8-next.0

Patch Changes

  • 3280711113: Updated dependency msw to ^0.49.0.

0.0.7

Patch Changes

  • a4496131fa: Added a fallback that fetches manifests from https://raw.githubusercontent.com if https://versions.backstage.io is unavailable.

0.0.7-next.0

Patch Changes

  • a4496131fa: Added a fallback that fetches manifests from https://raw.githubusercontent.com if https://versions.backstage.io is unavailable.

0.0.6

Patch Changes

  • 7d47def9c4: Removed dependency on @types/jest.
  • 667d917488: Updated dependency msw to ^0.47.0.
  • 87ec2ba4d6: Updated dependency msw to ^0.46.0.
  • bf5e9030eb: Updated dependency msw to ^0.45.0.

0.0.6-next.2

Patch Changes

  • 7d47def9c4: Removed dependency on @types/jest.

0.0.6-next.1

Patch Changes

  • 667d917488: Updated dependency msw to ^0.47.0.
  • 87ec2ba4d6: Updated dependency msw to ^0.46.0.

0.0.6-next.0

Patch Changes

  • bf5e9030eb: Updated dependency msw to ^0.45.0.

0.0.5

Patch Changes

  • a70869e775: Updated dependency msw to ^0.43.0.
  • 8006d0f9bf: Updated dependency msw to ^0.44.0.

0.0.5-next.0

Patch Changes

  • a70869e775: Updated dependency msw to ^0.43.0.

0.0.4

Patch Changes

  • 8f7b1835df: Updated dependency msw to ^0.41.0.

0.0.4-next.0

Patch Changes

  • 8f7b1835df: Updated dependency msw to ^0.41.0.

0.0.3

Patch Changes

  • 6e830352d4: Updated dependency @types/node to ^16.0.0.

0.0.3-next.0

Patch Changes

  • 6e830352d4: Updated dependency @types/node to ^16.0.0.

0.0.2

Patch Changes

  • 1ed305728b: Bump node-fetch to version 2.6.7 and cross-fetch to version 3.1.5
  • c77c5c7eb6: Added backstage.role to package.json

0.0.1

Patch Changes

  • aeb5c69abb: Introduces a new package with utilities for fetching release manifests. This package will primarily be used by the @backstage/cli package.