Skip to content

Commit f3aba11

Browse files
authored
chore: update changelog and release notes for v1.4.9 (#7282)
1 parent ba203d3 commit f3aba11

File tree

7 files changed

+35
-5
lines changed

7 files changed

+35
-5
lines changed

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.4.9](https://github.com/opsmill/infrahub/tree/infrahub-v1.4.9) - 2025-09-26
15+
16+
### Fixed
17+
18+
- Fix prefix/IP Address creation when passing in `ip_namespace`'s HFID ([#7239](https://github.com/opsmill/infrahub/issues/7239))
19+
- Fix bug in schema integrity checks of a proposed change that prevented resolved violations from being removed ([#7278](https://github.com/opsmill/infrahub/issues/7278))
20+
1421
## [Infrahub - v1.4.8](https://github.com/opsmill/infrahub/tree/infrahub-v1.4.8) - 2025-09-23
1522

1623
### Fixed

changelog/7239.fixed.md

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

changelog/7278.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.4.9
3+
---
4+
<table>
5+
<tbody>
6+
<tr>
7+
<th>Release Number</th>
8+
<td>1.4.9</td>
9+
</tr>
10+
<tr>
11+
<th>Release Date</th>
12+
<td>September 26th, 2025</td>
13+
</tr>
14+
<tr>
15+
<th>Tag</th>
16+
<td>[infrahub-v1.4.9](https://github.com/opsmill/infrahub/releases/tag/infrahub-v1.4.9)</td>
17+
</tr>
18+
</tbody>
19+
</table>
20+
21+
### Fixed
22+
23+
- Fix prefix/IP Address creation when passing in `ip_namespace`'s HFID ([#7239](https://github.com/opsmill/infrahub/issues/7239))
24+
- Fix bug in schema integrity checks of a proposed change that prevented resolved violations from being removed ([#7278](https://github.com/opsmill/infrahub/issues/7278))

docs/sidebars.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -414,6 +414,7 @@ const sidebars: SidebarsConfig = {
414414
slug: 'release-notes/infrahub',
415415
},
416416
items: [
417+
'release-notes/infrahub/release-1_4_9',
417418
'release-notes/infrahub/release-1_4_8',
418419
'release-notes/infrahub/release-1_4_7',
419420
'release-notes/infrahub/release-1_4_6',

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "infrahub-server"
3-
version = "1.4.8"
3+
version = "1.4.9"
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 = ["OpsMill <[email protected]>"]
66
readme = "README.md"

python_testcontainers/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
[project]
22
name = "infrahub-testcontainers"
3-
version = "1.4.8"
3+
version = "1.4.9"
44
requires-python = ">=3.9"
55

66
[tool.poetry]
77
name = "infrahub-testcontainers"
8-
version = "1.4.8"
8+
version = "1.4.9"
99
description = "Testcontainers instance for Infrahub to easily build integration tests"
1010
authors = ["OpsMill <[email protected]>"]
1111
readme = "README.md"

0 commit comments

Comments
 (0)