Skip to content
This repository has been archived by the owner on Feb 15, 2022. It is now read-only.

0.16.1

Compare
Choose a tag to compare
@evanlouie evanlouie released this 09 Sep 19:49
· 14 commits to master since this release

be49c36 bump version number 0.16.1 (#258)
b5f6d76 Fixed permission denied regression (#257)

Fixes

b5f6d76 - Addresses a long standing issue which we had a troubles finding a reproduction case for. This issue caused users who called fab install multiple times on the same project to get Error: open <some_file>: permission denied error. We have resolved this issue by deleting the directory which components and helm charts are installed into prior to install.

Special thanks to @timfpark for finding a reproduction case as well as @maarek and @smartpcr for their input on resolving this issue.