This is an automated email from the ASF dual-hosted git repository.
roryqi pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/gravitino-playground.git
The following commit(s) were added to refs/heads/main by this push:
new 73b89dd [MINOR] Update version to 0.9.1 (#147)
73b89dd is described below
commit 73b89dd7c1536b07a63fddda13a0dde1e45261c7
Author: roryqi <[email protected]>
AuthorDate: Thu Jul 24 11:27:08 2025 +0800
[MINOR] Update version to 0.9.1 (#147)
### What changes were proposed in this pull request?
Update version to 0.9.1
### Why are the changes needed?
Just update version to 0.9.1
### Does this PR introduce _any_ user-facing change?
No.
### How was this patch tested?
By hand.
---
.env | 8 ++++----
init/jupyter/gravitino-fileset-example.ipynb | 2 +-
init/jupyter/gravitino_llamaIndex_demo.ipynb | 2 +-
3 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/.env b/.env
index 14c6aad..fd82fdf 100644
--- a/.env
+++ b/.env
@@ -1,8 +1,8 @@
# Image tags for the docker-compose file
HIVE_IMAGE_TAG=hive-0.1.15
RANGER_IMAGE_TAG=ranger-0.1.0
-GRAVITINO_IMAGE_TAG=0.9.0-incubating
-TRINO_IMAGE_TAG=trino-435-gravitino-0.9.0-incubating
+GRAVITINO_IMAGE_TAG=0.9.1
+TRINO_IMAGE_TAG=trino-435-gravitino-0.9.1
POSTGRESQL_IMAGE_TAG=13
MYSQL_IMAGE_TAG=8.0
SPARK_IMAGE_TAG=3.4.1-scala2.12-java11-ubuntu
@@ -11,6 +11,6 @@ PROMETHEUS_IMAGE_TAG=v2.55.0
GRAFANA_IMAGE_TAG=11.3.0-ubuntu
# Gravitino jars for containers
-SPARK_CONNECTOR_JAR=gravitino-spark-connector-runtime-3.4_2.12-0.9.0-incubating.jar
+SPARK_CONNECTOR_JAR=gravitino-spark-connector-runtime-3.4_2.12-0.9.1.jar
-GRAVITINO_VERSION=0.9.0-incubating
\ No newline at end of file
+GRAVITINO_VERSION=0.9.1
\ No newline at end of file
diff --git a/init/jupyter/gravitino-fileset-example.ipynb
b/init/jupyter/gravitino-fileset-example.ipynb
index 03f3627..5b3b5d4 100644
--- a/init/jupyter/gravitino-fileset-example.ipynb
+++ b/init/jupyter/gravitino-fileset-example.ipynb
@@ -36,7 +36,7 @@
"metadata": {},
"outputs": [],
"source": [
- "pip install apache-gravitino==0.9.0"
+ "pip install apache-gravitino==0.9.1"
]
},
{
diff --git a/init/jupyter/gravitino_llamaIndex_demo.ipynb
b/init/jupyter/gravitino_llamaIndex_demo.ipynb
index 3d7d78d..5ac6e24 100644
--- a/init/jupyter/gravitino_llamaIndex_demo.ipynb
+++ b/init/jupyter/gravitino_llamaIndex_demo.ipynb
@@ -53,7 +53,7 @@
"%pip install llama-index-readers-wikipedia\n",
"%pip install llama-index-llms-openai\n",
"%pip install llama-index\n",
- "%pip install apache-gravitino==0.9.0\n",
+ "%pip install apache-gravitino==0.9.1\n",
"%pip install sqlalchemy-trino"
]
},