Infrahub - v1.2.0rc0 - 2025-02-23
This is a Release Candidate; do not use it in production environments.
Added
- Added Containerlab to the codespace base image. (#458)
-
- We added validation on UI for
min_count
andmax_count
in relationships fields. (#5661)
- We added validation on UI for
-
- Improved Infrahub app layout for a cleaner look.
- Made the top menu more compact.
- Add activities logs in the nodes details view
- Add new feature to create object templates when setting
generate_template: true
in a schema on a node
Changed
-
Replace PrefixPool with netaddr.IPSet (#3547)
-
Modified query analyzer to not list all potential meta data models when only querying for "source" or "owner" ID. The full models will still show up if a fragment is used under the meta data properties. This change makes it easier to setup fine grained permissions and also speeds up the permission lookup as it doesn't require as many checks. (#4644)
-
- We made object list retrieval faster with an optimized query.
-
Improve typing of GraphQL schema by defining list as non-nullable and ensure that top level item are mandatory.
-
Reorganized builtin/default menu to provide a better user experience.
-
Updated Infrahub account tokens view:
- Redesigned for a faster, cleaner experience
- Improved clarity and formatting of expiration dates.
- Resolved an issue where expiration data was not being sent to the API.
Fixed
- Set correct state in events after merging a proposed change, they were incorrectly set as "merging" instead of "merged" (#5600)