Main Changes
Version 0.11.1 is purely a bugfix release
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
- fix: git client not properly configured in docker images created by the CI by @wvandeun (#2227)
- Fix slide over offset by @pa-lem (#2245)
- Underline relations of a node with cardinality one by @bilalabbad (#2256)
- Remove underline style on relationship table by @bilalabbad (#2263)
- Fix select 2 steps by @pa-lem (#2258)
- fixes transform_location property of ProposedChangeArtifactDefinition by @wvandeun (#2271)
- Fix invalid check conclusion by @ogenstad (#2287)
- Prevent non initialized relationships from being part of input data by @dgarros (#2281)