From be47a5013d45bf79724931b93f63a350e4c705a1 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Thu, 8 Apr 2021 12:59:12 -0700 Subject: [PATCH] Add changelog --- .changelog/1298.txt | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .changelog/1298.txt diff --git a/.changelog/1298.txt b/.changelog/1298.txt new file mode 100644 index 00000000000..9b83379b28e --- /dev/null +++ b/.changelog/1298.txt @@ -0,0 +1,6 @@ +```release-note:feature +**Mutable Deployments**: Waypoint now supports the concept of "mutable" deployments +where a deployment updates an existing resource rather than creating something +new. New plugins in this release include deploying from a Nomad job file, +Kubernetes apply from a directory or file, and more. +```