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

v0.1.3

Compare
Choose a tag to compare
@hashicorp-ci hashicorp-ci released this 19 Oct 21:36
· 9481 commits to main since this release

0.1.3 (October 19, 2020)

FEATURES:

IMPROVEMENTS:

  • install/k8s: improve stability of install process by verifying stateful set, waiting for service endpoints, etc. [GH-435]
  • install/k8s: detect Kind and warn about additional requirements [GH-615]
  • plugin/aws-ecs: support for static environment variables [GH-583]
  • plugin/aws-ecs: support for ECS secrets [GH-583]
  • plugin/aws-ecs: support for configuring sidecar containers [GH-583]
  • plugin/pack: can set environment variables [GH-581]
  • plugin/docker: ability to target remote docker engine for deploys, automatically pull images [GH-631]
  • ui: onboarding flow after redeeming an invite token is enabled and uses public release URLs [GH-635]

BUG FIXES:

  • entrypoint: ensure binary is statically linked on all systems [GH-586]
  • plugin/nomad: destroy works [GH-571]
  • plugin/aws: load ~/.aws/config if available and use that for auth [GH-621]
  • plugin/aws-ecs: Allow cpu parameter for to be optional for EC2 clusters [GH-576]
  • plugin/aws-ecs: don't detect inactive cluster as existing [GH-605]
  • plugin/aws-ecs: fix crash if subnets are specified [GH-636]
  • plugin/aws-ecs: delete ECS ALB listener on destroy [GH-607]
  • plugin/google-cloud-run: Don't crash if capacity or autoscaling settings are nil [GH-620]
  • install/nomad: if -nomad-dc flag is set, dc1 won't be set [GH-603]
  • cli: contexts will fall back to not using symlinks if symlinks aren't available [GH-633]