github opsmill/infrahub 0.7.1
0.7.1 - Alpha #1.1

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

Main changes

Cookie Based authentication

Cookie based authentication makes it easier to use the GraphQL playground as you don't need to setup your token each time, once you have logged in an authentication cookie will be used automatically within the GraphQL environment.

General speedups when creating new branches and schema models

In the previous version when creating a new branch you would have to wait on a loading screen before everything was successfully created, this process is a lot faster now.

Nornir inventory plugin

An Inventory plugin for Nornir allows you to populate a Nornir inventory with data from Infrahub.

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.init 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 include some Artifact Definition.
it's recommend to pull the latest changes into your fork.

Changelog

🚀 Features

🐛 Bug Fixes

  • Add ability to get a single branch from the SDK. @ogenstad (#1125)
  • Fix field warning with relationship many (value as array) @pa-lem (#1065)

🧰 Maintenance

Don't miss a new infrahub release

NewReleases is sending notifications on new releases.