github getporter/porter v1.0.8

latest releases: canary, v1.1.0, latest...
19 months ago

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

Don't miss a new porter release

NewReleases is sending notifications on new releases.