v0.38.7
Fixes
- Make log persistence configurable #1780. By default Porter saves the output of a bundle running, and you can view the logs with the
porter logs
command. You can specify the--no-logs
flag , setPORTER_NO_LOGS=true
environment variable, or useno-logs = true
in your config file to disable this behavior. - Lock down file permissions #1770. All files written by Porter going forward are written with 0600 (0700 for directories). When Porter starts up, it checks if any sensitive files have the wrong permissions and requires you to run
porter storage fix-permissions
to continue using Porter. - Use the helm3 mixin everywhere #1772
- Remove debug print statement #1775
Install or Upgrade
Run (or re-run) the installation from https://porter.sh/install to get the latest version of porter.