Main Changes
Version 0.11.2 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 also been updated, it's recommend to pull the latest changes into your fork.
🐛 Bug Fixes
- Backport fix for pytest trying to start for data-only branch by @gmazoyer in #2336
- Backport 2334 - Fix different behaviour for Jinja2 render between API and infrahubctl by @dgarros in #2351
- Backport Python SDK v0.8.1 release by @gmazoyer in #2355
- Prevent page crash when opening create form with input select2step by @bilalabbad in #2338
- Ignore git branch if branch cannot be created by @gmazoyer in #2343
- Fix broken link on main README.md file by @bilalabbad in #2353
- Order branches by created_at in descending order in proposed change creation by @bilalabbad in #2358
- Fix on proposed change, diff schema not loading by @bilalabbad in #2359
- Fix error when updating a node, when select2step value is defined by @bilalabbad in #2362
- Popover automatically reposition itself when overflowing by @bilalabbad in #2367