Skip to content

Releases: getporter/porter

v0.38.11

02 May 14:27
7db0ea7

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

Choose a tag to compare

v1.0.0-alpha.18

05 Apr 19:03
00e7f8d

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

Choose a tag to compare

v1.0.0-alpha.15

23 Mar 16:06
ebf4118

Choose a tag to compare

v1.0.0-alpha.14

22 Mar 21:20
ce2eafe

Choose a tag to compare

v0.38.10

22 Mar 20:25
55d92c0

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.38.9...v0.38.10

v1.0.0-alpha.13

04 Mar 17:02
b699de4

Choose a tag to compare

v1.0.0-alpha.13 Pre-release
Pre-release

Features

Fixes

Install or Upgrade

https://release-v1.porter.sh/install/#prerelease

v1.0.0-alpha.12

03 Mar 16:18
a0cfe5e

Choose a tag to compare

v1.0.0-alpha.12 Pre-release
Pre-release

Features

Fixes

Install or Upgrade

https://release-v1.porter.sh/install/#prerelease

v1.0.0-alpha.11

28 Feb 15:51
ecedc49

Choose a tag to compare

v1.0.0-alpha.11 Pre-release
Pre-release

Features

  • pkg/context: add function to construct user agent string for porter (#1916) by @VinozzZ
  • pkg/{config/context}: set log correlation id through env variable #1907 @VinozzZ
  • pkg/{porter, cnab},cmd,docs: remove the capability to pass a file path to the -c and -p flags (#1906) by @VinozzZ
  • Porter explain warns for docker host access (#1868) by @joshuabezaleel
  • Switch from a fork of cnab-go to main #1920 by @carolynvs
  • pkg: push invocation image under the same repo as the bundle (#1901) by @VinozzZ

Fixes

Install or Upgrade

https://release-v1.porter.sh/install/#prerelease