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

v0.10.2

Compare
Choose a tag to compare
@hc-github-team-waypoint hc-github-team-waypoint released this 03 Oct 18:34
· 1744 commits to main since this release

0.10.2 (October 03, 2022)

BREAKING CHANGES:

  • plugin/helm: Add support for create_namespace and skip_crds (default is now false) [GH-3950]

IMPROVEMENTS:

  • cli/runnerinstall: Update runner install to set the new profile as the default
    if none exists [GH-3922]
  • cli: A new -runner-target-any flag has been added to runner profile set to allow users to specify targeting any runner. [GH-3854]
  • cli: Setting configurations in a runner profile no longer resets unspecified configuration [GH-3854]
  • plugin/ecs: Implement WatchTask plugin for AWS ECS task launcher. Store ECS on-demand runner logs in the job system. [GH-3918]
  • plugin/docker: Add new docker-ref plugin for a build noop for referencing a Docker Image [GH-3912]

BUG FIXES:

  • cli/install: Set image pull policy configuration on Helm installation of Waypoint server and runner [GH-3948]
  • cli: Fix panic when setting project datasource to local [GH-3972]
  • core: Connected entrypoints for deleted projects now error out properly. [GH-3949]
  • core: Fix out of order job ids for waypoint pipeline run job stream CLI. [GH-3946]
  • plugin/nomad-jobspec: Fix deployment of periodic and system Nomad jobs. [GH-3963]
  • ui: Fix crash when encountering resources without IDs [GH-3929]