This is an automated email from the ASF dual-hosted git repository.

kevinjqliu pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/iceberg-rust.git


The following commit(s) were added to refs/heads/main by this push:
     new cd7bfc09 chore: Bump Iceberg test fixtures to 1.10.0 (#1703)
cd7bfc09 is described below

commit cd7bfc098bea51f6d1c73dbad113768117f864e6
Author: Fokko Driesprong <[email protected]>
AuthorDate: Mon Sep 22 22:41:04 2025 +0200

    chore: Bump Iceberg test fixtures to 1.10.0 (#1703)
    
    ## Which issue does this PR close?
    
    <!--
    We generally require a GitHub issue to be filed for all bug fixes and
    enhancements and this helps us generate change logs for our releases.
    You can link an issue to this PR using the GitHub syntax. For example
    `Closes #123` indicates that this PR will close issue #123.
    -->
    
    - Closes #.
    
    ## What changes are included in this PR?
    
    <!--
    Provide a summary of the modifications in this PR. List the main changes
    such as new features, bug fixes, refactoring, or any other updates.
    -->
    
    ## Are these changes tested?
    
    <!--
    Specify what test covers (unit test, integration test, etc.).
    
    If tests are not included in your PR, please explain why (for example,
    are they covered by existing tests)?
    -->
---
 crates/catalog/rest/testdata/rest_catalog/docker-compose.yaml | 2 +-
 crates/integration_tests/testdata/docker-compose.yaml         | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/crates/catalog/rest/testdata/rest_catalog/docker-compose.yaml 
b/crates/catalog/rest/testdata/rest_catalog/docker-compose.yaml
index 9212be99..29b44b2a 100644
--- a/crates/catalog/rest/testdata/rest_catalog/docker-compose.yaml
+++ b/crates/catalog/rest/testdata/rest_catalog/docker-compose.yaml
@@ -20,7 +20,7 @@ networks:
 
 services:
   rest:
-    image: apache/iceberg-rest-fixture:1.9.2
+    image: apache/iceberg-rest-fixture:1.10.0
     environment:
       - AWS_ACCESS_KEY_ID=admin
       - AWS_SECRET_ACCESS_KEY=password
diff --git a/crates/integration_tests/testdata/docker-compose.yaml 
b/crates/integration_tests/testdata/docker-compose.yaml
index e2f9b7da..cf0240d1 100644
--- a/crates/integration_tests/testdata/docker-compose.yaml
+++ b/crates/integration_tests/testdata/docker-compose.yaml
@@ -20,7 +20,7 @@ networks:
 
 services:
   rest:
-    image: apache/iceberg-rest-fixture:1.9.2
+    image: apache/iceberg-rest-fixture:1.10.0
     environment:
       - AWS_ACCESS_KEY_ID=admin
       - AWS_SECRET_ACCESS_KEY=password

Reply via email to