github opsmill/infrahub infrahub-v0.10.1
Alpha #4 - Version 0.10.1

latest releases: infrahub-v1.4.7, infrahub-v1.4.6, infrahub-v1.3.9...
20 months ago

Main Changes

Frontend improvements

  • The form used in the branch creation is updated and improved
  • The fields are now sorted and mixed with relationships
  • The menu is now fetched only if needed
  • The queries for the object forms (for creation and edition) are greatly improved to reduce the loading time
  • The attributes displayed in the details view are updated to display all kind of attribute

GraphQl and API

  • The query performance to count the peers is now improved to reduce loading time

Codespace

  • The documentation now contains more informations about how to start Infrahub in Codespace

Env variables

  • Environment variables from Infrahub are now parsed first

Migration Guide

Rebuild the demo environment

It's mandatory to completely rebuild your demo environment with the following commands.

invoke demo.destroy demo.build demo.start
invoke demo.load-infra-schema
invoke demo.load-infra-data

All data will be lost, please make sure to backup everything you need before running this command.

The repository https://github.com/opsmill/infrahub-demo-edge has been updated to with a change to the Checks
for the internal CI system it's recommend to pull the latest changes into your fork.

Changelog

🐛 Bug Fixes

  • Lookup INFRAHUB_ env vars first (#1974) @gmazoyer (#1984)
  • [FIX] After updating a proposed change, the page data is refreshed @bilalabbad (#1979)
  • Fix: proposed change edit button is enabled only when state is open or closed @bilalabbad (#1977)
  • Fix slow GraphQL query when counting the number of peers in a relationship @dgarros (#1960)
  • Adds JSON in attributes columns for details view + update schema doc @pa-lem (#1947)

🧰 Maintenance

  • Branch creation uses the Form component + fixes disabled datepicker @pa-lem (#1973)
  • Update the way we sort the forms fields with order weight property @pa-lem (#1980)
  • Update Readme, Add links to doc and codespace @dgarros (#1954)
  • Fetch menu only if needed @pa-lem (#1968)
  • Add tools to reload schema in background + fix schema reload when adding an option @pa-lem (#1959)
  • Form loading time improvements @pa-lem (#1966)
  • Codespace : Add git pull to postCreate script @dgarros (#1919)

Don't miss a new infrahub release

NewReleases is sending notifications on new releases.