Releases: getporter/porter
Releases · getporter/porter
v0.38.5
v0.38.4
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
🚨 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
- Tweaked our release process to support the v1 prereleases (#1632, #1641)
- Small grammar fix #1622 by @divbhasin
- Count only the parameters in the parameter set #1608 by @divbhasin
Misc
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
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
Merge pull request #1642 from carolynvs/fix-branch-name-detection Fix branch name detection
v0.38.2
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
v0.38.0
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
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.