From 1adcd2d1bc84a3c80c04bfe509db8d4271b93625 Mon Sep 17 00:00:00 2001 From: John Kerl Date: Tue, 13 May 2025 11:18:08 -0400 Subject: [PATCH 1/3] Use core 2.28.0 [WIP] --- tools/tiledbVersion.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/tiledbVersion.txt b/tools/tiledbVersion.txt index 510f03e60d..53587136e8 100644 --- a/tools/tiledbVersion.txt +++ b/tools/tiledbVersion.txt @@ -1,2 +1,2 @@ -version: 2.28.0-rc0 +version: 2.28.0 sha: 4764907 From 33ebf180fa9e500776d4367cc2e4c958c59a01b1 Mon Sep 17 00:00:00 2001 From: John Kerl Date: Tue, 13 May 2025 12:43:19 -0400 Subject: [PATCH 2/3] valgrind CI too --- .github/workflows/valgrind.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/valgrind.yaml b/.github/workflows/valgrind.yaml index 1990e8fc9a..5a9d0a9d52 100644 --- a/.github/workflows/valgrind.yaml +++ b/.github/workflows/valgrind.yaml @@ -13,7 +13,7 @@ jobs: strategy: fail-fast: false matrix: - tag: [ release-2.25, release-2.26, release-2.27, main ] + tag: [ release-2.26, release-2.27, release-2.28, main ] steps: - name: Checkout From 388c086b6ece05d102295b0e40a32f511963c94c Mon Sep 17 00:00:00 2001 From: John Kerl Date: Tue, 13 May 2025 15:22:31 -0400 Subject: [PATCH 3/3] DESCRIPTION and NEWS.md [skip ci] --- DESCRIPTION | 2 +- NEWS.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/DESCRIPTION b/DESCRIPTION index 280c075413..acad70a59f 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: tiledb Type: Package -Version: 0.31.1.1 +Version: 0.31.1.2 Title: Modern Database Engine for Complex Data Based on Multi-Dimensional Arrays Authors@R: c( person("TileDB, Inc.", role = c("aut", "cph")), diff --git a/NEWS.md b/NEWS.md index b7a8f0133f..d0eb8b4e55 100644 --- a/NEWS.md +++ b/NEWS.md @@ -6,6 +6,7 @@ * Add `tiledb_array_is_open_for_reading()/writing()` [#806](https://github.com/TileDB-Inc/TileDB-R/issues/806) * Fix static-linking checks for R >= 4.5 * Depend on TileDB Embedded 2.28.0-rc0 [#818](https://github.com/TileDB-Inc/TileDB-R/issues/818) +* Depend on TileDB Embedded 2.28.0 [#820](https://github.com/TileDB-Inc/TileDB-R/issues/820) # tiledb 0.31.0