-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
34 additions
and
17 deletions.
There are no files selected for viewing
Binary file added
BIN
+90.5 KB
docs/docs/media/release_notes/infrahub_0_16_0/hide_auto_generated_groups.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 |
---|---|---|
|
@@ -26,6 +26,24 @@ title: Release 0.16 | |
|
||
## 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: | ||
|
||
![](../../media/release_notes/infrahub_0_16_0/number_pool.png) | ||
|
||
Adding a Number Pool: | ||
|
||
![](../../media/release_notes/infrahub_0_16_0/number_pool_detail.png) | ||
|
||
See the Resource Manager documentation for more information on managing and utilizing Resource Pools: | ||
|
||
- [Tutorials - Resource Manager](/tutorials/getting-started/resource-manager) | ||
|
||
### Unified storage | ||
|
||
#### Git repository management | ||
|
@@ -46,34 +64,33 @@ See the documentation for more information on using Git repositories with Infrah | |
- [Guides - Adding/updating external repositories](/guides/repository) | ||
- [Topics - Repository](/topics/repository) | ||
|
||
#### 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: | ||
### Schema | ||
|
||
![](../../media/release_notes/infrahub_0_16_0/number_pool.png) | ||
### Frontend | ||
|
||
Adding a Number Pool: | ||
#### Branch diff view improvements | ||
|
||
![](../../media/release_notes/infrahub_0_16_0/number_pool_detail.png) | ||
There were many improvements to how the Proposed Change diff between branches is shown. | ||
|
||
See the Resource Manager documentation for more information on managing and utilizing Resource Pools: | ||
For example: | ||
|
||
- [Tutorials - Resource Manager](/tutorials/getting-started/resource-manager) | ||
- | ||
Check failure on line 77 in docs/docs/release-notes/infrahub/release-0_16.mdx
|
||
|
||
### Schema | ||
#### Filter internal groups | ||
|
||
### Frontend | ||
Infrahub makes extensive use of Groups internally for features such as Generators. | ||
|
||
#### Branch Diff View Improvements | ||
However, these groups can clutter and confuse the Group assignment/editing user experience. | ||
|
||
https://github.com/opsmill/infrahub/issues/1216 | ||
https://opsmill.atlassian.net/browse/IFC-646 | ||
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: | ||
|
||
#### Filter Internal Groups | ||
import hagg from '../../media/release_notes/infrahub_0_16_0/hide_auto_generated_groups.png'; | ||
|
||
https://github.com/opsmill/infrahub/issues/402 | ||
<img | ||
src={hagg} | ||
alt="Example of the button to hide 'auto-generated' groups." | ||
style={{width: 500}} | ||
/> | ||
|
||
### Other | ||
|
||
|