Skip to content

Releases: getporter/porter

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

v1.0.0-alpha.22

16 Jun 21:17
f8cb06c
Compare
Choose a tag to compare
v1.0.0-alpha.22 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: v1.0.0-alpha.21...v1.0.0-alpha.22

v1.0.0-alpha.21

16 Jun 18:04
0c3d0b6
Compare
Choose a tag to compare
v1.0.0-alpha.21 Pre-release
Pre-release

What's Changed

v0.38.12

09 Jun 18:30
26b4ba0
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.38.11...v0.38.12

v1.0.0-alpha.20

31 May 14:33
539645a
Compare
Choose a tag to compare
v1.0.0-alpha.20 Pre-release
Pre-release

Breaking Changes

🚨 The plugin protocol has changed in this release of Porter. You must use the most recent version of any plugins with porter v1.0.0-alpha.20 and higher.

The installation schema has changed. Data created with previous versions of Porter will not work with this release. We will start providing migrations from v0.38.* when we hit v1.0.0-beta.1.

Overview

This was a big release! Most of the changes in this release were driven by one feature: Store sensitive data generated by Porter in an external secret store instead of in Porter's database. Previously, if a bundle generated a sensitive output, it was stored in Porter's database in plain text. Now if Porter needs to persist sensitive data, we save it back to your configured secret store. This required a change to the secret plugin protocol, which is why all the plugins have been updated.

A few supporting features also went into this release to improve our ability to debug and troubleshoot plugins:

  • Distributed tracing support. We can now trace a porter command into the plugins that were called.
  • Changed the plugin protocol from net/rpc to gRPC.
  • Do not leak plugin connections when the user cancels a porter command. Porter now gracefully handles CTRL+C.

Features

Fixes

Misc

canary-v1

20 May 18:55
23393bf
Compare
Choose a tag to compare
canary-v1 Pre-release
Pre-release

This is a canary build of the release/v1 branch. We don't recommend that you use it unless a maintainer asked you to try it out.

The canary-v1 tag is not fixed and will be force pushed as we continue to develop v1.

v0.38.11

02 May 14:27
7db0ea7
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.38.10...v0.38.11

v1.0.0-alpha.19

08 Apr 18:29
5ca26b5
Compare
Choose a tag to compare

v1.0.0-alpha.18

05 Apr 19:03
00e7f8d
Compare
Choose a tag to compare

Overview

This release adds a bunch of useful docker features: build-arg, secret, ssh, improved layer caching and proxy support. A blog post is coming soon but at a high level, these flags give you the tool you need to more fully customize and control what is exposed in your bundle:

  • Parameterize your bundle based on build arguments
  • Download protected assets by and include them in your bundle by mounting secrets
  • Clone private git repositories using a local ssh connection

Porter now builds with Docker buildkit by default. If you were previously using the experimental flag to enable buildkit and select a build-driver that is no longer necessary. Porter uses the latest Dockerfile syntax, 1.4.0 to speed up builds by improving how apt packages are cached and linking the bundle source code with the new COPY --link flag.

Porter now uses your local Docker client config so you can build bundles behind a proxy.

Give it a try and please send us any feedback on how it’s working, if there are any remaining gaps or Docker features that you need.

Features

  • Add installation.namespace template var #2001 by @jemgoss
  • Support additional docker flags and remove legacy docker build driver #1999 by @carolynvs

Fixes

  • Check manifest schemaVersion in Porter commands before executing #1997 by @carolynvs
  • Make runtime manifest log output debug messages #2005 by @carolynvs
  • Support stringArray cobra flag type #1998
  • Fix duplicate error message when command fails #1995

Misc

  • Fix website BASEURL #2003 by @carolynvs
  • Add GitHub action to scan our code and porter-agent image #1994

v1.0.0-alpha.17

30 Mar 16:52
389ead2
Compare
Choose a tag to compare