[chore] Bump version to 1.3.0-incubating for release candidate 0
diff --git a/CHANGELOG.md b/CHANGELOG.md
index c544dcb..e707fa7 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -29,19 +29,33 @@
### Highlights
+### Upgrade notes
+
+### Breaking changes
+
+### New Features
+
+### Changes
+
+### Deprecations
+
+### Fixes
+
+### Commits
+
+## [1.3.0-incubating]
+
+### Highlights
+
- Support for [Iceberg Metrics Reporting] has been introduced in Polaris. Out of the box, metrics can
be printed to the logs by setting the `org.apache.polaris.service.reporting` logger level to `INFO` (it's
set to `OFF` by default). Custom reporters can be implemented and configured to send metrics to
external systems for further analysis and monitoring.
-
- Support for [Open Policy Agent (OPA)] integration has been added to Polaris. This enables delegating
authorization decisions to external policy decision points, allowing organizations to centralize
policy management and implement complex authorization rules. OPA integration can be enabled by setting
`polaris.authorization.type=opa` in the Polaris configuration.
-[Iceberg Metrics Reporting]: https://iceberg.apache.org/docs/latest/metrics-reporting/
-[Open Policy Agent (OPA)]: https://www.openpolicyagent.org/
-
### Upgrade notes
- The legacy management endpoints at `/metrics` and `/healthcheck` have been removed. Please use the
@@ -66,12 +80,6 @@
- Generic Table is no longer in beta and is generally-available.
- Added Windows support for Python client
-### Deprecations
-
-### Fixes
-
-### Commits
-
## [1.2.0-incubating]
### Upgrade Notes
@@ -214,9 +222,12 @@
Apache Polaris 0.9.0 was released on March 11, 2025 as the first Polaris release. Only the source distribution is available for this release.
-[Unreleased]: https://github.com/apache/polaris/compare/apache-polaris-1.2.0-incubating...HEAD
+[Unreleased]: https://github.com/apache/polaris/compare/apache-polaris-1.3.0-incubating...HEAD
+[1.3.0-incubating]: https://github.com/apache/polaris/compare/apache-polaris-1.2.0-incubating...apache-polaris-1.3.0-incubating
[1.2.0-incubating]: https://github.com/apache/polaris/compare/apache-polaris-1.1.0-incubating...apache-polaris-1.2.0-incubating
[1.1.0-incubating]: https://github.com/apache/polaris/compare/apache-polaris-1.0.1-incubating...apache-polaris-1.1.0-incubating
[1.0.1-incubating]: https://github.com/apache/polaris/compare/apache-polaris-1.0.0-incubating...apache-polaris-1.0.1-incubating
[1.0.0-incubating]: https://github.com/apache/polaris/compare/apache-polaris-0.9.0-incubating...apache-polaris-1.0.0-incubating
[0.9.0-incubating]: https://github.com/apache/polaris/commits/apache-polaris-0.9.0-incubating
+[Open Policy Agent (OPA)]: https://www.openpolicyagent.org/
+[Iceberg Metrics Reporting]: https://iceberg.apache.org/docs/latest/metrics-reporting/
diff --git a/helm/polaris/Chart.yaml b/helm/polaris/Chart.yaml
index d8c0cba..6122839 100644
--- a/helm/polaris/Chart.yaml
+++ b/helm/polaris/Chart.yaml
@@ -21,8 +21,8 @@
name: polaris
description: A Helm chart for Apache Polaris (incubating)
type: application
-version: 1.2.0-incubating-SNAPSHOT
-appVersion: 1.2.0-incubating-SNAPSHOT
+version: 1.3.0-incubating
+appVersion: 1.3.0-incubating
home: https://polaris.apache.org/
icon: https://raw.githubusercontent.com/apache/polaris/main/site/static/img/logos/polaris-brandmark.png
sources:
diff --git a/helm/polaris/README.md b/helm/polaris/README.md
index f6c8eb1..21021b4 100644
--- a/helm/polaris/README.md
+++ b/helm/polaris/README.md
@@ -30,7 +30,7 @@
helm-docs --chart-search-root=helm
-->
-  
+  
A Helm chart for Apache Polaris (incubating).
diff --git a/version.txt b/version.txt
index 6a07dc1..a204978 100644
--- a/version.txt
+++ b/version.txt
@@ -1 +1 @@
-1.3.0-incubating-SNAPSHOT
+1.3.0-incubating