-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* v0.16.3 release prep
- Loading branch information
Showing
7 changed files
with
92 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,77 @@ | ||
--- | ||
title: Release 0.16.3 | ||
--- | ||
<table> | ||
<tbody> | ||
<tr> | ||
<th>Release Number</th> | ||
<td>0.16.3</td> | ||
</tr> | ||
<tr> | ||
<th>Release Date</th> | ||
<td>October 10th, 2024</td> | ||
</tr> | ||
<tr> | ||
<th>Release Codename</th> | ||
<td>Beta #5, Patch #3</td> | ||
</tr> | ||
<tr> | ||
<th>Tag</th> | ||
<td>[infrahub-v0.16.3](https://github.com/opsmill/infrahub/releases/tag/infrahub-v0.16.3)</td> | ||
</tr> | ||
</tbody> | ||
</table> | ||
|
||
# Release 0.16.3 | ||
|
||
We are thrilled to announce the latest release of Infrahub, version *0.16.3*! | ||
|
||
This release focuses largely on bug fixes and is driven by our Beta Test users, | ||
and as always we greatly appreciate their feedback and time! | ||
|
||
## Main changes | ||
|
||
The complete list of changes can always be found in the `CHANGELOG.md` file in the Infrahub Git repository. | ||
|
||
### Removed | ||
|
||
- Removed `infrahub.toml` configuration file from Docker builds. | ||
|
||
### Fixed | ||
|
||
- Save a diff in smaller pieces instead of all at once to prevent out-of-memory error. ([#4511](https://github.com/opsmill/infrahub/issues/4511)) | ||
- Fixes exception handling section in the Python SDK batch guide. | ||
|
||
## Migration guide | ||
|
||
To migrate your instance of Infrahub to the latest version, please run the following commands and restart all instances of Infrahub. | ||
|
||
<!-- vale off --> | ||
```shell | ||
infrahub db migrate | ||
infrahub db update-core-schema | ||
``` | ||
<!-- vale on --> | ||
|
||
> if you are running in docker these commands need to run from the container where Infrahub is installed | ||
|
||
### Migration of the demo instance | ||
|
||
If you are using the demo environment, you can migrate to the latest version with the following commands | ||
|
||
```shell | ||
invoke demo.stop | ||
invoke demo.build | ||
invoke demo.migrate | ||
invoke demo.start | ||
``` | ||
|
||
If you don't want to keep your data, you can start a clean instance with the following command | ||
|
||
```shell | ||
invoke demo.destroy demo.build demo.start demo.load-infra-schema demo.load-infra-data | ||
``` | ||
|
||
> All data will be lost, please make sure to backup everything you need before running this command. | ||
The repository https://github.com/opsmill/infrahub-demo-edge has also been updated, it's recommended to pull the latest changes into your fork. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters