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
- 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))
19
+
- Computed Attribute of kind Jinja will only be recalculated during a schema update if the template itself has been updated.
20
+
<!-- vale on -->
21
+
22
+
### Fixed
23
+
24
+
- Fixes an issue where the signature of a webhook event was calculated wrongly. ([#6323](https://github.com/opsmill/infrahub/issues/6323))
25
+
- Display "dissociate" action only if possible on relationships table's row actions
26
+
- 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.
27
+
- 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
28
+
- Update diff and merge logic to correctly support nodes that have had their kind migrated on a branch
0 commit comments