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@1.18.4

03 Dec 17:40
34b08a9

Choose a tag to compare

Patch Changes

  • 2bc9e4f: fix(cli): redirect install output. This change updates the CLI so that stdout of the yarn install command is redirected to a file. This prevents a possible buffer overflow error that can occur but also gives the added benefit of making the install output available for troubleshooting should a dynamic plugin fail to export. On successful installation and plugin validation the yarn install log file will be removed.

@janus-idp/cli@1.18.3

02 Dec 19:41
3185a16

Choose a tag to compare

Patch Changes

  • 318af8b: fix(cli): adjust embedded module searching. The CLI attempts a require call to detect built embedded packages, this change adjusts the directory this require is attempted from to be at the level of discovered package instead of the dynamic plugin package.

@janus-idp/backstage-plugin-orchestrator@1.21.103

28 Nov 10:31
abad314

Choose a tag to compare

Patch Changes

  • 39ea6c4: multiple bug fixes related to execution form
  • Updated dependencies [39ea6c4]
    • @janus-idp/backstage-plugin-orchestrator-form-react@1.0.103

@janus-idp/backstage-plugin-orchestrator-form-react@1.0.103

28 Nov 10:31
abad314

Choose a tag to compare

Patch Changes

  • 39ea6c4: multiple bug fixes related to execution form

@janus-idp/cli@1.18.2

27 Nov 23:40
86fb3cd

Choose a tag to compare

Patch Changes

  • abd9dec: This change adds two new flags to handle native module dependencies.

    • --allow-native-package [package-name...]: flag to selectively allow native packages when exporting a dynamic plugin and allowing it's installation into the exported dynamic plugin.
    • --suppress-native-package [package-name..]: flag which replaces the native package with an empty package during export, preventing the native package's inclusion into the exported dynamic plugin's private dependencies.

@janus-idp/backstage-scaffolder-backend-module-kubernetes@1.7.4

25 Nov 19:24
b05d144

Choose a tag to compare

Patch Changes

  • 3343893: bump jsonpath-plus to v10.2.0

@janus-idp/backstage-plugin-orchestrator@1.21.102

25 Nov 19:25
b05d144

Choose a tag to compare

Patch Changes

  • 0f745c2: pass also initial form data to custom decorator
  • 9f20ced: The parent assessment link is shown again thanks to fixing passing of the businessKey when "execute" action is trigerred.
  • Updated dependencies [0f745c2]
  • Updated dependencies [9f20ced]
    • @janus-idp/backstage-plugin-orchestrator-form-react@1.0.102
    • @janus-idp/backstage-plugin-orchestrator-form-api@1.0.102
    • @janus-idp/backstage-plugin-orchestrator-common@1.16.101

@janus-idp/backstage-plugin-orchestrator-form-react@1.0.102

25 Nov 19:25
b05d144

Choose a tag to compare

Patch Changes

  • 0f745c2: pass also initial form data to custom decorator
  • Updated dependencies [0f745c2]
    • @janus-idp/backstage-plugin-orchestrator-form-api@1.0.102

@janus-idp/backstage-plugin-orchestrator-form-api@1.0.102

25 Nov 19:24
b05d144

Choose a tag to compare

Patch Changes

  • 0f745c2: pass also initial form data to custom decorator

@janus-idp/backstage-plugin-orchestrator-common@1.16.101

25 Nov 19:24
b05d144

Choose a tag to compare

Patch Changes

  • 9f20ced: The parent assessment link is shown again thanks to fixing passing of the businessKey when "execute" action is trigerred.

Bug Fixes

  • orchestrator: remove default pagination on v2 endpoints (#1983) (5e30274)