Skip to content

Commit 33e59f4

Browse files
committed
prep release 1.4.10
1 parent 6b49896 commit 33e59f4

File tree

8 files changed

+43
-6
lines changed

8 files changed

+43
-6
lines changed

CHANGELOG.md

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

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

14+
## [Infrahub - v1.4.10](https://github.com/opsmill/infrahub/tree/infrahub-v1.4.10) - 2025-10-01
15+
16+
### Fixed
17+
18+
- Fix issue with template that would set the value/source of all attributes even for the attribute that are not defined in the template. ([#7259](https://github.com/opsmill/infrahub/issues/7259))
19+
- Fix bug in artifact diff cypher query that could improperly exclude artifacts on the default branch ([#7301](https://github.com/opsmill/infrahub/issues/7301))
20+
21+
### Housekeeping
22+
23+
- Update docs to download compose file first and then run compose up/down. This change was made due to community members using the one liner for long standing installations without the docker-compose.yml file locally. The new approach is more explicit and easier for the community to maintain their Infrahub instances in the future. ([#compose](https://github.com/opsmill/infrahub/issues/compose))
24+
1425
## [Infrahub - v1.4.9](https://github.com/opsmill/infrahub/tree/infrahub-v1.4.9) - 2025-09-26
1526

1627
### Fixed

changelog/7259.fixed.md

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

changelog/7301.fixed.md

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

changelog/compose.housekeeping.md

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
---
2+
title: Release 1.4.10
3+
---
4+
<table>
5+
<tbody>
6+
<tr>
7+
<th>Release Number</th>
8+
<td>1.4.10</td>
9+
</tr>
10+
<tr>
11+
<th>Release Date</th>
12+
<td>October 1st, 2025</td>
13+
</tr>
14+
<tr>
15+
<th>Tag</th>
16+
<td>[infrahub-v1.4.10](https://github.com/opsmill/infrahub/releases/tag/infrahub-v1.4.10)</td>
17+
</tr>
18+
</tbody>
19+
</table>
20+
21+
### Fixed
22+
23+
- Fix issue with template that would set the value/source of all attributes even for the attribute that are not defined in the template. ([#7259](https://github.com/opsmill/infrahub/issues/7259))
24+
- Fix bug in artifact diff cypher query that could improperly exclude artifacts on the default branch ([#7301](https://github.com/opsmill/infrahub/issues/7301))
25+
26+
### Housekeeping
27+
28+
- Update docs to download compose file first and then run compose up/down. This change was made due to community members using the one liner for long standing installations without the docker-compose.yml file locally. The new approach is more explicit and easier for the community to maintain their Infrahub instances in the future. ([#compose](https://github.com/opsmill/infrahub/issues/compose))

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_10',
417418
'release-notes/infrahub/release-1_4_9',
418419
'release-notes/infrahub/release-1_4_8',
419420
'release-notes/infrahub/release-1_4_7',

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.9"
3+
version = "1.4.10"
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.9"
3+
version = "1.4.10"
44
requires-python = ">=3.9"
55

66
[tool.poetry]
77
name = "infrahub-testcontainers"
8-
version = "1.4.9"
8+
version = "1.4.10"
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)