Skip to content

Releases: getporter/porter

v0.38.5

23 Aug 14:41
a4694cd
Compare
Choose a tag to compare

v0.38.4

12 Jul 21:29
3d6d0f7
Compare
Choose a tag to compare

Fixes

  • Fix applyTo check for outputs in porter explain #1668

Misc

  • Add bundle use cases to homepage #1657
  • Fix go.mod entry for jsonschema #1655
  • Blog: Helm v2 rename (#1654)
  • Document helm3 mixin #1652
  • Improve credentials documentation #1651
  • Added Porter Mixins and Plugins details in Readme.md #1640 by @DARK-art108

Install or Upgrade

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

v1.0.0-alpha.2

16 Jun 14:30
d47be9d
Compare
Choose a tag to compare
v1.0.0-alpha.2 Pre-release
Pre-release

🚨 This is a prerelease of Porter v1, and has breaking changes.

Breaking Changes

  • Rearrange dependencies syntax to be nested in 'requires' object #1573 by @ThorstenHans
  • Only install exec mixin with Porter #1588

Features

  • Bump cnab-go to v0.20.0 #1611
    • Allow numbers in bundle.json again
    • Add support for params of type array
    • Add output validation
    • Validate parameter defaults
    • Validate param regardless of if override or default
    • Fix retrieval of outputs when characters in the result id are in the output name
    • Add support for params of object type in ConvertValue (#251)
  • Provide autocomplete for jsonschema fields on parameters and outputs #1629
  • Add parameter/output schema validation (#1619)
  • Display more installation information with show #1605
  • Add support for maintainers #1572 by @ThorstenHans
  • Add new build driver for buildkit #1567

Fixes

Misc

  • Remove GO111MODULE and require Go 1.16 #1581
  • Upgrade to Go 1.16 and use go:embed #1568

Install or Upgrade

MacOS

VERSION="v1.0.0-alpha.2"
curl -L https://cdn.porter.sh/$VERSION/install-mac.sh | bash

Linux

VERSION="v1.0.0-alpha.2"
curl -L https://cdn.porter.sh/$VERSION/install-linux.sh | bash

Windows

You will need to create a PowerShell Profile if you do not have one.

$VERSION="v1.0.0-alpha.2"
iwr "https://cdn.porter.sh/$VERSION/install-windows.ps1" -UseBasicParsing | iex

v0.38.3

16 Jun 15:56
5cc5e26
Compare
Choose a tag to compare

Fixes

  • Backport build fixes from v1 (#1643)

Install or Upgrade

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

v1.0.0-alpha.1

15 Jun 21:13
d3f0f6d
Compare
Choose a tag to compare
Merge pull request #1642 from carolynvs/fix-branch-name-detection

Fix branch name detection

v0.38.2

15 Jun 18:14
d792a97
Compare
Choose a tag to compare

Fixes

  • Bump cnab-to-oci to get a fix for porter copy not respecting the relocation map #1636
  • Ignore prerelease versions in porter mixins install --latest to avoid picking up v1 alpha builds of the exec mixin #1639

Install or Upgrade

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

v0.38.1

04 May 23:04
3018b91
Compare
Choose a tag to compare

Misc

Bump cnab-go to v0.19.0 #1555

v0.38.0

04 May 17:46
aa542e4
Compare
Choose a tag to compare

Features

  • add support for setting working directory for the exec mixin #1551

Fixes

  • Fix documentation for configuring install script #1549
  • Update exec schema #1552
    • description is optional
    • include the new dir field
    • add descriptions to fields
    • remove default from suppress-output because it causes VS Code to include that field by default

Install or Upgrade

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

v0.37.3

27 Apr 21:01
7890a7e
Compare
Choose a tag to compare

Fixes

  • Do not copy extra junk when installing dev build of porter #1547
  • fix(archive.go): repeatable shasum on archive #1537
  • Generate Dockerfile into .cnab/ directory #1545
  • Support mixins without descriptions #1534 by @ThorstenHans
  • Fix ApplyTo in porter explain #1540

Misc

  • Allow overriding home dir and download url during install #1542
  • List ECR as a compatible registry #1541
  • Update docs on our cdn infrastructure #1538
  • Redirect package indexes #1536

Install or Upgrade

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

v0.37.2

08 Apr 16:11
2629955
Compare
Choose a tag to compare