Skip to content

v0.38.7

Compare
Choose a tag to compare
@getporterbot getporterbot released this 28 Sep 15:14
· 1562 commits to main since this release
43a2b2a

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 , set PORTER_NO_LOGS=true environment variable, or use no-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.