Skip to content

Releases: getporter/porter

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

v1.0.0-alpha.15

23 Mar 16:06
ebf4118
Compare
Choose a tag to compare

v1.0.0-alpha.14

22 Mar 21:20
ce2eafe
Compare
Choose a tag to compare

v0.38.10

22 Mar 20:25
55d92c0
Compare
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
Compare
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
Compare
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
Compare
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

v1.0.0-alpha.10

16 Feb 22:24
a765934
Compare
Choose a tag to compare
v1.0.0-alpha.10 Pre-release
Pre-release

Breaking Changes

  • Remove deprecated tag field from bundle dependency #1902 by @VinozzZ

Features

Fixes

Misc

Install or Upgrade

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

v0.38.9

16 Feb 14:26
1d6bd98
Compare
Choose a tag to compare

Features

  • Add shell completion command #1844

Fixes

  • Only push the current invocation image tag #1903

Misc

  • Clarify prerelease install instructions #1898
  • Link to user survey on README #1894
  • Blog: Secret-free config file #1884
  • Add a shortlink to a user survey #1891
  • Blog: IgnoreErrors and Az group command #1854
  • Reduce heading whitespace on blog posts #1871
  • Update PR checklists #1861
  • Link v1 docs from main site #1850
  • docs 1845: Add H1 anchor links #1847 by @mikebarkas
  • Fix build status badge #1839
  • Fix typo and align template divs #1842 by @mikebarkas

Install or Upgrade