move bugfix to correct version (#8170)

This commit is contained in:
Drew Bailey
2020-06-16 11:53:43 -04:00
committed by GitHub
parent 205b98a961
commit 3633d476bc

View File

@@ -11,6 +11,7 @@ IMPROVEMENTS:
BUG FIXES:
* cli: Fixed malformed alloc status address list when listing more than 1 address [[GH-8161](https://github.com/hashicorp/nomad/issues/8161)]
* client: Fixed a bug where stdout/stderr were not properly reopened for community task drivers. [[GH-8155](https://github.com/hashicorp/nomad/issues/8155)]
## 0.11.3 (June 5, 2020)
@@ -33,8 +34,6 @@ BUG FIXES:
* api: Fixed a bug where setting connect sidecar task resources could fail [[GH-7993](https://github.com/hashicorp/nomad/issues/7993)]
* client: Fixed a bug where artifact downloads failed on redirects [[GH-7854](https://github.com/hashicorp/nomad/issues/7854)]
* csi: Validate empty volume arguments in API. [[GH-8027](https://github.com/hashicorp/nomad/issues/8027)]
* client: Fixed a bug where stdout/stderr were not properly reopened for
community task drivers. [[GH-8155](https://github.com/hashicorp/nomad/issues/8155)]
## 0.11.2 (May 14, 2020)