This is an automated email from the ASF dual-hosted git repository.
yzheng pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/polaris.git
The following commit(s) were added to refs/heads/main by this push:
new 8ba112eb0 Bump version from 1.0.0 to 1.2.0 and fix health port (#3211)
8ba112eb0 is described below
commit 8ba112eb09a76707ad346082e4f90436c7ba7c93
Author: Yong Zheng <[email protected]>
AuthorDate: Fri Dec 5 17:50:30 2025 -0600
Bump version from 1.0.0 to 1.2.0 and fix health port (#3211)
---
.../in-dev/unreleased/getting-started/binary-distribution.md | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git
a/site/content/in-dev/unreleased/getting-started/binary-distribution.md
b/site/content/in-dev/unreleased/getting-started/binary-distribution.md
index a2e6aa91b..835382151 100644
--- a/site/content/in-dev/unreleased/getting-started/binary-distribution.md
+++ b/site/content/in-dev/unreleased/getting-started/binary-distribution.md
@@ -32,8 +32,8 @@ Use this guide to quickly start running Polaris using the
pre-built binary distr
Download and extract the binary distribution:
```bash
-curl -L
https://downloads.apache.org/incubator/polaris/1.0.0-incubating/polaris-bin-1.0.0-incubating.tgz
| tar xz
-cd polaris-distribution-1.0.0-incubating
+curl -L
https://downloads.apache.org/incubator/polaris/1.2.0-incubating/polaris-bin-1.2.0-incubating.tgz
| tar xz
+cd polaris-distribution-1.2.0-incubating
```
Start the Polaris server:
@@ -42,10 +42,10 @@ Start the Polaris server:
bin/server
```
-The server will start and listen on http://localhost:8181. Health and metrics
endpoints are available under /q.
+The server will start and listen on http://localhost:8182. Health and metrics
endpoints are available under /q.
You can verify the server is running by checking the health endpoint:
```bash
-curl http://localhost:8181/q/health
+curl http://localhost:8182/q/health
```