Releases: janus-idp/backstage-plugins
Releases · janus-idp/backstage-plugins
@janus-idp/[email protected]
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 byrequire
.
@janus-idp/[email protected]
Minor Changes
- cd7aa9e: The janus-cli now can use buildah as a container tool.
@janus-idp/[email protected]
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/[email protected]
@janus-idp/[email protected]
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) anddist/.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/[email protected]
Minor Changes
- b25ecb4: Bump plugins/shared-react to 2.18.0 in main branch, in prep for release of 1.6.0
@janus-idp/[email protected]
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/[email protected]
Minor Changes
- b25ecb4: Bump plugins/web-terminal to 1.15.0 in main branch, in prep for release of 1.6.0
@janus-idp/[email protected]
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.
@janus-idp/[email protected]
Minor Changes
- 9983dd8: Bump plugins/shared-react to 2.17.0 in main branch, in prep for release of 1.5.0