Skip to content
This repository was archived by the owner on Jan 8, 2024. It is now read-only.

v0.6.2

Choose a tag to compare

@hc-github-team-waypoint hc-github-team-waypoint released this 04 Nov 19:16

0.6.2 (November 4, 2021)

FEATURES:

  • plugin/nomad: Introduce Nomad On-Demand Runner support for Waypoint server. Launch
    tasks to build containers in short lived runners. [GH-2593]

IMPROVEMENTS:

  • cli/login: Allow login from-kubernetes command to work with non-default namespace installations [GH-2575]
  • serverinstall/nomad: Update install helper to always setup a Consul service
    with a backend and ui service tag. [GH-2597]

BUG FIXES:

  • cli: Use values from filter flags when listing deployments and releases [GH-2672]
  • cli: waypoint status and waypoint status -app no longer display destroyed deployments [GH-2564]
  • core: Fix a panic where a custom Waypoint plugin would panic if the plugin
    did not properly implement a Registry component with AccessInfoFunc() [GH-2532]
  • serverinstall/k8s: Clean up rbac resources on uninstall, and do not error when existing rbac resources are detected during server upgrade. [GH-2654]
  • ui: avoid loading all status reports [GH-2562]
  • ui: improve docker reference parsing [GH-2518]