Bug Fixes
-
If you use features that reference a local
ops/<feature>.yml
file, this would break the release override check on deploy (also impacts the generic-genesis-kit due to all of its files being local). This release fixes that issue.When you override a release in your environment file (or ancestral parent files), it will check if there are any versions of that release specified in the kit, and warn you if you are specifying an outdated version (or always or never, depending on the config value). Note: It will not notify you override a release specified by an ancestral file (ie
c-locale-env.yml
overriding a release specified inc.yml
)