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 53bf063e1 Helm chart: remove maintainers section from Chart.yaml
     add 339184420 DefaultAuthenticatorTest should not extend 
PolarisAuthzTestBase (#3787)
     add c45e468b1 Helm chart: fix nodePort rendering in service.yaml (#3791)
     add a4eca8a15 Helm chart: add support for NoSQL persistence (#3798)
     add 9fc2e0d7f Helm chart: fix logic for deduplicating ports (#3790)
     add 4ffb98af1 feat(metrics): Add schema-v4 with metrics tables support 
(#3523)
     add 4a39e322f Move lookup and cast logic to PolarisConfiguration (#3753)
     add 50090dce9 Replace deprecated Quarkus log configs (#3799)
     add 893722cfb feat: intial hudi reg test (#3641)
     add 880dfa1e0 Remove duplicate code in `PolicyCatalog` (#3781)
     add f7bb2bbff Add JSON Schema for Helm chart values validation (#3759)
     add 3a10b34cb Refactor authz tests to use JUnit dynamic tests (#3780)
     add 17fcbbb35 fix(deps): update dependency ch.qos.logback:logback-classic 
to v1.5.32 (#3807)
     add f5ee85e73 chore(deps): update actions/stale action to v10.2.0 (#3810)
     add e170d77c0 chore(deps): update docker.io/openpolicyagent/opa docker tag 
to v1.13.2 (#3806)
     add a601b5e97 fix(deps): update dependency com.auth0:java-jwt to v4.5.1 
(#3808)
     add 9acc4bdd3 fix(deps): update dependency 
gradle.plugin.org.jetbrains.gradle.plugin.idea-ext:gradle-idea-ext to v1.4.1 
(#3809)
     add 50ebd8564 Do not let Renovate query `repository.a.o/.../snapshots` 
(#3811)
     add da68c74d1 fix(deps): update dependency 
com.github.jk1:gradle-license-report to v3.1.1 (#3815)
     add f1c45f41b chore(deps): update 
registry.access.redhat.com/ubi9/openjdk-21-runtime docker tag to 
v1.24-2.1771324986 (#3819)
     add 0b82333ef fix(deps): update quarkus platform and group (#3814)
     add 85e22ce6e Use more CDI in AbstractIcebergCatalogTest (#3788)
     add 8f7423447 Update .asf.yaml with: (#3739)
     add c204db9bf Add cleanup step of SVN dist release repo (#3475)
     add eebf48831 Make "final" fields in `IcebergCatalog` `final` (#3794)
     add b1098a5dd Nit: Accept and treat empty page token string as not present 
(#3792)
     add ed7436821 Remove unused functions from CatalogHandlerUtils (#3782)
     add 18b5f082e chore(deps): update dependency pip-licenses-cli to v4 (#3816)
     new 645ad50b2 Helm chart: remove maintainers section from Chart.yaml
     new 64dcf0ebc 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   (53bf063e1)
            \
             N -- N -- N   refs/heads/remove-chart-maintainers (64dcf0ebc)

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:
 .asf.yaml                                          |    6 +-
 .github/workflows/ci.yml                           |   32 +-
 .github/workflows/release-4-publish-release.yml    |   54 +
 .github/workflows/stale.yml                        |    2 +-
 CHANGELOG.md                                       |    3 +
 Makefile                                           |   56 +-
 client/python/docker-compose.yml                   |    2 +-
 client/python/pyproject.toml                       |    2 +-
 client/python/uv.lock                              |   14 +-
 .../extension/auth/opa/test/Dockerfile-opa-version |    2 +-
 gradle/baselibs.versions.toml                      |    4 +-
 gradle/libs.versions.toml                          |    6 +-
 helm/polaris/Chart.yaml                            |    2 +-
 helm/polaris/ci/extra-service-values.yaml          |    4 +-
 .../ci/fixtures/{postgres.yaml => mongodb.yaml}    |   38 +-
 .../fixtures/{oidc.yaml => nosql-persistence.yaml} |    5 +-
 ...e-values.yaml => nosql-persistence-values.yaml} |   12 +-
 helm/polaris/helm.md.gotmpl                        |    4 +-
 helm/polaris/templates/_helpers.tpl                |   72 +-
 helm/polaris/templates/configmap.yaml              |   12 +-
 helm/polaris/templates/deployment.yaml             |    3 +-
 helm/polaris/templates/ingress.yaml                |    6 +-
 helm/polaris/templates/service-extra.yaml          |    6 +-
 helm/polaris/templates/service.yaml                |    2 +-
 helm/polaris/tests/configmap_test.yaml             |   38 +-
 helm/polaris/tests/deployment_test.yaml            |  236 +++-
 helm/polaris/tests/ingress_test.yaml               |    2 +-
 helm/polaris/tests/service_extra_test.yaml         |   14 +-
 helm/polaris/tests/service_mgmt_test.yaml          |   21 +-
 helm/polaris/tests/service_test.yaml               |   23 +-
 helm/polaris/values.schema.json                    | 1416 ++++++++++++++++++++
 helm/polaris/values.yaml                           |  318 +++--
 .../persistence/relational/jdbc/DatabaseType.java  |   20 +
 .../relational/jdbc/DatasourceOperations.java      |    8 +-
 .../relational/jdbc/JdbcBasePersistenceImpl.java   |   19 +
 .../relational/jdbc/JdbcBootstrapUtils.java        |   14 +
 .../jdbc/JdbcMetaStoreManagerFactory.java          |    7 +
 .../relational/jdbc/QueryGenerator.java            |    7 +
 .../src/main/resources/h2/schema-metrics-v1.sql    |  166 +++
 .../main/resources/postgres/schema-metrics-v1.sql  |  177 +++
 .../relational/jdbc/JdbcBootstrapUtilsTest.java    |   31 +
 .../MetricsPersistenceBootstrapValidationTest.java |  159 +++
 .../relational/jdbc/QueryGeneratorTest.java        |   10 +
 plugins/spark/v3.5/regtests/README.md              |   45 +
 plugins/spark/v3.5/regtests/docker-compose.yml     |    2 +-
 plugins/spark/v3.5/regtests/run.sh                 |  149 +-
 plugins/spark/v3.5/regtests/setup.sh               |   54 +-
 .../{spark_sql.ref => suites/spark_sql_delta.ref}  |    0
 .../{spark_sql.sh => suites/spark_sql_delta.sh}    |    0
 .../spark/v3.5/regtests/suites/spark_sql_hudi.ref  |   45 +
 .../{spark_sql.sh => suites/spark_sql_hudi.sh}     |   62 +-
 .../polaris/core/config/PolarisConfiguration.java  |   58 +
 .../polaris/core/config/RealmConfigImpl.java       |   58 +-
 .../core/persistence/bootstrap/SchemaOptions.java  |    7 +
 .../core/persistence/pagination/PageTokenUtil.java |    4 +-
 .../core/config/PolarisConfigurationTest.java      |  140 ++
 .../polaris/core/config/RealmConfigImplTest.java   |   91 --
 .../storage/PolarisConfigurationStoreTest.java     |   21 +-
 regtests/docker-compose.yml                        |    2 +-
 runtime/admin/src/main/docker/Dockerfile.jvm       |    2 +-
 .../apache/polaris/admintool/BootstrapCommand.java |    9 +
 .../jdbc/RelationalJdbcBootstrapCommandTest.java   |   23 +
 .../src/main/resources/application-test.properties |    2 +-
 .../src/main/resources/application.properties      |    4 +-
 runtime/server/src/main/docker/Dockerfile.jvm      |    2 +-
 .../catalog/iceberg/CatalogHandlerUtils.java       |   64 -
 .../service/catalog/iceberg/IcebergCatalog.java    |    4 +-
 .../service/catalog/policy/PolicyCatalog.java      |   33 +-
 .../service/catalog/policy/PolicyCatalogUtils.java |    4 +-
 .../admin/PolarisAdminServiceAuthzTest.java        |  883 ++++++------
 .../service/admin/PolarisAuthzTestBase.java        |  379 ++++--
 .../service/auth/DefaultAuthenticatorTest.java     |   93 +-
 ...PolarisGenericTableCatalogHandlerAuthzTest.java |  143 +-
 .../AbstractIcebergCatalogHandlerAuthzTest.java    |  917 +++++++------
 .../iceberg/AbstractIcebergCatalogTest.java        |   51 +-
 ...ebergCatalogHandlerFineGrainedDisabledTest.java |   18 +-
 .../iceberg/IcebergCatalogNoSqlInMemTest.java      |   12 -
 .../IcebergCatalogRelationalNoEntityCacheTest.java |   41 -
 ...Test.java => IcebergCatalogRelationalTest.java} |    4 +-
 ...cebergCatalogRelationalWithEntityCacheTest.java |   41 -
 .../policy/PolicyCatalogHandlerAuthzTest.java      |  509 ++++---
 .../config/DefaultConfigurationStoreTest.java      |   25 -
 settings.gradle.kts                                |   10 +-
 site/content/in-dev/unreleased/helm.md             |  159 ++-
 84 files changed, 4974 insertions(+), 2231 deletions(-)
 copy helm/polaris/ci/fixtures/{postgres.yaml => mongodb.yaml} (64%)
 copy helm/polaris/ci/fixtures/{oidc.yaml => nosql-persistence.yaml} (91%)
 copy helm/polaris/ci/{persistence-values.yaml => 
nosql-persistence-values.yaml} (87%)
 create mode 100644 helm/polaris/values.schema.json
 create mode 100644 
persistence/relational-jdbc/src/main/resources/h2/schema-metrics-v1.sql
 create mode 100644 
persistence/relational-jdbc/src/main/resources/postgres/schema-metrics-v1.sql
 create mode 100644 
persistence/relational-jdbc/src/test/java/org/apache/polaris/persistence/relational/jdbc/MetricsPersistenceBootstrapValidationTest.java
 rename plugins/spark/v3.5/regtests/{spark_sql.ref => 
suites/spark_sql_delta.ref} (100%)
 copy plugins/spark/v3.5/regtests/{spark_sql.sh => suites/spark_sql_delta.sh} 
(100%)
 create mode 100644 plugins/spark/v3.5/regtests/suites/spark_sql_hudi.ref
 rename plugins/spark/v3.5/regtests/{spark_sql.sh => suites/spark_sql_hudi.sh} 
(60%)
 create mode 100644 
polaris-core/src/test/java/org/apache/polaris/core/config/PolarisConfigurationTest.java
 delete mode 100644 
runtime/service/src/test/java/org/apache/polaris/service/catalog/iceberg/IcebergCatalogRelationalNoEntityCacheTest.java
 copy 
runtime/service/src/test/java/org/apache/polaris/service/catalog/iceberg/{IcebergViewCatalogRelationalTest.java
 => IcebergCatalogRelationalTest.java} (86%)
 delete mode 100644 
runtime/service/src/test/java/org/apache/polaris/service/catalog/iceberg/IcebergCatalogRelationalWithEntityCacheTest.java

Reply via email to