This is an automated email from the ASF dual-hosted git repository.
sungwy pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/iceberg-python.git
The following commit(s) were added to refs/heads/main by this push:
new 54cc3efb Post Release 0.7.1 version updates (#1073)
54cc3efb is described below
commit 54cc3efb75afcccf6544e63315f27039ffba3051
Author: Sung Yun <[email protected]>
AuthorDate: Mon Aug 19 14:41:51 2024 -0400
Post Release 0.7.1 version updates (#1073)
* post release version updates
* bump version
---
.github/ISSUE_TEMPLATE/iceberg_bug_report.yml | 3 ++-
dev/Dockerfile | 2 +-
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/.github/ISSUE_TEMPLATE/iceberg_bug_report.yml
b/.github/ISSUE_TEMPLATE/iceberg_bug_report.yml
index a14c334b..6b8b7b4c 100644
--- a/.github/ISSUE_TEMPLATE/iceberg_bug_report.yml
+++ b/.github/ISSUE_TEMPLATE/iceberg_bug_report.yml
@@ -9,7 +9,8 @@ body:
description: What Apache Iceberg version are you using?
multiple: false
options:
- - "0.7.0 (latest release)"
+ - "0.7.1 (latest release)"
+ - "0.7.0"
- "0.6.1"
- "0.6.0"
- "0.5.0"
diff --git a/dev/Dockerfile b/dev/Dockerfile
index 0a8136ec..02affa78 100644
--- a/dev/Dockerfile
+++ b/dev/Dockerfile
@@ -39,7 +39,7 @@ WORKDIR ${SPARK_HOME}
ENV SPARK_VERSION=3.5.0
ENV ICEBERG_SPARK_RUNTIME_VERSION=3.5_2.12
ENV ICEBERG_VERSION=1.6.0
-ENV PYICEBERG_VERSION=0.7.0
+ENV PYICEBERG_VERSION=0.7.1
RUN curl --retry 3 -s -C -
https://archive.apache.org/dist/spark/spark-${SPARK_VERSION}/spark-${SPARK_VERSION}-bin-hadoop3.tgz
-o spark-${SPARK_VERSION}-bin-hadoop3.tgz \
&& tar xzf spark-${SPARK_VERSION}-bin-hadoop3.tgz --directory /opt/spark
--strip-components 1 \