This is an automated email from the ASF dual-hosted git repository.

adutra pushed a change to branch remove-chart-maintainers
in repository https://gitbox.apache.org/repos/asf/polaris.git


    omit 64dcf0ebc PPMC -> PMC
    omit 645ad50b2 Helm chart: remove maintainers section from Chart.yaml
     add 94466e68b Synchronize on PolarisConfiguration.registerConfiguration() 
(#3755)
     add ed5222fdf Bump k8s min version to 1.33 (#3827)
     add d1fbf2e06 Core: Add Java doc for the class PolarisPrivilege (#3757)
     add 95f0524d5 Renovate: manage dependencies in helm charts and values 
(#3800)
     add b362a6685 Make unmodified fields final (#3797)
     add 6455a4a98 Move `decodeNamespace` to a utility class (#3793)
     add 8f017c501 Convert classes to records (#3758)
     add edce68f24 Add NoSQL persistence and MongoDB extension to the admin 
tool (#3813)
     add 854c8b033 Add documentation for the NoSQL persistence (#3818)
     add 11836aba7 Sort Makefile targets (#3829)
     add 4634418e2 Renovate: Bump only Quarkus platform BOM (#3817)
     add 4f1d1c348 doc: Fix Polaris CLI example, add precondition for enabling 
the feature flag (#3833)
     add 30a2d1d67 Update quay.io/keycloak/keycloak Docker tag to v26.5.4 
(#3851)
     add d14ee7b7a Graduation code base changes (#3830)
     new 1f15fde99 Helm chart: remove maintainers section from Chart.yaml
     new eef917af8 PPMC -> PMC

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (64dcf0ebc)
            \
             N -- N -- N   refs/heads/remove-chart-maintainers (eef917af8)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .github/SECRETS.md                                 |  22 +-
 .github/renovate.json5                             |  14 +-
 .../workflows/release-1-create-release-branch.yml  |   4 +-
 .../release-2-update-release-candidate.yml         |   2 +-
 .../release-3-build-and-publish-artifacts.yml      |  19 +-
 .github/workflows/release-4-publish-release.yml    |  26 +--
 .../release-X-cancel-release-candidate.yml         |   8 +-
 CHAT_BYLAWS.md                                     |  14 +-
 DISCLAIMER                                         |  10 -
 Makefile                                           | 233 +++++++++++----------
 NOTICE                                             |   4 +-
 README.md                                          |   8 +-
 api/polaris-catalog-service/build.gradle.kts       |   3 +
 .../polaris/service/types/PolicyIdentifier.java    | 122 ++---------
 .../src/main/kotlin/polaris-java.gradle.kts        |   2 +-
 .../src/main/kotlin/publishing/rootProject.kt      |   9 +-
 .../auth/opa/token/StaticBearerTokenProvider.java  |  10 +-
 getting-started/keycloak/docker-compose.yml        |   2 +-
 gradle/jar-licenses/NOTICE                         |   4 +-
 helm/polaris/Chart.yaml                            |   6 +-
 helm/polaris/DISCLAIMER                            |  10 -
 helm/polaris/NOTICE                                |   4 +-
 helm/polaris/README.md                             |   6 +-
 helm/polaris/artifacthub-repo.yml                  |   2 +-
 helm/polaris/helm.md.gotmpl                        |   9 +-
 .../apache/polaris/service/it/env/PolicyApi.java   |  24 +--
 .../service/it/ext/SparkSessionBuilder.java        |  26 +--
 .../test/PolarisPolicyServiceIntegrationTest.java  |  33 ++-
 .../nosql/metastore/ContentIdentifier.java         |   2 +-
 .../nosql/metastore/NoSqlMetaStore.java            |   5 +-
 .../relational/jdbc/QueryGenerator.java            |   4 +-
 .../RelationalJdbcIdempotencyStore.java            |   6 +-
 .../RelationalJdbcIdempotencyStorePostgresIT.java  |  32 +--
 plugins/spark/v3.5/spark/BUNDLE-NOTICE             |   8 +-
 plugins/spark/v3.5/spark/build.gradle.kts          |   3 +
 .../apache/polaris/spark/PolarisSparkCatalog.java  |   2 +-
 .../apache/polaris/spark/rest/GenericTable.java    | 170 ++-------------
 .../polaris/spark/utils/PolarisCatalogUtils.java   |  12 +-
 .../org/apache/polaris/spark/NoopDeltaCatalog.java |   3 +
 .../polaris/spark/PolarisInMemoryCatalog.java      |   8 +-
 .../polaris/spark/PolarisRESTCatalogTest.java      |  22 +-
 .../polaris/spark/rest/DeserializationTest.java    |  24 +--
 .../core/catalog/PolarisCatalogHelpers.java        |   4 +-
 .../polaris/core/config/PolarisConfiguration.java  |  52 ++---
 .../polaris/core/entity/IdempotencyRecord.java     | 166 +++++----------
 .../core/entity/PolarisChangeTrackingVersions.java |  50 +----
 .../apache/polaris/core/entity/PolarisEntity.java  |  42 +---
 .../polaris/core/entity/PolarisEntityId.java       |  53 +----
 .../polaris/core/entity/PolarisPrivilege.java      |  13 +-
 .../AtomicOperationMetaStoreManager.java           |  12 +-
 .../polaris/core/persistence/IdempotencyStore.java |  33 +--
 .../persistence/cache/EntityCacheLookupResult.java |  32 +--
 .../persistence/cache/InMemoryEntityCache.java     |   9 +-
 .../persistence/dao/entity/EntityWithPath.java     |  34 +--
 .../resolver/PolarisResolutionManifest.java        |  10 +-
 .../core/persistence/resolver/Resolver.java        |  44 ++--
 .../persistence/resolver/ResolverEntityName.java   |  53 ++---
 .../core/persistence/resolver/ResolverPath.java    |  72 ++-----
 .../TransactionalMetaStoreManagerImpl.java         |   8 +-
 .../transactional/TreeMapMetaStore.java            |  22 +-
 .../TreeMapTransactionalPersistenceImpl.java       |   4 +-
 .../polaris/core/secrets/SecretReference.java      |  68 ++----
 .../core/secrets/UnsafeInMemorySecretsManager.java |  12 +-
 .../polaris/core/storage/LocationRestrictions.java |   4 +-
 .../core/storage/PolarisStorageIntegration.java    |  35 +---
 .../core/storage/cache/StorageCredentialCache.java |   2 +-
 .../storage/cache/StorageCredentialCacheEntry.java |  23 +-
 .../persistence/cache/InMemoryEntityCacheTest.java |  88 ++++----
 .../storage/InMemoryStorageIntegrationTest.java    |  88 +++-----
 .../storage/PolarisConfigurationStoreTest.java     |  12 +-
 .../polaris/core/persistence/BaseResolverTest.java |  10 +-
 .../persistence/PolarisTestMetaStoreManager.java   |   4 +-
 releasey/bin/build-helm-index.sh                   |  10 +-
 releasey/libs/_constants.sh                        |   4 +-
 releasey/libs/_version.sh                          |  22 +-
 releasey/release-process-flowchart.mmd             |   2 +-
 runtime/admin/build.gradle.kts                     |   8 +
 runtime/admin/distribution/DISCLAIMER              |  10 -
 runtime/admin/distribution/NOTICE                  |   4 +-
 runtime/admin/src/main/docker/Dockerfile.jvm       |   3 +-
 .../src/main/resources/application.properties      |   2 +-
 .../src/main/resources/application.properties      |   2 +-
 runtime/distribution/DISCLAIMER                    |  10 -
 runtime/distribution/NOTICE                        |   4 +-
 runtime/distribution/build.gradle.kts              |   1 -
 runtime/server/distribution/DISCLAIMER             |  10 -
 runtime/server/distribution/NOTICE                 |   4 +-
 runtime/server/src/main/docker/Dockerfile.jvm      |   3 +-
 .../polaris/service/admin/PolarisAdminService.java |  10 +-
 .../service/catalog/common/CatalogAdapter.java     |   8 -
 .../service/catalog/common/CatalogHandler.java     |   6 +-
 .../service/catalog/common/CatalogUtils.java       |   9 +
 .../generic/GenericTableCatalogAdapter.java        |   2 +
 .../catalog/iceberg/IcebergCatalogAdapter.java     |   5 +-
 .../IcebergRestCatalogEventServiceDelegator.java   |   2 +
 .../service/catalog/policy/PolicyCatalog.java      |  15 +-
 .../catalog/policy/PolicyCatalogAdapter.java       |   2 +
 .../catalog/policy/PolicyCatalogHandler.java       |  15 +-
 .../polaris/service/config/ReservedProperties.java |  21 +-
 .../config/ResolvedFeaturesConfiguration.java      |   4 +-
 .../catalog/policy/AbstractPolicyCatalogTest.java  |   2 +-
 .../policy/PolicyCatalogHandlerAuthzTest.java      |   9 +-
 .../DefaultServiceIdentityProviderTest.java        |   6 +-
 .../polaris/service/test/TestEnvironment.java      |  44 +---
 .../catalog/PolarisPassthroughResolutionView.java  |   4 +-
 .../commons/keycloak/Dockerfile-keycloak-version   |   2 +-
 site/content/_index.adoc                           |   8 +-
 site/content/community/_index.adoc                 |  36 ++--
 .../release-guides/manual-release-guide.md         | 111 ++--------
 .../release-guides/release-verification-guide.md   |  22 +-
 .../release-guides/semi-automated-release-guide.md | 129 +-----------
 site/content/community/security-report.md          |   2 +-
 site/content/downloads/_index.md                   |   2 +-
 site/content/in-dev/unreleased/_index.md           |  12 +-
 site/content/in-dev/unreleased/admin-tool.md       | 104 ++++++---
 site/content/in-dev/unreleased/configuration.md    |   2 +-
 site/content/in-dev/unreleased/entities.md         |   2 +-
 .../federation/iceberg-rest-federation.md          |  12 +-
 .../deploying-polaris/local-deploy.md              |   2 +-
 .../getting-started/install-dependencies.md        |   2 +-
 site/content/in-dev/unreleased/helm.md             |   9 +-
 .../unreleased/managing-security/access-control.md |   2 +-
 .../managing-security/external-pdp/_index.md       |   2 +-
 .../managing-security/external-pdp/opa.md          |   2 +-
 .../content/in-dev/unreleased/metastores/_index.md |  47 +++++
 .../in-dev/unreleased/metastores/nosql-mongodb.md  | 120 +++++++++++
 .../relational-jdbc.md}                            |  58 +++--
 site/content/in-dev/unreleased/telemetry.md        |   2 +-
 tools/verify-release/verify-release.sh             |  22 +-
 .../apache/polaris/version/TestPolarisVersion.java |   2 +-
 .../jarTest/resources/META-INF/FAKE_MANIFEST.MF    |   2 +-
 version.txt                                        |   2 +-
 132 files changed, 1141 insertions(+), 1836 deletions(-)
 delete mode 100644 DISCLAIMER
 delete mode 100644 helm/polaris/DISCLAIMER
 delete mode 100644 runtime/admin/distribution/DISCLAIMER
 delete mode 100644 runtime/distribution/DISCLAIMER
 delete mode 100644 runtime/server/distribution/DISCLAIMER
 create mode 100644 site/content/in-dev/unreleased/metastores/_index.md
 create mode 100644 site/content/in-dev/unreleased/metastores/nosql-mongodb.md
 rename site/content/in-dev/unreleased/{metastores.md => 
metastores/relational-jdbc.md} (65%)

Reply via email to