This is an automated email from the ASF dual-hosted git repository. emaynard pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/polaris.git
from df6e3d61f Unblock test `listNamespacesWithEmptyNamespace` (#1289) add 64b46f1e9 Revamp the Quick Start page (#1367) No new revisions were added by this update. Summary of changes: getting-started/README.md | 4 +- .../assets/cloud_providers/deploy-aws.sh | 78 +++++ .../assets/cloud_providers/deploy-azure.sh | 40 +++ .../assets/cloud_providers/deploy-gcp.sh | 50 +++ getting-started/assets/eclipselink/persistence.xml | 3 +- getting-started/assets/polaris/create-catalog.sh | 8 +- getting-started/eclipselink/README.md | 22 +- .../eclipselink/docker-compose-bootstrap-db.yml | 14 +- .../eclipselink/docker-compose-postgres.yml | 52 ++- getting-started/eclipselink/docker-compose.yml | 62 +--- .../trino-config/catalog/iceberg.properties | 2 +- getting-started/trino/README.md | 61 ---- getting-started/trino/create-polaris-catalog.sh | 61 ---- getting-started/trino/docker-compose.yml | 58 ---- site/content/in-dev/unreleased/_index.md | 2 +- .../unreleased/getting-started/_index.md} | 10 +- .../getting-started/deploying-polaris/_index.md} | 6 +- .../deploying-polaris/quickstart-deploy-aws.md | 54 ++++ .../deploying-polaris/quickstart-deploy-azure.md | 50 +++ .../deploying-polaris/quickstart-deploy-gcp.md | 50 +++ .../getting-started/install-dependencies.md | 118 +++++++ .../unreleased/getting-started/quickstart.md | 123 +++++++ .../getting-started/using-polaris.md} | 261 +++++++-------- site/content/in-dev/unreleased/quickstart.md | 356 --------------------- 24 files changed, 765 insertions(+), 780 deletions(-) create mode 100644 getting-started/assets/cloud_providers/deploy-aws.sh create mode 100644 getting-started/assets/cloud_providers/deploy-azure.sh create mode 100644 getting-started/assets/cloud_providers/deploy-gcp.sh copy .github/ISSUE_TEMPLATE/config.yml => getting-started/eclipselink/docker-compose-bootstrap-db.yml (58%) copy helm/polaris/ci/extra-service-values.yaml => getting-started/eclipselink/docker-compose-postgres.yml (53%) rename getting-started/{trino => eclipselink}/trino-config/catalog/iceberg.properties (95%) delete mode 100644 getting-started/trino/README.md delete mode 100644 getting-started/trino/create-polaris-catalog.sh delete mode 100644 getting-started/trino/docker-compose.yml copy site/content/{community/chat-bylaws.md => in-dev/unreleased/getting-started/_index.md} (91%) copy site/content/{community/code-of-conduct.md => in-dev/unreleased/getting-started/deploying-polaris/_index.md} (67%) create mode 100644 site/content/in-dev/unreleased/getting-started/deploying-polaris/quickstart-deploy-aws.md create mode 100644 site/content/in-dev/unreleased/getting-started/deploying-polaris/quickstart-deploy-azure.md create mode 100644 site/content/in-dev/unreleased/getting-started/deploying-polaris/quickstart-deploy-gcp.md create mode 100644 site/content/in-dev/unreleased/getting-started/install-dependencies.md create mode 100644 site/content/in-dev/unreleased/getting-started/quickstart.md copy site/content/in-dev/{0.9.0/quickstart.md => unreleased/getting-started/using-polaris.md} (51%) delete mode 100644 site/content/in-dev/unreleased/quickstart.md