Releases: redbase-app/redb-identity
Releases · redbase-app/redb-identity
Release list
redb.Identity 1.2.1
redb.Identity 1.2.1
OIDC/OAuth2 identity server that runs as Tsak modules on the redb.Tsak Worker runtime.
Images
no images this release
Pull example:
docker pull ghcr.io/redbase-app/redb-identity-backend:1.2.1 # OIDC backend (Tsak Worker + Identity modules)
docker pull ghcr.io/redbase-app/redb-identity-managed:1.2.1 # + Tsak dashboard
docker pull ghcr.io/redbase-app/redb-identity-full:1.2.1 # + Identity BFF (login/admin)
docker pull ghcr.io/redbase-app/redb-identity-web:1.2.1 # BFF onlyArchives
redb-identity-1.2.1-linux-x64.tar.gzsha256:17dc3cd5dbcf4ba11390b05ddbc277cd28f4667fa0a7c9767b31f741c0bb6f7dredb-identity-1.2.1-win-x64.zipsha256:749f5b5ee7e20698a79bbbeedbb77f6037c1bb16a2d49280d5385cad7dd9cfa7
Verifying signatures
All images and archives are signed with cosign. Public key: keys/cosign.pub.
cosign verify --key cosign.pub ghcr.io/redbase-app/redb-identity-backend:1.2.1
cosign verify-blob --key cosign.pub --bundle redb-identity-1.2.1-linux-x64.tar.gz.bundle redb-identity-1.2.1-linux-x64.tar.gzSee publish/README.md for deployment.
redb.Identity 1.2.0
redb.Identity 1.2.0
OIDC/OAuth2 identity server that runs as Tsak modules on the redb.Tsak Worker runtime.
Images
ghcr.io/redbase-app/redb-identity-backend:1.2.0-net9ghcr.io/redbase-app/redb-identity-backend:1.2.0ghcr.io/redbase-app/redb-identity-backend:latestghcr.io/redbase-app/redb-identity-managed:1.2.0-net9ghcr.io/redbase-app/redb-identity-managed:1.2.0ghcr.io/redbase-app/redb-identity-managed:latestghcr.io/redbase-app/redb-identity-full:1.2.0-net9ghcr.io/redbase-app/redb-identity-full:1.2.0ghcr.io/redbase-app/redb-identity-full:latestghcr.io/redbase-app/redb-identity-web:1.2.0-net9ghcr.io/redbase-app/redb-identity-web:1.2.0ghcr.io/redbase-app/redb-identity-web:latest
Pull example:
docker pull ghcr.io/redbase-app/redb-identity-backend:1.2.0 # OIDC backend (Tsak Worker + Identity modules)
docker pull ghcr.io/redbase-app/redb-identity-managed:1.2.0 # + Tsak dashboard
docker pull ghcr.io/redbase-app/redb-identity-full:1.2.0 # + Identity BFF (login/admin)
docker pull ghcr.io/redbase-app/redb-identity-web:1.2.0 # BFF onlyArchives
redb-identity-1.2.0-linux-x64.tar.gzsha256:df4c8529a622a962167c177119b3eacbe1e57f078113e44d956abceffe94c759redb-identity-1.2.0-win-x64.zipsha256:20d940d3c4aaff0cd8b0f1015c865b015f0703056389703e22ba334ac12f8d39
Verifying signatures
All images and archives are signed with cosign. Public key: keys/cosign.pub.
cosign verify --key cosign.pub ghcr.io/redbase-app/redb-identity-backend:1.2.0
cosign verify-blob --key cosign.pub --bundle redb-identity-1.2.0-linux-x64.tar.gz.bundle redb-identity-1.2.0-linux-x64.tar.gzSee publish/README.md for deployment.
redb.Identity 1.1.0
redb.Identity 1.1.0
OIDC/OAuth2 identity server that runs as Tsak modules on the redb.Tsak Worker runtime.
Images
no images this release
Pull example:
docker pull ghcr.io/redbase-app/redb-identity-backend:1.1.0 # OIDC backend (Tsak Worker + Identity modules)
docker pull ghcr.io/redbase-app/redb-identity-managed:1.1.0 # + Tsak dashboard
docker pull ghcr.io/redbase-app/redb-identity-full:1.1.0 # + Identity BFF (login/admin)
docker pull ghcr.io/redbase-app/redb-identity-web:1.1.0 # BFF onlyArchives
redb-identity-1.1.0-linux-x64.tar.gzsha256:df4a9fbdef765c2115fe6f42daab274be74c2141822ebbffcf467a1afb2a53bdredb-identity-1.1.0-win-x64.zipsha256:c11b62ec08203eabd0bb123129adced4f8fb1e9c6ef6e6839f5bd1c62b2affa5
Verifying signatures
All images and archives are signed with cosign. Public key: keys/cosign.pub.
cosign verify --key cosign.pub ghcr.io/redbase-app/redb-identity-backend:1.1.0
cosign verify-blob --key cosign.pub --bundle redb-identity-1.1.0-linux-x64.tar.gz.bundle redb-identity-1.1.0-linux-x64.tar.gzSee publish/README.md for deployment.
v1.0.1
First public source release of redb.Identity.
Verified
- Full cross-provider parity. The test suite (1768 tests) is green on
all three redb storage providers — PostgreSQL, Microsoft SQL Server and
SQLite — from one identical codebase:Passed: 1767, Skipped: 1, Failed: 0.
The single skip is a known PostgreSQL-specific test-host teardown probe, not
a product gap. The provider is chosen by the host worker; Identity references
only theredb.CoreOSS abstraction and never a concrete provider.
Changed
- Public-repo framing (README). Documented the runnable
demos/suite and
itsdemos/run_all.ps1driver; listed the SQLite provider alongside
PostgreSQL / MSSQL; reconciled the RFC catalogue against the source tree; and
made the deployment story explicit up front — the engine ships as.tpkg
packages for redb.Tsak, HTTP is
merely the first transport facade, any in-process module can call Identity
overdirect-vm://with zero network, andredb.Identity.Webis a reference
BFF (Contracts + Client only, never Core/Http). - Publication tooling.
scripts/publish-identity-public.ps1prepares the
public repo — copies the nine OSS source projects, the demo suite, the dev /
build helper scripts and the fulltests/tree (all three test projects,
so the 1767-passing multi-provider suite ships for the community to read and
run), patches cross-reporedb.Core*/redb.*provider /redb.Route.*/
redb.Tsak.*ProjectReferences to NuGet PackageReferences, strips the Pro
redb.licenseand sanitises sample config, and excludes onlydoc/
(internal notes). A Cyrillic guard blocks the push if any non-English text
slips in.