github getporter/porter v1.0.0-beta.2

latest releases: canary, v1.1.0, latest...
pre-release2 years ago

Breaking Changes

🚨 This build of Porter has breaking changes. Please read before upgrading!

We have consolidated multiple flags into a single --verbosity flag that controls the console output verbosity.

  • porter build --verbose has been removed. We now always print the docker build output. #2243
  • The --debug and --debug-plugins flags have been removed. Use --verbosity=debug as a replacement. #2258

Notable Changes

  • We are switching to the getporter.org domain by default in our documentation. The old domain porter.sh will still work.
  • porter explain and inspect now allow passing the bundle reference either as a positional argument or with the --reference flag #2247
  • The default template delimiters in porter.yaml have been changed from {{ }} to ${ }. See our blog post for more details.
  • You can now properly reference an image in porter.yaml using a tag. When porter build is run, Porter resolves the tag to a digest and uses the digest instead of the tag, effectively pinning the image to the tag's digest at build time. This allows you to manage an image using tags, and still have an immutable bundle that uses digests at runtime. #2198
  • The --cred flag is deprecated (but still supported) and has been replaced with --credential-set to be consistent with the other flag names. #2244
  • The porter bundle install/upgrade/invoke/uninstall commands have been relocated to porter installation install/upgrade/invoke/uninstall. If you are using the shorter version of those commands, such as porter install or porter upgrade, you will not be affected by the change. #2255

Full Change Log

New Contributors

Full Changelog: v1.0.0-beta.1...v1.0.0-beta.2

Install or Upgrade

See https://getporter.org/install for instructions

Don't miss a new porter release

NewReleases is sending notifications on new releases.