You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This release brings some changes and bug-fixes to resolve issues found in Infrahub v1.2.9 and prior.
28
+
29
+
## Main changes
30
+
31
+
The complete list of changes can always be found in the `CHANGELOG.md` file in the Infrahub Git repository.
32
+
33
+
### Added
34
+
35
+
- Added the ability to use alternative value types for all attribute types with computed attributes. For attributes of type IPHost or Dropdown you can now access the `ip` or `label` fields and not only the `value` field. ([#5769](https://github.com/opsmill/infrahub/issues/5769))
36
+
- Computed Attribute of kind Jinja will only be recalculated during a schema update if the template itself has been updated.
37
+
38
+
### Fixed
39
+
40
+
- Fixes an issue where the signature of a webhook event was calculated wrongly. ([#6323](https://github.com/opsmill/infrahub/issues/6323))
41
+
- Display "dissociate" action only if possible on relationships table's row actions
42
+
- Fixed an issue where it wasn't possible to have a high number of choices in the Dropdown schema kinds. Previously the payload was limited to 4096 characters.
43
+
- Prevent creating duplicate edges on the database when adding a relationship to or deleting a relationship from a node that had its kind or inheritance updated
44
+
- Update diff and merge logic to correctly support nodes that have had their kind migrated on a branch## Upgrade guide
45
+
46
+
Please refer to the Upgrade Guide in the documentation for more information on how to upgrade your Infrahub instance.
47
+
48
+
https://docs.infrahub.app/guides/upgrade
49
+
50
+
**After the upgrade, it is strongly recommended to rebase any open branches in Infrahub once the system is online again.**
0 commit comments