diff --git a/.github/ISSUE_TEMPLATE/iceberg_bug_report.yml b/.github/ISSUE_TEMPLATE/iceberg_bug_report.yml index cfcabd0a6f..2137b24568 100644 --- a/.github/ISSUE_TEMPLATE/iceberg_bug_report.yml +++ b/.github/ISSUE_TEMPLATE/iceberg_bug_report.yml @@ -28,7 +28,8 @@ body: description: What Apache Iceberg version are you using? multiple: false options: - - "0.8.1 (latest release)" + - "0.9.0 (latest release)" + - "0.8.1" - "0.8.0" - "0.7.1" - "0.7.0" diff --git a/dev/Dockerfile b/dev/Dockerfile index e9cf952556..bb43ea1df8 100644 --- a/dev/Dockerfile +++ b/dev/Dockerfile @@ -40,7 +40,7 @@ WORKDIR ${SPARK_HOME} ENV SPARK_VERSION=3.5.4 ENV ICEBERG_SPARK_RUNTIME_VERSION=3.5_2.12 ENV ICEBERG_VERSION=1.8.0 -ENV PYICEBERG_VERSION=0.8.1 +ENV PYICEBERG_VERSION=0.9.0 RUN curl --retry 5 -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 \