Merge pull request #10762 from hashicorp/docs-update-cl-2

docs: update changelog
This commit is contained in:
Seth Hoenig
2021-06-15 09:25:51 -05:00
committed by GitHub

View File

@@ -4,6 +4,7 @@ IMPROVEMENTS:
* cli: Added `-monitor` flag to `deployment status` command and automatically monitor deployments from `job run` command. [[GH-10661](https://github.com/hashicorp/nomad/pull/10661)]
BUG FIXES:
* consul/connect: Fixed an overly restrictive connect constraint [[GH-10754](https://github.com/hashicorp/nomad/pull/10754)]
* quotas (Enterprise): Fixed a bug where quotas were evaluated before constraints, resulting in quota capacity being used up by filtered nodes. [[GH-10753](https://github.com/hashicorp/nomad/issues/10753)]
## 1.1.1 (June 9, 2021)