v2.3.0
v2.3.0 (2025-08-13)
https://pypi.org/project/idf-component-manager/2.3.0/
Feat
- add service profile as global option to idf.py
- add
--registry-urland--storage-urlparams to idf.py - add IDF_COMPONENT_LOCAL_STORAGE_URL env variable
- add function to validate url or file in cli
- add
--local-storage-urlparam to idf.py - use pydantic types for validation
- read env variables in ProfileItem
- create mermaid workflow diagrams
- Add optional path to ChecksumsManager dump method
Fix
- cache message about skipped dependency
- better error message when manifest validation failed
- Allow to delete a yanked version
- Cassette when yanking
- Minor documentation fix
- ignore if clauses with kconfig options with unsupported idf version
- catch all MissingKconfigError exception
- fix checking max name length
Refactor
- reformat all rst files using docstrfmt