This is an automated email from the ASF dual-hosted git repository. adutra 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 c3aa720b9 Mention Helm chart support for PodDisruptionBudget in CHANGELOG.md (#2408) c3aa720b9 is described below commit c3aa720b99860ed6e64717e63d653e6a3a6b4981 Author: Alexandre Dutra <adu...@apache.org> AuthorDate: Wed Aug 20 15:08:15 2025 +0200 Mention Helm chart support for PodDisruptionBudget in CHANGELOG.md (#2408) --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index fdbe0c1b0..495a89b1a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -47,6 +47,9 @@ the authentication parameters are picked from the environment or configuration f - The `DEFAULT_LOCATION_OBJECT_STORAGE_PREFIX_ENABLED` feature was added to support placing tables at locations that better optimize for object storage. +- The Helm chart now supports Pod Disruption Budgets (PDBs) for Polaris components. This allows users to define + the minimum number of pods that must be available during voluntary disruptions, such as node maintenance. + ### Changes - Polaris Management API clients must be prepared to deal with new attributes in `AwsStorageConfigInfo` objects.