Skip to content

Commit dad6264

Browse files
committed
add missing 1.2.10 release notes to the docs
1 parent 1d6783a commit dad6264

File tree

2 files changed

+51
-0
lines changed

2 files changed

+51
-0
lines changed
Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
---
2+
title: Release 1.2.10
3+
---
4+
<table>
5+
<tbody>
6+
<tr>
7+
<th>Release Number</th>
8+
<td>1.2.10</td>
9+
</tr>
10+
<tr>
11+
<th>Release Date</th>
12+
<td>May 14th, 2025</td>
13+
</tr>
14+
<tr>
15+
<th>Release Codename</th>
16+
<td>Chicago, Patch #10</td>
17+
</tr>
18+
<tr>
19+
<th>Tag</th>
20+
<td>[infrahub-v1.2.10](https://github.com/opsmill/infrahub/releases/tag/infrahub-v1.2.10)</td>
21+
</tr>
22+
</tbody>
23+
</table>
24+
25+
# Release 1.2.10
26+
27+
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.**

docs/sidebars.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -219,6 +219,7 @@ const sidebars: SidebarsConfig = {
219219
},
220220
items: [
221221
'release-notes/infrahub/release-1_2_11',
222+
'release-notes/infrahub/release-1_2_10',
222223
'release-notes/infrahub/release-1_2_9',
223224
'release-notes/infrahub/release-1_2_8',
224225
'release-notes/infrahub/release-1_2_7',

0 commit comments

Comments
 (0)