Main Changes
Version 0.9.1 is a small release focued on fixing bugs.
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
- Removed the + icon on Generic list view @bilalabbad (#1705)
- Fix empty value mutation on dropdown @bilalabbad (#1704)
- Fix comment on artifact diff @bilalabbad (#1687)
- Enable form submission via 'Enter' key press @bilalabbad (#1688)