From 0c54ecffd069ba6eefbbee8773f959c213fb6bf4 Mon Sep 17 00:00:00 2001 From: Seth Hoenig Date: Thu, 9 Jul 2020 10:12:44 -0500 Subject: [PATCH] docs: update changelog for vault policies lookup fix --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5fb23c5d5..ba4e110c8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,7 @@ BUG FIXES: * ui: Fixed order of column headers in client allocations table. [[GH-8409](https://github.com/hashicorp/nomad/pull/8409)] + * vault: Fixed a bug where vault identity policies not considered in permissions check [[GH-7732](https://github.com/hashicorp/nomad/issues/7732)] ## 0.12.0 (July 9, 2020)