This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/polaris.git
The following commit(s) were added to refs/heads/asf-site by this push:
new ac24015a2 deploy: 2a0afceb1aff763e442708dd786cc4759a15f342
ac24015a2 is described below
commit ac24015a2146958c026a7650ef789b132a60eb67
Author: jbonofre <[email protected]>
AuthorDate: Wed Jan 21 17:02:48 2026 +0000
deploy: 2a0afceb1aff763e442708dd786cc4759a15f342
---
downloads/index.html | 6 +++---
releases/1.2.0/managing-security/index.html | 2 +-
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/downloads/index.html b/downloads/index.html
index ff4f6305b..f221ed3f7 100644
--- a/downloads/index.html
+++ b/downloads/index.html
@@ -1,11 +1,11 @@
<!doctype html><html itemscope itemtype=http://schema.org/WebPage lang=en
class=no-js><head><meta charset=utf-8><meta name=viewport
content="width=device-width,initial-scale=1,shrink-to-fit=no"><link
rel=alternate type=application/rss+xml
href=https://polaris.apache.org/downloads/index.xml><meta name=robots
content="index, follow"><link rel="shortcut icon"
href=/favicons/favicon.ico><link rel=apple-touch-icon
href=/favicons/apple-touch-icon.png sizes=180x180><link rel=icon type=image/png
[...]
-<meta name=description content="Powerful, extensible, and feature-packed
frontend toolkit. Build and customize with Sass, utilize prebuilt grid system
and components, and bring projects to life with powerful JavaScript
plugins."><meta property="og:title" content><meta property="og:description"
content="Powerful, extensible, and feature-packed frontend toolkit. Build and
customize with Sass, utilize prebuilt grid system and components, and bring
projects to life with powerful JavaScript p [...]
+<meta name=description content="Powerful, extensible, and feature-packed
frontend toolkit. Build and customize with Sass, utilize prebuilt grid system
and components, and bring projects to life with powerful JavaScript
plugins."><meta property="og:title" content><meta property="og:description"
content="Powerful, extensible, and feature-packed frontend toolkit. Build and
customize with Sass, utilize prebuilt grid system and components, and bring
projects to life with powerful JavaScript p [...]
However, you can now instead grant privileges just for specific operations,
such as <code>TABLE_ADD_SNAPSHOT</code></p></li><li><p>Added a Management API
endpoint to reset principal credentials, controlled by the
<code>ENABLE_CREDENTIAL_RESET</code> (default: true) feature
flag.</p></li><li><p>The
<code>ENABLE_SUB_CATALOG_RBAC_FOR_FEDERATED_CATALOGS</code> was added to
support sub-catalog (initially namespace and table) RBAC for federated catalogs.
The setting can be configured on a per-catalog basis by setting the catalog
property:
<code>polaris.config.enable-sub-catalog-rbac-for-federated-catalogs</code>.
The realm-level feature flag
<code>ALLOW_SETTING_SUB_CATALOG_RBAC_FOR_FEDERATED_CATALOGS</code> (default:
true) controls whether this functionality can be enabled or modified at the
catalog level.</p></li><li><p>Added support for S3-compatible storage that does
not have STS (use <code>stsUnavailable: true</code> in catalog storage
configuration)</p></li><li><p>Added a Management API endpoint to reset
principal credentials, controlled by the <code>ENABLE_CREDENTIAL_RESET</code>
(default: [...]
in 1.3.0 or in 2.0.0 (whichever happens earlier).</li><li>The legacy
management endpoints at <code>/metrics</code> and <code>/healthcheck</code>
have been deprecated in 1.2.0 and will be
completely removed in 1.3.0 or in 2.0.0 (whichever happens earlier). Please
use the standard management
-endpoints at <code>/q/metrics</code> and <code>/q/health</code>
instead.</li></ul></li></ul><h2 id=110 id=110>1.1.0<a class=heading-anchor
href=#110
aria-label=Anchor>#</a></h2><table><thead><tr><th>Artifact</th><th>PGP
Sig</th><th>SHA-512</th></tr></thead><tbody><tr><td><a
href=https://dlcdn.apache.org/incubator/polaris/1.1.0-incubating/apache-polaris-1.1.0-incubating.tar.gz>source
tar.gz</a></td><td><a
href=https://downloads.apache.org/incubator/polaris/1.1.0-incubating/apache-polaris-
[...]
+endpoints at <code>/q/metrics</code> and <code>/q/health</code>
instead.</li></ul></li></ul><h2 id=110 id=110>1.1.0<a class=heading-anchor
href=#110
aria-label=Anchor>#</a></h2><table><thead><tr><th>Artifact</th><th>PGP
Sig</th><th>SHA-512</th></tr></thead><tbody><tr><td><a
href=https://archive.apache.org/dist/incubator/polaris/1.1.0-incubating/apache-polaris-1.1.0-incubating.tar.gz>source
tar.gz</a></td><td><a
href=https://archive.apache.org/dist/incubator/polaris/1.1.0-incubating/apach
[...]
from <code>symmetric.pem</code> to <code>symmetric.key</code>.</li><li>For
migrations from 1.0.x to 1.1.x, users using JDBC persistence and wanting to
continue using v1 schema, must ensure
that they, run following SQL statement under <code>POLARIS_SCHEMA</code> to
make sure version table exists:<div class=highlight><pre tabindex=0
style=color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4><code
class=language-sql data-lang=sql><span style=display:flex><span><span
style=color:#66d9ef>CREATE</span> <span style=color:#66d9ef>TABLE</span> <span
style=color:#66d9ef>IF</span> <span style=color:#66d9ef>NOT</span> <span
style=color:#66d9ef>EXISTS</span> [...]
</span></span><span style=display:flex><span> version_key TEXT <span
style=color:#66d9ef>PRIMARY</span> <span style=color:#66d9ef>KEY</span>,
@@ -18,4 +18,4 @@ that they, run following SQL statement under
<code>POLARIS_SCHEMA</code> to make
</span></span><span style=display:flex><span><span
style=color:#66d9ef>COMMENT</span> <span style=color:#66d9ef>ON</span> <span
style=color:#66d9ef>TABLE</span> <span style=color:#66d9ef>version</span> <span
style=color:#66d9ef>IS</span> <span style=color:#e6db74>'the version of the
JDBC schema in use'</span>;
</span></span><span style=display:flex><span>
</span></span><span style=display:flex><span><span
style=color:#66d9ef>ALTER</span> <span style=color:#66d9ef>TABLE</span>
polaris_schema.entities <span style=color:#66d9ef>ADD</span> <span
style=color:#66d9ef>COLUMN</span> <span style=color:#66d9ef>IF</span> <span
style=color:#66d9ef>NOT</span> <span style=color:#66d9ef>EXISTS</span>
location_without_scheme TEXT;
-</span></span></code></pre></div><ul><li>Please don’t enable <a
href=https://github.com/apache/polaris/blob/740993963cb41c2c1b4638be5e04dd00f1263c98/polaris-core/src/main/java/org/apache/polaris/core/config/FeatureConfiguration.java#L346>OPTIMIZED_SIBLING_CHECK</a>
feature configuration, once the above SQL statements are run. As it may lead
to incorrect behavior, due to missing data for location_without_scheme
column.</li></ul></li></ul></li></ul><h2 id=101 id=101>1.0.1<a class=hea [...]
\ No newline at end of file
+</span></span></code></pre></div><ul><li>Please don’t enable <a
href=https://github.com/apache/polaris/blob/740993963cb41c2c1b4638be5e04dd00f1263c98/polaris-core/src/main/java/org/apache/polaris/core/config/FeatureConfiguration.java#L346>OPTIMIZED_SIBLING_CHECK</a>
feature configuration, once the above SQL statements are run. As it may lead
to incorrect behavior, due to missing data for location_without_scheme
column.</li></ul></li></ul></li></ul><h2 id=101 id=101>1.0.1<a class=hea [...]
\ No newline at end of file
diff --git a/releases/1.2.0/managing-security/index.html
b/releases/1.2.0/managing-security/index.html
index f821df349..991260a10 100644
--- a/releases/1.2.0/managing-security/index.html
+++ b/releases/1.2.0/managing-security/index.html
@@ -173,4 +173,4 @@
<label for=m-releases130evolution-check><a href=/releases/1.3.0/evolution/
class="align-left ps-0 td-sidebar-link td-sidebar-link__page"
id=m-releases130evolution><span>Polaris Evolution</span></a></label></li><li
class="td-sidebar-nav__section-title td-sidebar-nav__section with-child"
id=m-releases130polaris-api-specs-li><input type=checkbox
id=m-releases130polaris-api-specs-check>
<label for=m-releases130polaris-api-specs-check><a
href=/releases/1.3.0/polaris-api-specs/ class="align-left ps-0 td-sidebar-link
td-sidebar-link__section" id=m-releases130polaris-api-specs><span>Polaris API
Reference</span></a></label><ul class="ul-3 foldable"><li
class="td-sidebar-nav__section-title td-sidebar-nav__section without-child"
id=m-releases130polaris-api-specspolaris-management-api-li><input type=checkbox
id=m-releases130polaris-api-specspolaris-management-api-check>
<label for=m-releases130polaris-api-specspolaris-management-api-check><a
href=/releases/1.3.0/polaris-api-specs/polaris-management-api/ title="Apache
Polaris Management Service OpenAPI Specification" class="align-left ps-0
td-sidebar-link td-sidebar-link__page"
id=m-releases130polaris-api-specspolaris-management-api><span>Management API
↗</span></a></label></li><li class="td-sidebar-nav__section-title
td-sidebar-nav__section without-child"
id=m-releases130polaris-api-specspolaris-catalog [...]
-<label for=m-releases130polaris-api-specspolaris-catalog-api-check><a
href=/releases/1.3.0/polaris-api-specs/polaris-catalog-api/ title="Apache
Polaris Catalog Service OpenAPI Specification" class="align-left ps-0
td-sidebar-link td-sidebar-link__page"
id=m-releases130polaris-api-specspolaris-catalog-api><span>Catalog API
↗</span></a></label></li></ul></li></ul></li></ul></li></ul></nav></div></aside><aside
class="d-none d-xl-block col-xl-2 td-sidebar-toc d-print-none"><div
class=td-toc> [...]
\ No newline at end of file
+<label for=m-releases130polaris-api-specspolaris-catalog-api-check><a
href=/releases/1.3.0/polaris-api-specs/polaris-catalog-api/ title="Apache
Polaris Catalog Service OpenAPI Specification" class="align-left ps-0
td-sidebar-link td-sidebar-link__page"
id=m-releases130polaris-api-specspolaris-catalog-api><span>Catalog API
↗</span></a></label></li></ul></li></ul></li></ul></li></ul></nav></div></aside><aside
class="d-none d-xl-block col-xl-2 td-sidebar-toc d-print-none"><div
class=td-toc> [...]
\ No newline at end of file