Skip to content

Commit

Permalink
add warning about missing UI to changelog
Browse files Browse the repository at this point in the history
Signed-off-by: Jan Martens <[email protected]>
  • Loading branch information
JanMa authored and naphelps committed May 13, 2024
1 parent dc3bea3 commit 5048f5e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
## 2.0.0-alpha20240329
### March 29, 2024

> [!WARNING]
> OpenBao's Alpha Release does not include the builtin WebUI! You can only access a running Bao instance via the CLI or API.
SECURITY:

* auth/cert: compare full bytes of trusted leaf certificates with incoming client certificates to prevent trusting certs with the same serial number but not the same public/private key. [[GH-173](https://github.com/openbao/openbao/pull/173)]
Expand Down
7 changes: 7 additions & 0 deletions website/content/docs/release-notes/2-0-0.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@ description: Release notes for OpenBao 2.0.0
## 2.0.0-alpha20240329
**Release date:** March 29, 2024

:::warning

OpenBao's Alpha Release does not include the builtin WebUI! You can only access
a running Bao instance via the CLI or API.

:::

### SECURITY

* auth/cert: compare full bytes of trusted leaf certificates with incoming client certificates to prevent trusting certs with the same serial number but not the same public/private key. [[GH-173](https://github.com/openbao/openbao/pull/173)]
Expand Down

0 comments on commit 5048f5e

Please sign in to comment.