Files
github-actions[bot] 389d265b60 Version Packages
2025-05-20 08:25:02 +00:00

3.9 KiB

@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

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

0.0.10-next.1

Patch Changes

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

0.0.10-next.0

Patch Changes

0.0.9

Patch Changes

0.0.9-next.0

Patch Changes

0.0.8

Patch Changes

0.0.8-next.0

Patch Changes

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

0.0.6-next.2

Patch Changes

0.0.6-next.1

Patch Changes

0.0.6-next.0

Patch Changes

0.0.5

Patch Changes

0.0.5-next.0

Patch Changes

0.0.4

Patch Changes

0.0.4-next.0

Patch Changes

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.