Releases: janus-idp/backstage-plugins
Releases · janus-idp/backstage-plugins
@janus-idp/cli@1.18.3
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
@janus-idp/backstage-plugin-orchestrator-form-react@1.0.103
Patch Changes
- 39ea6c4: multiple bug fixes related to execution form
@janus-idp/cli@1.18.2
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
Patch Changes
- 3343893: bump jsonpath-plus to v10.2.0
@janus-idp/backstage-plugin-orchestrator@1.21.102
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
@janus-idp/backstage-plugin-orchestrator-form-api@1.0.102
Patch Changes
- 0f745c2: pass also initial form data to custom decorator