Skip to content

Commit

Permalink
Bump up version in dev Dockerfile and Issue Template (#981)
Browse files Browse the repository at this point in the history
* Add 0.7.0 version to issue template

* Bump up pyiceberg version in dev Dockerfile
  • Loading branch information
ndrluis authored Jul 30, 2024
1 parent d6011e6 commit 73fd8a2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/ISSUE_TEMPLATE/iceberg_bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion dev/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 73fd8a2

Please sign in to comment.