Skip to content

Commit

Permalink
Fix markdown syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
dgarros committed Jul 14, 2024
1 parent e4e74ef commit 8d923e0
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions docs/docs/release-notes/release-0_15.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@ This release focuses on enhancing the user experience and laying the groundwork

#### Profiles enhancements

You can now create profiles on a Generic, in addition to Nodes.
A node inheriting from multiple Generics can utilize any profiles associated with these Generics.
Introduced a new attribute generate_profile in the schema for more precise control over which nodes should have profiles generated or supported.
Profiles have been disabled on most core models.
- You can now create profiles on a Generic, in addition to Nodes.
- A node inheriting from multiple Generics can utilize any profiles associated with these Generics.
- Introduced a new attribute `generate_profile` in the schema for more precise control over which nodes should have profiles generated or supported.
- Profiles have been disabled on most core models.

### Schema

Expand Down Expand Up @@ -71,11 +71,12 @@ The official helm chart to deploy Infrahub now leverages the upstream charts for
Added the initial version of the Infrahub Sync adapter for IP Fabric.

### Other

<!-- vale off -->
#### Support for `isnull` filter for attributes and relationships

In most GraphQL queries, it’s now possible to search for objects based on the absence of an attribute or a relationship using the new isnull filter. For example, the following query returns all groups that have a parent group defined:
As an example the following query will return all groups that have a parent group defined.

```GraphQL
query {
CoreGroup(parent__isnull: false){
Expand All @@ -87,10 +88,11 @@ query {
}
}
```
<!-- vale on -->

#### Dedicated search anywhere query in GraphQL

The search anywhere bar in the frontend now leverages a dedicated GraphQL query.
The search anywhere bar in the frontend now leverages a dedicated GraphQL query.
This new query can search for objects by their UUID, improving search results.

#### Generate Protocol for Core models
Expand All @@ -111,7 +113,6 @@ The script infrastructure_edge.py used to load data in the demo environment has

A new service model has been added to the demo schema


## Migration Guide

To migrate your instance of Infrahub to the latest version, please run the following commands and restart all instances of Infrahub.
Expand Down

0 comments on commit 8d923e0

Please sign in to comment.