From 60adaf71fa7dbb674dce81fd507603635254e42a Mon Sep 17 00:00:00 2001 From: Michael Schurter Date: Mon, 20 May 2019 11:33:23 -0700 Subject: [PATCH] Add PR link to changelog for #5702 --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5c96d864254..752ff3664c7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,7 +14,7 @@ __BACKWARDS INCOMPATIBILITIES:__ * api: The [job deployments](https://www.nomadproject.io/api/jobs.html#list-job-deployments) endpoint now filters out deployments associated with older instances of the job. This can happen if jobs are purged and recreated with the same id. To get all deployments irrespective of creation time, add - `all=true`. The `nomad job deployment`CLI also defaults to doing this filtering. + `all=true`. The `nomad job deployment`CLI also defaults to doing this filtering. [[GH-5702](https://github.com/hashicorp/nomad/issues/5702)] FEATURES: