This is an automated email from the ASF dual-hosted git repository.
dimas pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/polaris.git
The following commit(s) were added to refs/heads/main by this push:
new 01f4baafa Re-add CHANGELOG.md entry for #2197 (#2638)
01f4baafa is described below
commit 01f4baafa337613041bc970004c1b41cb68a9b0c
Author: Dmitri Bourlatchkov <[email protected]>
AuthorDate: Fri Sep 19 19:31:48 2025 -0400
Re-add CHANGELOG.md entry for #2197 (#2638)
Using `git log -p
apache-polaris-1.1.0-incubating..553cb06e5dcfe1019a7f8565af13bc4ebf9e2e5b --
CHANGELOG.md` to find changes missed in the previous CHANGELOG update (#2635)
---
CHANGELOG.md | 2 ++
1 file changed, 2 insertions(+)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 93fd0fc6d..f3b55466d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -38,6 +38,8 @@ request adding CHANGELOG notes for breaking (!) changes and
possibly other secti
### New Features
+- Added a Management API endpoint to reset principal credentials, controlled
by the `ENABLE_CREDENTIAL_RESET` (default: true) feature flag.
+
### Changes
### Deprecations