Waypoint 0.2.1 Released

We released Waypoint 0.2.1!

Changelog

FEATURES:

  • Uninstall command for all server platforms:
    Use server uninstall to remove the Waypoint server and artifacts from the specified -platform for the active server installation. [GH-972]

  • Upgrade command for all server platforms:
    Use server upgrade to upgrade the Waypoint server for the specified -platform for the active server installation. [GH-976]

IMPROVEMENTS:

  • builtin/k8s: Allow for defined resource limits for pods [GH-1041]
  • cli: server run supports specifying a custom TLS certificate [GH-951]
  • cli: more informative error messages on install [GH-1004]
  • server: store platform where server is installed to in server config [GH-1000]
  • serverinstall/docker: Start waypoint server container if stopped on install [GH-1009]
  • serverinstall/k8s: Allow using k8s context [GH-1028]

BUG FIXES:

  • builtin/aws/ami: require string for aws-ami filters to avoid panic [GH-1010]
  • cli: ctrl-c now interrupts server connection attempts [GH-989]
  • entrypoint: log disconnect messages will now only be emitted at the ERROR level if reconnection fails [GH-930]
  • server: don’t block startup on URL service being unavailable [GH-950]
  • server: UpsertProject will not delete all application metadata [GH-1027]
  • server: increase timeout for hostname registration [GH-1040]
  • plugin/google-cloud-run: fix error on deploys about missing type [GH-955]

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

Thanks,
The Waypoint Team

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

1 Like