You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[v1.1.3] - 2024-02-24
Compatibility improvements! Resolution in issues with buildah in ubuntu
Added
- Independent build cache handling for devc
Changed
- Removed the usage of `prune` from buildah. The latest `prune` functionality is implemented using `rmi` flags.
Fixed
- Resolved the bug in removal of existing virtualenv on activation time.
- Support for prune command in devc (now works with older versions)
- The issue araised due to invalid tag name (due to uppercase letters) has resolved by implementing google/uuid, replacing the existig poor implementaion.