📬 Sign up for our mailing list for highlights of new releases, announcements of blog posts and explanations of new features and upcoming changes before they happen.
Porter v0.30.1
This corrects regressions from our last release. RIP v0.30.0 💔 It also has some prep work that will enable us to have a homebrew package (#1329). It change where files are stored in ~/.porter/
, aka PORTER_HOME. This does not have any impact on commands or how to install however.
When you install v0.30.1, you will get some new directories ~/runtimes
and ~/mixins/MIXIN_NAME/runtimes
. If you are upgrading, it will leave a few files around that are no longer used. Feel free to delete them after upgrading:
~/.porter/porter-runtime
~/.porter/mixins/MIXIN_NAME/MIXIN_NAME-runtime
e.g.~/porter/mixins/exec/exec-runtime
(this is true for all mixins, not just exec)
Additionally, if you were trying to use images
in your porter.yaml, this corrects an accidental regression where images.NAME.digest
was renamed to images.NAME.contentDigest
. If you run into trouble, make sure you are using images.NAME.digest.
Fixes
- Revert images.contentDigest back to digest #1358
- Fix defaulting of reference on windows #1356
- Update porter-hello example to use registry #1351