Skip to content

Commit 84b79db

Browse files
docs(rc3): record the v2.1.0-RC.3 tag and GitHub Release, and the missing container image for the v2.1 tags
The tag is annotated on d592442 and the release is published as a pre-release. Also recorded as open item 7: the server Dockerfile is net10.0-only and does not copy global.json, so the v2.1 line ships without a container image and the v2.1 tags are excluded from Docker and from the net10 CI/CD Pipeline instead of leaving red runs on every tag.
1 parent d592442 commit 84b79db

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

docs/2.1.0-RC.3_WHAT_CHANGED.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -261,6 +261,13 @@ artifacts for the shipped default; the throughput band moves with machine load.
261261
6. **Single-file (`.scdb`) migration is one-way** for v1.x files (unchanged from v2.0, `.backup`
262262
preserved), and there is **no downgrade path** for the new inline-capacity layout: an older build
263263
reading a new file would misread its inline slots.
264+
7. **No container image for the v2.1 line yet.** `src/SharpCoreDB.Server/Dockerfile` is `net10.0`-only
265+
(`sdk:10.0` / `aspnet:10.0`) and does not copy `global.json`, so it cannot build this branch's
266+
`net11.0` projects. `v2.1*` tags are therefore **excluded** from the Docker workflow (and from the net10
267+
`CI/CD Pipeline`, whose pack/publish jobs are master-only anyway) rather than leaving a red run on every
268+
tag; a net11-aware Dockerfile is the follow-up. Until it exists the RC ships **without** a
269+
`ghcr.io/mpcoredeveloper/sharpcoredb-server:2.1.0-RC.3` image — the Aspire package's example still
270+
points at the published `2.0.0.2` image tag.
264271

265272
---
266273

@@ -322,4 +329,10 @@ as the `sharpcoredb-server` executable and container image (§6).
322329
never pushed, so RC.3 is the first release of the v2.1 line to carry `SharpCoreDB.Search`,
323330
`SharpCoreDB.HybridSearch` and `SharpCoreDB.Aspire.Hosting`.
324331

332+
**Git tag and GitHub Release:** [`v2.1.0-RC.3`](https://github.com/MPCoreDeveloper/SharpCoreDB/releases/tag/v2.1.0-RC.3)
333+
— an annotated tag on `d5924420`, published as a pre-release with the release notes. The tag deliberately
334+
triggers neither the net10 `CI/CD Pipeline` (its SDK cannot read this branch's `.NET 11` `global.json`, and
335+
its pack/publish jobs are master-only) nor `Docker` (its Dockerfile is `net10.0`-only): both workflows now
336+
exclude `v2.1*` tags, and the reason is carried inline in each file. See §5 item 7.
337+
325338
---

0 commit comments

Comments
 (0)