| Release Number | 0.16.0 |
|---|---|
| Release Date | September 10th, 2024 |
| Release Codename | Beta #5 |
| Tag | infrahub-v0.16.0 |
Release 0.16
We are thrilled to announce the latest release of Infrahub, version 0.16!
This release focuses on adding critical features for additional use cases (for example, the Number resource pool capabilities) and on enhancing the user experience.
Several user experience enhancements outlined below, such as for the Git Repository or Proposed Change workflows, are driven by valuable feedback from our early testers. We greatly appreciate all their time and efforts!
Main changes
Object management
Number resource pool
Users can now create a Resource pool for Numbers (integers) as well as IP Addresses/Prefixes.
This will enable users to assign items such as AS Number from a pool, and is managed via a Resource Manager the same way that IP Addresses/Prefixes are:

Adding a Number Pool:

See the Resource Manager documentation for more information on managing and utilizing Resource Pools:
Unified storage
Git repository management
The integration with external Git Repositories is very important to Infrahub, and major user experience improvements were implemented in v0.16.
As a user, it is now easier to manage Git repositories and to understand and troubleshoot the situation when things are not working as expected.
Added/changed features include:
- Improvements to identifying the state of the repository
- Additional logging and notifications, for example if authentication to the repository is not working
- Deleting a repository will delete the associated resources
- The supplied Git URL does not need to have the
.gitsuffix, Infrahub will automatically handle this
See the documentation for more information on using Git repositories with Infrahub:
Schema
Frontend
Branch diff improvements
There were many improvements to how the Proposed Change diff between two branches operates and is displayed.
For example:
- The view of a diff now is displayed as a tree, showing where/how specific objects have been added/deleted/modified.
- The calculated diff between branches is now cached in the database.
- The diff operation itself is considerably faster.
Before and after
Diff view in v0.15.3:

Diff view in v0.16.0:

As you can see above, there is much more information available for in version 0.16.0.
Further information
See the documentation for Version Control and Proposed Changes for more information:
Filter internal groups
Infrahub makes extensive use of Groups internally for features such as Generators.
However, these groups can clutter and confuse the Group assignment/editing user experience.
In v0.16.0, these groups are now hidden by default but can be made visible via an auto-generated toggle on the Group management screen as shown below:
Other
The complete list of changes can always be found in the CHANGELOG.md file in the Infrahub Git repository.
Removed
- Removed isolated branch information from schema topic in the documentation. (#3968)
Added
- Allow adding multiple Profiles to an object in the UI. (#3061)
- Added "disabled" attribute to accounts to allow more granular user management. (#3505)
- Added capabilities to manage API tokens in the Infrahub UI. (#3527)
- Added filtering and search to IPAM view. (#3740)
- Add number of prefixes to IPAM tree view. (#3741)
- Allow navigation to related node in list view. (#3889)
- Add support to search a node by human friendly ID within a GraphQL query. (#3908)
- Added DB migrations for objects changed to Generic type in 0.16. (#3915)
- Add clickable items in the Proposed Change list view. (#3990)
- Added the ability to filter out Infrahub internal groups. (#4027)
- Add action button to Repository objects. (#4066)
- Added documentation for creating custom Infrahub Docker images. (#4077)
- Add support for numbers bigger or smaller than signed integers. (#4179)
Changed
- Move GraphQL queries to .infrahub.yml for Repository imports. (#1938)
- Improve UI of Git repository form. (#3893)
- Consistency improvements in Repository interactions. (#4068)
- Enhancements to Repository status reporting. (#4069)
- Simplified the Repository view to only show crucial information. (#4071)
- Increased visibility during Git sync. (#4072)