Skip to main content
Release Number0.15.1
Release DateJuly 23rd, 2024
Release CodenameBeta #4, Patch #1
Taginfrahub-v0.15.1

Release 0.15.1

We are thrilled to announce the latest release of Infrahub (0.15.1).

Main changes

Unified storage

Schema

Frontend

Multi profiles

We can now select multiple profiles when creating and editing an object.

The profile_priority value from the profile schema is used to understand which value is used for the fields (the lower the number is, the higher the priority is).

Generic relationship select fixes

The select for a generic relationship has been fixed to properly reset the value when changing the kind or the parent.

The parent is also not showing "Unknown" after choosing an object.

The parent select is also now hidden if it's not available.

It's displayed and available only of the kind selected can point to an object which we can filter depending on its parent.

Helm chart

Infrahub sync

Other

🐛 Bug fixes

🧰 Maintenance

Demo environment

Migration guide

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

infrahub db migrate
infrahub db update-core-schema

if you are running in docker these commands need to run from the container where Infrahub is installed

Migration of the demo instance

If you are using the demo environment, you can migrate to the latest version with the following commands

invoke demo.stop
invoke demo.build
invoke demo.migrate
invoke demo.start

If you don't want to keep your data, you can start a clean instance with the following command

invoke demo.destroy demo.build demo.start demo.load-infra-schema 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 also been updated, it's recommended to pull the latest changes into your fork.