Skip to content

Infrahub - v0.16.0

Compare
Choose a tag to compare
@lykinsbd lykinsbd released this 11 Sep 21:58
· 113 commits to stable since this release

Release Notes

See the v0.16.0 Release Notes for additional information on new features.

New Contributors

What's Changed

Full Changelog: infrahub-v0.15.3...infrahub-v0.16.0

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)

Fixed

  • Add ability to import repositories with default branch other than 'main'. (#3435)
  • SchemasLoadAPI should not inherited from SchemaRoot but from BaseModel. (#3821)
  • Resolve inconsistencies when loading same schema twice. (#3892)
  • HFID of a node is not properly set by prefetch_relationship in Python SDK. (#3900)
  • Comment input is not cleared upon submission of Proposed Change form. (#3942)
  • Can not assign Profile when editing Node in the web UI. (#3999)
  • Allow users to add a new generic to an existing node. (#4051)
  • Allow users to run artifacts and generators on nodes without name attribute (#4062)
  • Allow bare Git URL and automatically add .git. (#4070)
  • Schema diff view not functioning in branch detail page. (#4093)
  • Removed erroneous approval button on Diff view. (#4094)
  • Edit node form displays empty input field for mandatory relationship of cardinality many. (#4102)
  • GraphQL query does not appear on Detail page. (#4105)
  • Do not allow '/' character in repository name to avoid sync failure. (#4120)
  • Can't close a comment thread on an Artifact. (#4189)

Detailed Changelog