Skip to content

release-2026-05-27

Latest

Choose a tag to compare

@github-actions github-actions released this 27 May 11:52
0525761

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 of wrapAnnotation that 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 has useApi(configApiRef) available and pass
    the resulting transform to EntityIFrameCard. The configured key must be
    declared with @visibility: frontend in config.d.ts so the value
    reaches the browser bundle.
  • 21ec753: Add an optional transform prop for EntityIFrameCard / IFrameCard when
    using srcFromAnnotation. The function receives the raw annotation value
    plus the entity and returns the final iframe src, 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 and intoTemplate('https://host/foo/${value}/extra')
    for embedding the value as a substring. The transformed URL still goes
    through the existing https-only and iframe.allowList checks.

@roadiehq/scaffolder-backend-module-http-request@5.7.0

Minor Changes

  • 4855f99: Add Zero-Leak Policy (SSRF mitigation) to http:backstage:request action.