Waypoint 0.1.4 Released

We released Waypoint 0.1.4!

Changelog

IMPROVEMENTS:

  • cli/config: you can pipe in a KEY=VALUE line-delimited file via stdin to config set [GH-674]
  • install/docker: pull server image if it doesn’t exist in local Docker daemon [GH-700]
  • install/nomad: added -nomad-policy-override flag to allow sentinel policy override on Nomad enterprise [GH-671]
  • plugin/ecs: ability to specify service_port rather than port 3000 [GH-661]
  • plugin/k8s: support for manually specifying the namespace to use [GH-648]
  • plugins/nomad: support for setting docker auth credentials [GH-646]

BUG FIXES:

  • cli: server bootstrap shows an error if a server is running in-memory [GH-651]
  • cli: server connection flags take precedence over context data [GH-703]
  • cli: plugins loaded in pwd work properly and don’t give PATH errors [GH-699]
  • cli: support plugins in $HOME/.config/waypoint/plugins even if XDG path doesn’t match [GH-707]
  • plugin/docker: remove intermediate containers on build [GH-667]
  • plugin/docker, plugin/pack: support ssh accessible docker hosts [GH-664]

A full list of changes for this release can be found in the changelog.

Thanks,
The Waypoint Team

0.1.4 Changelog - https://github.com/hashicorp/waypoint/blob/v0.1.4/CHANGELOG.md
0.1.4 Binaries - https://releases.hashicorp.com/waypoint/0.1.4

2 Likes