This release brings some bug-fixes to resolve issues found in Infrahub v1.4.3 and prior.
Fixed
- Fix HTTP 403 when trying to fetch object metadata in changelog without being allowed to manage permissions
- Fix HTTP 403 when trying to fetch nodes though a
CoreNode
query, this could prevent users to select nodes in various places with the user interface (#6733) - Re-run Migration026 in case it failed during an upgrade from 1.2.4 or earlier to 1.4.x or later. Root cause of the migration failure has already been addressed. (#7112)
- Fixed rebase bug by ensuring rebase operations with data only changes correctly set the .branched_from property of the branch within the registry. (#7113)
- UI requests for proposed change objects are now branch-agnostic, preventing errors when a branch is deleted
Housekeeping
- Internal UI: Decouple config fetching from usage
Full Changelog: infrahub-v1.4.3...infrahub-v1.4.4