Skip to content

v1.0.8

Compare
Choose a tag to compare
@getporterbot getporterbot released this 14 Feb 22:24
· 522 commits to main since this release
5934981

Highlights

We have a bunch of fixes and improvements in this patch release and I wanted to call out some that you may be interested in:

  • Add --autobuild-disabled flag by @carolynvs in #2573. When running porter from inside a bundle directory, porter will automatically rebuild the bundle when it detects that it is out of date before running some commands (such as publish). You can disable this behavior with the --autobuild-disabled flag, PORTER_AUTOBUILD_DISABLED environment variable or the autobuild-disabled setting in your configuration file.
  • Consistently set and use SchemaType when exporting/importing by @carolynvs in #2428. Porter will now validate the schemaType field when present when importing resources with the apply command.
  • Refactor param resolution by @carolynvs in #2476. When executing a bundle, porter considers many sources of parameter data, such as flags, parameter sets, previously used parameters, and bundle defaults. Porter now will reuse previously specified parameter values from the last run of a bundle when a parameter isn't specified. This simplifies upgrading to the latest version of a bundle, with just porter upgrade --version v1.2.3 and you don't need to re-specify all the parameters. See https://getporter.org/parameters/ for a walkthrough of how Porter resolves parameter values.

What's Changed

New Contributors

Full Changelog: v1.0.7...v1.0.8