docs/releases/v1.29.0-next.1-changelog.md
Upgrade Helper: https://backstage.github.io/upgrade-helper/?to=1.29.0-next.1
cb32ca7: BREAKING: readLdapOrg and the LdapProviderConfig type now always accept arrays of user and group configs, not just single items.
Added support for single ldap catalog provider to provide list and undefined user and group bindings next to standard single one.
@rjsf/utils to 5.18.5.
Updated dependency @rjsf/core to 5.18.5.
Updated dependency @rjsf/material-ui to 5.18.5.
Updated dependency @rjsf/validator-ajv8 to 5.18.5.backendPlugin and backendModule factory now includes a step for automatically adding the new backend plugin/module to the index.ts file of the backend.MyGroupsSidebarItem to the sidebar in the create-app template9112efc: Adds support for repository events.
The provider adds a subscription to the topic github.repository.
Hereby, it supports events of type repository with actions
archiveddeletededitedrenamedtransferredunarchivedActions skipped as they don't require entity changes:
createdprivatizedpublicizedIf the config option validateLocationsExist is enabled, an API request
is necessary and will be executed.
This affects the actions renamed, transferred, and unarchive
of event type repository.
Catalog entities related to the GithubEntityProvider instance will be adjusted
according to action and its meaning for them.
Updated dependencies
@rjsf/utils to 5.18.5.
Updated dependency @rjsf/core to 5.18.5.
Updated dependency @rjsf/material-ui to 5.18.5.
Updated dependency @rjsf/validator-ajv8 to 5.18.5.@rjsf/utils to 5.18.5.
Updated dependency @rjsf/core to 5.18.5.
Updated dependency @rjsf/material-ui to 5.18.5.
Updated dependency @rjsf/validator-ajv8 to 5.18.5.useGetEntities hook could result in requests to /api/catalog/entities where the headers exceed the default maximum Node.js header size of 16KB. The hook logic has been adjusted to batch the requests.@rjsf/utils to 5.18.5.
Updated dependency @rjsf/core to 5.18.5.
Updated dependency @rjsf/material-ui to 5.18.5.
Updated dependency @rjsf/validator-ajv8 to 5.18.5.141f366: Added action to enable GitHub Pages on a repo
dfaa28d: Adds requireLastPushApproval input property to configure Branch Protection Settings in github:publish action
Adds requireLastPushApproval input property to configure Branch Protection Settings in github:repo:push action
Updated dependencies
variables to gitlab:pipeline:trigger