Skip to content

Releases: getporter/porter

v1.0.1

14 Oct 15:03
91676a6
Compare
Choose a tag to compare

Overview

This release doesn't have any behavior changes, just updated dependencies and is now built on Go 1.19

What's Changed

New Contributors

Full Changelog: v1.0.0...v1.0.1

v1.0.0

03 Oct 15:13
89ad7ed
Compare
Choose a tag to compare

Overview

If you are migrating from Porter v1, please read the migration instructions at https://getporter.org/storage-migrate/.

Below are some helpful blog posts explaining some of the changes in v1:

Install or Upgrade

Run (or re-run) the installation from https://getporter.org/install to get the latest version of porter.

Remember to install the most recent version of your plugins and mixins! Use porter mixins install NAME --version VERSION or porter plugins install NAME --version VERSION to install the latest prerelease.

What's Changed

Read more

v1.0.0-rc.3

26 Sep 18:19
89ad7ed
Compare
Choose a tag to compare
v1.0.0-rc.3 Pre-release
Pre-release

What's Changed

Full Changelog: v1.0.0-rc.2...v1.0.0-rc.3

Install or Upgrade

Run (or re-run) the installation from https://getporter.org/install to get the latest version of porter.

Remember to install the most recent version of your plugins and mixins! Use porter mixins install NAME --version VERSION or porter plugins install NAME --version VERSION to install the latest prerelease.

v1.0.0-rc.2

21 Sep 17:57
b02ae73
Compare
Choose a tag to compare
v1.0.0-rc.2 Pre-release
Pre-release

What's Changed

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

Install or Upgrade

Run (or re-run) the installation from https://getporter.org/install to get the latest version of porter.

Remember to install the most recent version of your plugins and mixins! Use porter mixins install NAME --version VERSION or porter plugins install NAME --version VERSION to install the latest prerelease.

v0.38.13

21 Sep 16:33
85b77f6
Compare
Choose a tag to compare

Overview

This is a security fix for CVE-2020-16845. Please take time and evaluate porter v1 soon. Once it's released we will only support v0 for a limited amount of time.

What's Changed

Full Changelog: v0.38.12...v0.38.13

Install or Upgrade

See https://v0.getporter.org/install/

v1.0.0-rc.1

07 Sep 16:52
8e005d5
Compare
Choose a tag to compare
v1.0.0-rc.1 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: v1.0.0-beta.4...v1.0.0-rc.1

Install or Upgrade

Run (or re-run) the installation from https://getporter.org/install to get the latest version of porter.

v1.0.0-beta.4

31 Aug 16:25
d815218
Compare
Choose a tag to compare
v1.0.0-beta.4 Pre-release
Pre-release

Overview

We think we've found all the bugs around using Porter with an unsecured (http) registry or an insecure (untrusted TLS certificate) registry. See https://getporter.org/end-users/connect-registry/ for details on how to configure Porter to work with various registry configurations. If you find something else, please let us know!

What's Changed

Full Changelog: v1.0.0-beta.3...v1.0.0-beta.4

Install or Upgrade

Run (or re-run) the installation from https://getporter.org/install to get the latest version of porter.

v1.0.0-beta.3

04 Aug 20:03
f7aa99d
Compare
Choose a tag to compare
v1.0.0-beta.3 Pre-release
Pre-release

What's Changed

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

Install or Update

Follow the installation instructions at https://getporter.org/install/#recommended

v1.0.0-beta.2

01 Aug 17:11
b2f2378
Compare
Choose a tag to compare
v1.0.0-beta.2 Pre-release
Pre-release

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

v1.0.0-beta.1

05 Jul 17:24
eaf8d0d
Compare
Choose a tag to compare
v1.0.0-beta.1 Pre-release
Pre-release

Overview

This is the first prerelease of Porter that supports migrating your old data from v0.38 to v! 🎉 Learn how to migrate from v0 to v1 at https://getporter.org/storage-migrate

What's Changed

New Contributors

Full Changelog: v1.0.0-alpha.22...v1.0.0-beta.1