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 73fd8a28 Bump up version in dev Dockerfile and Issue Template (#981)
73fd8a28 is described below
commit 73fd8a288dd6e12399bb6be11c61bd62b42b054f
Author: Andre Luis Anastacio <[email protected]>
AuthorDate: Tue Jul 30 20:37:56 2024 -0300
Bump up version in dev Dockerfile and Issue Template (#981)
* Add 0.7.0 version to issue template
* Bump up pyiceberg version in dev Dockerfile
---
.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 c1e94674..a14c334b 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.6.1 (latest release)"
+ - "0.7.0 (latest release)"
+ - "0.6.1"
- "0.6.0"
- "0.5.0"
- "0.4.0"
diff --git a/dev/Dockerfile b/dev/Dockerfile
index e32a6709..aaabc979 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.5.2
-ENV PYICEBERG_VERSION=0.6.1
+ENV PYICEBERG_VERSION=0.7.0
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 \