Skip to content

Releases: getporter/porter

v0.7.0-ralpha.1+englishrose

14 May 22:05
83471fb
Compare
Choose a tag to compare

Features

  • Install kubernetes mixin by default
  • Add porter bundle list command (#329)
  • Default the --insecure flag so that you don't have to specify it for now (#333)
  • Use relative times for claims modified recently (#334)
  • Add porter credentials generate command (#328)

Fixes

  • Fixed the mobile website for porter.sh (#327)

Install or Upgrade

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

v0.6.0-ralpha.1+elderflowerspritz

01 May 23:09
7959ba1
Compare
Choose a tag to compare

Features

  • Add dockerfile template to manifest (#311)
  • Add porter upgrade command (#310)
  • Doc current commands with helptext (#308)
  • Use porter install in our docs (#304)
  • add integer and boolean sets to wordpress example/test bundle (#246)

Fixes

  • Fixed up a whitespace error in the Azure Wordpress example (#296)

Install or Upgrade

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

v0.5.0-ralpha.1+elderflowerspritz

25 Apr 14:18
Compare
Choose a tag to compare

Features

  • use mustache to wire up params, creds, outputs (#264)
  • Install mixins using new install command (#283)
  • scripts/install: make exporting easier for users (#281)
  • install mixin from url (#265)
  • Document how to implement mixin commands (#221)
  • Adding THE KUBERNETES MIXIN (#228)
  • add --driver opt to action commands (#287)
  • Publish mixin feed during CI build (#291)
  • Update an existing feed when generating a mixin feed from a directory (#289)
  • Implement install from feed (#285)
  • Explain release scheme (#286)
  • Generate a mixin feed based on a directory (#279)
  • Show how to add porter to the path in install scripts (#282)
  • enable bundle name interpolation (#280)
  • Improve helptext template (#278)
  • Do not encode -runtime into mixin download filename (#272)
  • Cleanup cli api (#258)
  • mask sensitive values in console output (#251)
  • Implement porter uninstall (#240)
  • Default the porter-debug flag using --debug (#244)
  • make mysql server name a required param in the example mysql bundle (#241)
  • Default --debug to the porter-debug parameter at runtime (#239)
  • Install a bundle with duffle (#233)
  • Inject porter-debug param into all bundles (#237)
  • Add porter install command (#229)

Fixes

  • Fix typo in install script (#248)
  • Make install scripts rerunnable (#292)
  • porter-terraform: pass in param on uninstall (#276)
  • Suppress mkdir 'directory exists' output in Windows install (#227)
  • Omit empty bundle fields in generated bundle.json (#238)

Install or Upgrade

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

The mixins have all been upgraded too and there's a new way to get them!

$ porter mixin install helm --feed-url https://cdn.deislabs.io/porter/atom.xml
installed helm mixin
helm mixin v0.5.0-ralpha.2+elderflowerspritz (fe321f2)

Available Mixins:

  • exec
  • azure
  • helm
  • kubernetes
  • terraform

All of these can be installed from https://cdn.deislabs.io/porter/atom.xml

v0.4.0-ralpha.1+dubonnet

13 Mar 16:30
Compare
Choose a tag to compare

Breaking Changes

  • 🚨 Changed schema for mixins! See Wrap steps in the containing action #220

Features and Bugs

  • Fix windows install script (#189)
  • Support schema command in exec mixin (#181)
  • Accept urls and filepaths for porter run (#187)
  • Fix install script for canary releases (#219)
  • Include other actions in porter schema #212

v0.3.0-ralpha.1+caipirinha

26 Feb 00:29
66dad26
Compare
Choose a tag to compare

Breaking Changes

  • 🚨 Changed schema for mixins! See #182

Features and Fixes

  • List installed mixins (#130)
  • Add yaml and raw printers (#133)
  • Add upgrade action support (#135)
  • Resolve PORTER_HOME when it's symlinked (#139)
  • Enhances how we're handling slice processing for param/credential/output sourcing (#162)
  • Assume that a parameter is required when no default is set (#169)
  • Silence usage help text when cli errors (#179)
  • Prints generated Dockerfile lines nicely (#178)

See install instructions.

v0.2.0-ralpha.1+boulevardier

23 Jan 20:46
Compare
Choose a tag to compare

This is our first release since KubeCon in December! 🎉

Release Notes

  • fix Name property, add Description, add test (#104)
  • add azure-ark example (#107)
  • defer cnab dir/porter.yaml COPY statements (#119)

Install Instructions

MacOS

curl https://deislabs.blob.core.windows.net/porter/latest/install-mac.sh | bash

Linux

curl https://deislabs.blob.core.windows.net/porter/latest/install-linux.sh | bash

Windows

iwr "https://deislabs.blob.core.windows.net/porter/latest/install-windows.ps1" -UseBasicParsing | iex