This is an automated email from the ASF dual-hosted git repository.
yzou pushed a change to branch yzou-credential-vending-specs
in repository https://gitbox.apache.org/repos/asf/polaris.git
discard 4a2490d7a9 fix name
discard 1e3267d612 update description
discard 0cbde18e6b update change
discard 6cab5d5332 add change
discard f5b20ff2b9 add change
discard 5f6e71535f add change
add fbea493a35 fix(helm): add quarkus.http.cors.enabled=true when CORS is
configured (#3931)
add 34c3cf7004 fix(deps): update dependency
io.quarkus.platform:quarkus-bom to v3.32.2 (#3934)
add d14e52dd77 chore(deps): update gradle to v9.4.0 (#3932)
add 5bf7416ae9 chore(deps): update quay.io/keycloak/keycloak docker tag to
v26.5.5 (#3942)
add cb87a7ef9e Mention Helm chart CORS fix in changelog (#3937)
add 74ed4cb623 Add OPTION and HEAD to quarkus.http.cors.methods (#3941)
add ae2efce58e Fix: Group transaction changes by table (#3360)
add d771b81e2f add change
add 75ce640f14 add change
add d815a523d0 add change
add 5a69e924fd update change
add 30e1557301 update description
add 65122af03f fix name
add 97cae8b6f7 udpate PR
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 (4a2490d7a9)
\
N -- N -- N refs/heads/yzou-credential-vending-specs (97cae8b6f7)
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.
No new revisions were added by this update.
Summary of changes:
CHANGELOG.md | 1 +
gradle/libs.versions.toml | 2 +-
gradle/wrapper/gradle-wrapper.properties | 4 +-
gradlew | 4 +-
helm/polaris/templates/configmap.yaml | 37 ++++---
helm/polaris/tests/configmap_test.yaml | 10 +-
helm/polaris/values.schema.json | 4 +
helm/polaris/values.yaml | 3 +
.../it/test/PolarisRestCatalogIntegrationBase.java | 95 ++++++++++++++++
.../src/main/resources/application.properties | 13 ++-
.../catalog/iceberg/IcebergCatalogHandler.java | 123 ++++++++++++---------
.../commons/keycloak/Dockerfile-keycloak-version | 2 +-
site/content/guides/keycloak/docker-compose.yml | 2 +-
.../configuration/configuring-polaris.md | 31 +++---
.../in-dev/unreleased/helm-chart/reference.md | 1 +
spec/polaris-catalog-apis/generic-tables-api.yaml | 10 +-
16 files changed, 237 insertions(+), 105 deletions(-)