This is an automated email from the ASF dual-hosted git repository.
fokko pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/iceberg.git
The following commit(s) were added to refs/heads/main by this push:
new 34e181b288 Docs: Don't check links on Release page (#10212)
34e181b288 is described below
commit 34e181b288464e9ede176b87ee1ecb27f3d3ac78
Author: Eduard Tudenhoefner <[email protected]>
AuthorDate: Wed Apr 24 17:24:52 2024 +0200
Docs: Don't check links on Release page (#10212)
---
site/docs/releases.md | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/site/docs/releases.md b/site/docs/releases.md
index 5a829b593b..d43032a107 100644
--- a/site/docs/releases.md
+++ b/site/docs/releases.md
@@ -39,7 +39,6 @@ The latest version of Iceberg is [{{ icebergVersion
}}](https://github.com/apach
* [{{ icebergVersion }} gcp-bundle
Jar](https://search.maven.org/remotecontent?filepath=org/apache/iceberg/iceberg-gcp-bundle/{{
icebergVersion }}/iceberg-gcp-bundle-{{ icebergVersion }}.jar)
* [{{ icebergVersion }} azure-bundle
Jar](https://search.maven.org/remotecontent?filepath=org/apache/iceberg/iceberg-azure-bundle/{{
icebergVersion }}/iceberg-azure-bundle-{{ icebergVersion }}.jar)
-<!-- markdown-link-check-enable -->
To use Iceberg in Spark or Flink, download the runtime JAR for your engine
version and add it to the jars folder of your installation.
@@ -977,3 +976,5 @@ A more exhaustive list of changes is available under the
[0.10.0 release milesto
### 0.7.0
* Git tag:
[apache-iceberg-0.7.0-incubating](https://github.com/apache/iceberg/releases/tag/apache-iceberg-0.7.0-incubating)
+
+<!-- markdown-link-check-enable -->