docs/releases/v1.38.0-next.0-changelog.md
Upgrade Helper: https://backstage.github.io/upgrade-helper/?to=1.38.0-next.0
clean, pre/postpack and fix commands into their own separate module.repo lint command to fail when the --max-warnings option was used.start command did not correctly handle multiple --require flags, ensuring all specified modules are now properly loaded.createTemplateFilter and createTemplateGlobalFunction from the zod schema.7495edf: Added custom timeout setting for oidc provider
Here is an example of how to use a custom timeout with the configuration:
auth:
oidc:
production:
clientId: ${AUTH_GOOGLE_CLIENT_ID}
clientSecret: ${AUTH_GOOGLE_CLIENT_SECRET}
timeout:
seconds: 30
Updated dependencies
validateLocationsExist to the config definition where it was missing.operation to alpha defaultEntityContentGroups.useEntityListconvertTimeToLocalTimezone function in the FailedEntities component to correctly parse ISO 8601 date strings and set the timezone to the current local timezone.createTemplateFilter and createTemplateGlobalFunction from the zod schema.