Skip to content

Commit 73fd8a2

Browse files
authored
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
1 parent d6011e6 commit 73fd8a2

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/ISSUE_TEMPLATE/iceberg_bug_report.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ body:
99
description: What Apache Iceberg version are you using?
1010
multiple: false
1111
options:
12-
- "0.6.1 (latest release)"
12+
- "0.7.0 (latest release)"
13+
- "0.6.1"
1314
- "0.6.0"
1415
- "0.5.0"
1516
- "0.4.0"

dev/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ WORKDIR ${SPARK_HOME}
3939
ENV SPARK_VERSION=3.5.0
4040
ENV ICEBERG_SPARK_RUNTIME_VERSION=3.5_2.12
4141
ENV ICEBERG_VERSION=1.5.2
42-
ENV PYICEBERG_VERSION=0.6.1
42+
ENV PYICEBERG_VERSION=0.7.0
4343

4444
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 \
4545
&& tar xzf spark-${SPARK_VERSION}-bin-hadoop3.tgz --directory /opt/spark --strip-components 1 \

0 commit comments

Comments
 (0)