Skip to content

Commit 78e3a90

Browse files
authored
release v0.16.2 (#4512)
1 parent 67c1414 commit 78e3a90

File tree

9 files changed

+94
-10
lines changed

9 files changed

+94
-10
lines changed

CHANGELOG.md

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

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

14+
## [0.16.2](https://github.com/opsmill/infrahub/tree/v0.16.2) - 2024-10-01
15+
16+
### Fixed
17+
18+
- Loading a schema with an invalid order_by field raise a proper error. ([#4323](https://github.com/opsmill/infrahub/issues/4323))
19+
- Updates internal logic to improve performance when generating a diff.
20+
21+
BREAKING CHANGE: Diff data, including conflict selections, will be deleted. We recommend merging
22+
any outstanding proposed changes before upgrading to this version. ([#4438](https://github.com/opsmill/infrahub/issues/4438))
23+
- Fix performance issue for GraphQL queries that only count nodes. ([#4454](https://github.com/opsmill/infrahub/issues/4454))
24+
- Fix ability to construct HFID for upsert mutations where a number attribute is used. ([#4460](https://github.com/opsmill/infrahub/issues/4460))
25+
1426
## [0.16.1](https://github.com/opsmill/infrahub/tree/v0.16.1) - 2024-09-24
1527

1628
The largest change in this version is the movement of the Infrahub SDK into a

changelog/4323.fixed.md

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

changelog/4438.fixed.md

Lines changed: 0 additions & 4 deletions
This file was deleted.

changelog/4454.fixed.md

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

changelog/4460.fixed.md

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 78 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,78 @@
1+
---
2+
title: Release 0.16.2
3+
---
4+
<table>
5+
<tbody>
6+
<tr>
7+
<th>Release Number</th>
8+
<td>0.16.2</td>
9+
</tr>
10+
<tr>
11+
<th>Release Date</th>
12+
<td>October 1st, 2024</td>
13+
</tr>
14+
<tr>
15+
<th>Release Codename</th>
16+
<td>Beta #5, Patch #2</td>
17+
</tr>
18+
<tr>
19+
<th>Tag</th>
20+
<td>[infrahub-v0.16.2](https://github.com/opsmill/infrahub/releases/tag/infrahub-v0.16.2)</td>
21+
</tr>
22+
</tbody>
23+
</table>
24+
25+
# Release 0.16.2
26+
27+
We are thrilled to announce the latest release of Infrahub, version *0.16.2*!
28+
29+
This release focuses largely on bug fixes and is driven by our Beta Test users,
30+
and as always we greatly appreciate their feedback and time!
31+
32+
## Main changes
33+
34+
The complete list of changes can always be found in the `CHANGELOG.md` file in the Infrahub Git repository.
35+
36+
### Fixed
37+
38+
- Loading a schema with an invalid order_by field raise a proper error. ([#4323](https://github.com/opsmill/infrahub/issues/4323))
39+
- Updates internal logic to improve performance when generating a diff.
40+
41+
BREAKING CHANGE: Diff data, including conflict selections, will be deleted. We recommend merging
42+
any outstanding proposed changes before upgrading to this version. ([#4438](https://github.com/opsmill/infrahub/issues/4438))
43+
- Fix performance issue for GraphQL queries that only count nodes. ([#4454](https://github.com/opsmill/infrahub/issues/4454))
44+
- Fix ability to construct HFID for upsert mutations where a number attribute is used. ([#4460](https://github.com/opsmill/infrahub/issues/4460))
45+
46+
## Migration guide
47+
48+
To migrate your instance of Infrahub to the latest version, please run the following commands and restart all instances of Infrahub.
49+
50+
<!-- vale off -->
51+
```shell
52+
infrahub db migrate
53+
infrahub db update-core-schema
54+
```
55+
<!-- vale on -->
56+
57+
> if you are running in docker these commands need to run from the container where Infrahub is installed
58+
59+
### Migration of the demo instance
60+
61+
If you are using the demo environment, you can migrate to the latest version with the following commands
62+
63+
```shell
64+
invoke demo.stop
65+
invoke demo.build
66+
invoke demo.migrate
67+
invoke demo.start
68+
```
69+
70+
If you don't want to keep your data, you can start a clean instance with the following command
71+
72+
```shell
73+
invoke demo.destroy demo.build demo.start demo.load-infra-schema demo.load-infra-data
74+
```
75+
76+
> All data will be lost, please make sure to backup everything you need before running this command.
77+
78+
The repository https://github.com/opsmill/infrahub-demo-edge has also been updated, it's recommended to pull the latest changes into your fork.

docs/sidebars.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -308,6 +308,7 @@ const sidebars: SidebarsConfig = {
308308
},
309309
items: [
310310
// 'release-notes/infrahub/release-1_0-DRAFT',
311+
'release-notes/infrahub/release-0_16_2',
311312
'release-notes/infrahub/release-0_16_1',
312313
'release-notes/infrahub/release-0_16',
313314
'release-notes/infrahub/release-0_15_3',

helm/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@ type: application
1414
# This is the chart version. This version number should be incremented each time you make changes
1515
# to the chart and its templates, including the app version.
1616
# Versions are expected to follow Semantic Versioning (https://semver.org/)
17-
version: 2.7.0
17+
version: 2.7.1
1818
# This is the version number of the application being deployed. This version number should be
1919
# incremented each time you make changes to the application. Versions are not expected to
2020
# follow Semantic Versioning. They should reflect the version the application is using.
2121
# It is recommended to use it with quotes.
22-
appVersion: "0.16.1"
22+
appVersion: "0.16.2"
2323

2424
dependencies:
2525
- name: neo4j

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"
3-
version = "0.16.1"
3+
version = "0.16.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 = ["OpsMill <[email protected]>"]
66
readme = "README.md"

0 commit comments

Comments
 (0)