Skip to content
This repository was archived by the owner on Jan 27, 2026. It is now read-only.

Releases: janus-idp/backstage-plugins

@janus-idp/cli@3.7.0

Choose a tag to compare

@janus-idp janus-idp released this 20 Jan 15:17
333e45e

Minor Changes

  • d6c06fd: add deprecation warnings to package-dynamic-plugins and export-dynamic-plugin and point to new rhdh-cli
  • 2231388: Remove backstage packages from the webpack singleton configuration.

@janus-idp/cli@3.6.1

Choose a tag to compare

@janus-idp janus-idp released this 14 May 16:04
98baadf

Patch Changes

  • 701b93c: This change updates the CLI to cater for the way modules are handled by require in node v20.19.0, which fixes an error that can be thrown by the CLI when an es6 or typescript module is picked up by require.

@janus-idp/cli@3.6.0

Choose a tag to compare

@janus-idp janus-idp released this 12 May 09:26
2ed56c0

Minor Changes

  • cd7aa9e: The janus-cli now can use buildah as a container tool.

@janus-idp/cli@3.5.0

Choose a tag to compare

@janus-idp janus-idp released this 16 Apr 17:00
9ba1c90

Minor Changes

  • 049f200: This change removes the embed-as-code method of exporting from export-dynamic-plugin and the associated --no-embed-as-dependencies flag. This change also removes the forked code required to support this exporting method as well as the associated rollup dependencies.

@janus-idp/cli@3.4.2

Choose a tag to compare

@janus-idp janus-idp released this 16 Apr 14:44
343fedc

Patch Changes

  • 611e23a: Fix wrong role retrieval which could break the metadata command behavior.
  • 611e23a: Check backstage the support-versions field value during export, and fix it if possible while emitting a warning.

@janus-idp/cli@3.4.1

Choose a tag to compare

@janus-idp janus-idp released this 08 Apr 15:15
95af580

Patch Changes

  • a3e8716: Prepare for better compatibility with the upstream dynamic plugins support, by generating the config schema for backend plugins in both dist/configSchema.json (for backward compatibility with RHDH) and dist/.config-schema.json for consistency and compatibility with upstream.
  • 2559fd7: This change fixes package-dynamic-plugin to transform any organization identifier into a flat file path when packaging dynamic plugins.

@janus-idp/shared-react@2.18.0

Choose a tag to compare

@janus-idp janus-idp released this 03 Apr 13:24
f68b40b

Minor Changes

  • b25ecb4: Bump plugins/shared-react to 2.18.0 in main branch, in prep for release of 1.6.0

@janus-idp/cli@3.4.0

Choose a tag to compare

@janus-idp janus-idp released this 03 Apr 13:23
f68b40b

Minor Changes

  • b25ecb4: Bump packages/cli to 3.4.0 in main branch, in prep for release of 1.6.0

Patch Changes

  • f694a76: This change updates the package-dynamic-plugins command to use the exported plugin package name rather than deriving a package name from the base plugin package and package role. This change also ensures the exported plugin metadata is taken from the exported package instead of the original package. This change will potentially affect the final directory name of exported plugins.

@janus-idp/backstage-plugin-web-terminal@1.15.0

Choose a tag to compare

@janus-idp janus-idp released this 03 Apr 13:23
f68b40b

Minor Changes

  • b25ecb4: Bump plugins/web-terminal to 1.15.0 in main branch, in prep for release of 1.6.0

@janus-idp/cli@3.3.1

Choose a tag to compare

@janus-idp janus-idp released this 20 Mar 11:29
a63df8a

Patch Changes

  • 4af162c: This change ensures the CLI properly updates any manually added resolutions a plugin has with the embedded version. This fixes cases where a plugin may be using resolutions for finer grained version control on packages the CLI would embed, such as native dependencies.