We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 746fe7a commit 3d56dceCopy full SHA for 3d56dce
CHANGELOG.md
@@ -2,6 +2,16 @@
2
3
Canonical reference for changes, improvements, and bugfixes for Boundary.
4
5
+## 0.7.3 (2021/12/16)
6
+
7
+### Bug Fixes
8
9
+* target: Fix permission bug which prevents the UI from being able to add and remove
10
+ host sources on a target. ([PR](https://github.com/hashicorp/boundary/pull/1794))
11
+* credential: Fix panic during credential issue when a nil secret is received. This can
12
+ occur when using the Vault KV backend which returns a nil secret and no error if the
13
+ secret does not exist. ([PR](https://github.com/hashicorp/boundary/pull/1798))
14
15
## 0.7.2 (2021/12/14)
16
17
### Security
0 commit comments