| Release Number | 0.16.1 |
|---|---|
| Release Date | September 24th, 2024 |
| Release Codename | Beta #5, Patch #1 |
| Tag | infrahub-v0.16.1 |
Release 0.16.1
We are thrilled to announce the latest release of Infrahub, version 0.16.1!
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 largest change in this version is the movement of the Infrahub SDK into a separate repository and package.
Documentation for the SDK remains in the main Infrahub documentation at this time.
Developers may need to take the following steps to ensure their development environment has the proper SDK in place:
git checkout develop
git pull
rm -rf python_sdk
git submodule update --init
The complete list of changes can always be found in the CHANGELOG.md file in the Infrahub Git repository.
Removed
- Removed Python SDK from Infrahub repository and migrated to dedicated repository at https://github.com/opsmill/infrahub-sdk-python. (#4232)
Added
-
- In list views, always show relationships of type "Parent."
- In the details view of an object, hide the "Parent" relationship if the parent is the current object itself.
(#3891)
-
Add ability to construct HFIDs from payload for upsert mutations (#4167)
-
Add HFID to schema view in the frontend (#4172)
-
Update action buttons in details view and relationships views
- in the details view, we can edit / delete the object and manage its groups
- in the relationships views, we can add new relationships (it replaces the "+" button at the bottom)
(#4362)
-
Prevent the form from being closed if there are unsaved changes. (#4419)