Skip to content

Commit 0aa74a4

Browse files
committed
chore: release 1.9.2
Signed-off-by: Fatih Acar <fatih@opsmill.com>
1 parent 9ab7bfb commit 0aa74a4

9 files changed

Lines changed: 36 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,13 @@ This project uses [*towncrier*](https://towncrier.readthedocs.io/) and the chang
1111

1212
<!-- towncrier release notes start -->
1313

14+
## [Infrahub - v1.9.2](https://github.com/opsmill/infrahub/tree/infrahub-v1.9.2) - 2026-04-30
15+
16+
### Fixed
17+
18+
- Stop object-type conversion of agnostic nodes with aware attributes from re-opening merged or deleting branches. The "needs rebase" status now only applies to non-terminal branches. ([#9103](https://github.com/opsmill/infrahub/issues/9103))
19+
- Stop `infrahub upgrade` from overwriting the status of merged or deleting branches. Branches in a terminal state (`MERGED`, `DELETING`) are now skipped, so they no longer reappear as `NEED_UPGRADE_REBASE` after an upgrade. ([#9103](https://github.com/opsmill/infrahub/issues/9103))
20+
1421
## [Infrahub - v1.9.1](https://github.com/opsmill/infrahub/tree/infrahub-v1.9.1) - 2026-04-29
1522

1623
### Added

changelog/9103.fixed.1.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog/9103.fixed.md

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
---
2+
title: Release 1.9.2
3+
---
4+
<table>
5+
<tbody>
6+
<tr>
7+
<th>Release Number</th>
8+
<td>1.9.2</td>
9+
</tr>
10+
<tr>
11+
<th>Release Date</th>
12+
<td>April 30th, 2026</td>
13+
</tr>
14+
<tr>
15+
<th>Tag</th>
16+
<td>[infrahub-v1.9.2](https://github.com/opsmill/infrahub/releases/tag/infrahub-v1.9.2)</td>
17+
</tr>
18+
</tbody>
19+
</table>
20+
21+
### Fixed
22+
23+
- Stop object-type conversion of agnostic nodes with aware attributes from re-opening merged or deleting branches. The "needs rebase" status now only applies to non-terminal branches. ([#9103](https://github.com/opsmill/infrahub/issues/9103))
24+
- Stop `infrahub upgrade` from overwriting the status of merged or deleting branches. Branches in a terminal state (`MERGED`, `DELETING`) are now skipped, so they no longer reappear as `NEED_UPGRADE_REBASE` after an upgrade. ([#9103](https://github.com/opsmill/infrahub/issues/9103))

docs/sidebars.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -436,6 +436,7 @@ const sidebars: SidebarsConfig = {
436436
slug: 'release-notes/infrahub',
437437
},
438438
items: [
439+
'release-notes/infrahub/release-1_9_2',
439440
'release-notes/infrahub/release-1_9_1',
440441
'release-notes/infrahub/release-1_9_0',
441442
'release-notes/infrahub/release-1_8_6',

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "infrahub-server"
3-
version = "1.9.1"
3+
version = "1.9.2"
44
description = "Infrahub is taking a new approach to Infrastructure Management by providing a new generation of datastore to organize and control all the data that defines how an infrastructure should run."
55
authors = [{ name = "OpsMill", email = "info@opsmill.com" }]
66
requires-python = ">=3.12,<3.15"

python_testcontainers/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "infrahub-testcontainers"
3-
version = "1.9.1"
3+
version = "1.9.2"
44
requires-python = ">=3.10"
55

66
description = "Testcontainers instance for Infrahub to easily build integration tests"

python_testcontainers/uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)