This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and publish to npm yourself or setup this action to publish automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
@roadiehq/catalog-backend-module-okta@1.4.0
Minor Changes
- 310f25a: feat: @okta/okta-sdk-nodejs major version bump
Patch Changes
- 24aefbb: test(catalog-backend-module-okta): silence winston "no transports" warning
@roadiehq/backstage-plugin-iframe@1.7.0
Minor Changes
- f1b9239: Add the
wrapAnnotationFromConfig(config, configKey, suffix?)helper — a
factory variant ofwrapAnnotationthat reads the URL prefix from a
frontend-visible config key at call time. Useful when the iframe host
should vary per environment (dev/staging/prod) without recompiling. Call
it from a component that hasuseApi(configApiRef)available and pass
the resulting transform toEntityIFrameCard. The configured key must be
declared with@visibility: frontendinconfig.d.tsso the value
reaches the browser bundle. - 21ec753: Add an optional
transformprop forEntityIFrameCard/IFrameCardwhen
usingsrcFromAnnotation. The function receives the raw annotation value
plus the entity and returns the final iframesrc, so annotations can
store a bare identifier (e.g. a dashboard id) instead of a full URL. Two
helper builders are exported:wrapAnnotation(prefix, suffix?)for
prefix/suffix wrapping andintoTemplate('https://host/foo/${value}/extra')
for embedding the value as a substring. The transformed URL still goes
through the existing https-only andiframe.allowListchecks.
@roadiehq/scaffolder-backend-module-http-request@5.7.0
Minor Changes
- 4855f99: Add Zero-Leak Policy (SSRF mitigation) to http:backstage:request action.