Release Number | 1.1.7 |
---|---|
Release Date | February 18th, 2025 |
Release Codename | Lyon, Patch #7 |
Tag | infrahub-v1.1.7 |
Release 1.1.7
This release brings some changes and bug-fixes to resolve issues found in Infrahub v1.1.6 and prior.
Main changes
The complete list of changes can always be found in the CHANGELOG.md
file in the Infrahub Git repository.
Added
- Data diffs are loaded in sequential batches for faster performance with large changes.
- The diff tree and diff list can now be scrolled independently.
Changed
- Modified node mutation events to not send metadata properties as part of the mutation payload. The reason is that the property lookup was time consuming. This information will return again in Infrahub 1.2 with a completely updated format. (#5664)
Fixed
- Fix nodes remaining in the database after a create mutation fails when using pools. (#4303)
- Modify the query for the current tasks, ensuring the correct determination of the merge button state. (#5565)
- Fix Docker
task-manager-db
PostgreSQL health check test by adding database and user parameters. (#5739) - Fixed issue causing a gap in menu sidebar when text is too long.
- Prevent avatar from being cut off in menu sidebar.
- Enforce permission checks when using relationship add or delete mutation.
- Enhance the data integrity checks UI to enable navigation from the check to the diff view.
- Improved performance when updating an existing diff.
Migration guide
The process to migrate your instance of Infrahub to the latest version may vary depending on your deployment of Infrahub. However, at a high-level, it will involve getting the latest version of the Infrahub code, and then performing any needed Database Migrations and Schema updates.
Please ensure you have a backup of your Infrahub environment prior to attempting any migration or upgrade activities.