diff --git a/.changelog/10823.txt b/.changelog/10823.txt new file mode 100644 index 000000000000..76535fae27ee --- /dev/null +++ b/.changelog/10823.txt @@ -0,0 +1,3 @@ +```release-note:bug +docker: Moved the generated `/etc/hosts` file's mount source to the allocation directory so that it can be shared between tasks of an allocation. +``` diff --git a/CHANGELOG.md b/CHANGELOG.md index dc94e725a3a7..c62206434e6f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,7 @@ ## 1.1.3 (Unreleased) BUG FIXES: -* csi: Fixed a CLI panic when formatting `volume status` with `-verbose` flag [[GH-10818](https://github.com/hashicorp/nomad/issues/10818)] -* docker: Moved the generated `/etc/hosts` file's mount source to the allocation directory so that it can be shared between tasks of an allocation. [[GH-10823](https://github.com/hashicorp/nomad/issues/10823)] +csi: fixed a CLI panic when formatting `volume status` with `-verbose` flag [[GH-10818](https://github.com/hashicorp/nomad/issues/10818)] ## 1.1.2 (June 22, 2021)