Skip to content

Commit 457bbd4

Browse files
committed
chore: release 0.5.6
1 parent b07e5c6 commit 457bbd4

17 files changed

Lines changed: 76 additions & 28 deletions

CHANGELOG.md

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,27 @@ release — they will be called out under **Changed** below.
99

1010
## [Unreleased]
1111

12+
## [0.5.6] — 2026-07-02
13+
14+
**Release metadata + dependency refresh.** 0.5.6 moves the project-owned
15+
package manifests, lockfiles, CLI/web runtime constants, README badge, docs
16+
site metadata, and release-note pointers from 0.5.4 to 0.5.6 so the shipped
17+
artifacts agree with the release tag. This release also carries the dependency
18+
and GitHub Actions refreshes that landed after v0.5.5. There is **no HTTP
19+
wire-contract change**, **no data migration**, and **no Docker runtime behavior
20+
change**.
21+
22+
### Changed
23+
24+
- **Refreshed dependency and workflow pins across the monorepo.** The root
25+
toolchain, web app, TypeScript runtime, docs site, and GitHub Actions
26+
workflows have been updated to the current Dependabot-reviewed versions on
27+
`main`.
28+
- **Aligned release-facing version metadata at 0.5.6.** The previous v0.5.5 tag
29+
shipped without moving the manifests off 0.5.4; this release corrects the
30+
version fields and visible app/CLI version strings before cutting the new
31+
tag.
32+
1233
## [0.5.4] — 2026-06-10
1334

1435
**Beta-feedback release.** Every change in 0.5.4 responds to first-wave beta
@@ -1429,7 +1450,8 @@ These were scoped for 0.1.0 but deferred to keep the release focused:
14291450
flow.
14301451
- Discoverability tooltips + "What's new in 0.1.0" modal in the web UI.
14311452
1432-
[Unreleased]: https://github.com/datastax/ai-workbench/compare/v0.5.4...HEAD
1453+
[Unreleased]: https://github.com/datastax/ai-workbench/compare/v0.5.6...HEAD
1454+
[0.5.6]: https://github.com/datastax/ai-workbench/compare/v0.5.5...v0.5.6
14331455
[0.5.4]: https://github.com/datastax/ai-workbench/compare/v0.5.3...v0.5.4
14341456
[0.5.3]: https://github.com/datastax/ai-workbench/compare/v0.5.2...v0.5.3
14351457
[0.5.2]: https://github.com/datastax/ai-workbench/compare/v0.5.1...v0.5.2

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# AI Workbench
22

3-
[![Status: Beta · v0.5.4](https://img.shields.io/badge/status-Beta%20%C2%B7%20v0.5.4-9d688f)](./CHANGELOG.md)
3+
[![Status: Beta · v0.5.6](https://img.shields.io/badge/status-Beta%20%C2%B7%20v0.5.6-9d688f)](./CHANGELOG.md)
44
[![CI](https://img.shields.io/github/actions/workflow/status/datastax/ai-workbench/ci.yml?branch=main&label=CI)](https://github.com/datastax/ai-workbench/actions/workflows/ci.yml)
55
[![Runtimes](https://img.shields.io/github/actions/workflow/status/datastax/ai-workbench/runtimes.yml?branch=main&label=Runtimes)](https://github.com/datastax/ai-workbench/actions/workflows/runtimes.yml)
66
[![Secret scan](https://img.shields.io/github/actions/workflow/status/datastax/ai-workbench/secret-scan.yml?branch=main&label=Secret%20scan)](https://github.com/datastax/ai-workbench/actions/workflows/secret-scan.yml)
@@ -16,7 +16,7 @@ browser app, with a matching HTTP API and CLI.
1616
> **AI Workbench 0.5 is a public beta.** APIs, schemas, and UI surfaces
1717
> may still change between minor versions until 1.0. See
1818
> [`CHANGELOG.md`](./CHANGELOG.md) for what's in this release,
19-
> [`docs/whats-new-0.5.4.md`](./docs/whats-new-0.5.4.md) for the
19+
> [`docs/whats-new-0.5.6.md`](./docs/whats-new-0.5.6.md) for the
2020
> latest highlights, and
2121
> [`docs/whats-new-0.5.0.md`](./docs/whats-new-0.5.0.md) for the
2222
> narrative tour.

apps/web/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apps/web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "ai-workbench-web",
33
"private": true,
44
"license": "MIT",
5-
"version": "0.5.4",
5+
"version": "0.5.6",
66
"type": "module",
77
"description": "AI Workbench — workspace management UI (Vite + React + TypeScript).",
88
"scripts": {

apps/web/src/lib/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@
77
* so the value is stable across build environments (CI, local dev,
88
* Docker) and visible at code-review time.
99
*/
10-
export const APP_VERSION = "0.5.4";
10+
export const APP_VERSION = "0.5.6";

apps/web/src/lib/whats-new-content.ts

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -31,21 +31,21 @@ export const WHATS_NEW_VERSION = APP_VERSION;
3131
*/
3232
export const WHATS_NEW_HIGHLIGHTS: readonly WhatsNewItem[] = [
3333
{
34-
title: "Bulk delete + parallel ingest in the Knowledge Base Explorer",
34+
title: "Maintenance refresh for the beta line",
3535
summary:
36-
'The document table now has checkbox multi-select (select-all follows your filter) with a "Delete selected" action and one confirmation for the whole batch — each document still passes the same row-level access check and audit as a single delete. The ingest queue also runs up to 4 files in parallel (configurable 1–8 in the queue header), with live progress on every running row.',
36+
"AI Workbench 0.5.6 refreshes the web, runtime, docs-site, CLI, and GitHub Actions dependency set while keeping the HTTP API, data model, and Docker runtime behavior stable for existing 0.5.x users.",
3737
link: {
38-
label: "Read the 0.5.4 notes",
39-
href: "https://datastax.github.io/ai-workbench/whats-new-0.5.4",
38+
label: "Read the 0.5.6 notes",
39+
href: "https://datastax.github.io/ai-workbench/whats-new-0.5.6",
4040
},
4141
},
4242
{
43-
title: "The Docker quickstart works on the first run",
43+
title: "Release metadata is aligned again",
4444
summary:
45-
"Three beta-reported fixes: the data volume is created writable for the non-root container user (no more EACCES on the first workspace), Ollama on the host is reachable from the container (OLLAMA_BASE_URL default, host-gateway mapping, and a new Endpoint base URL field on LLM services), and mock workspaces seed a credential-free embedder so the zero-credential demo ingests out of the box.",
45+
"The root package, web app, CLI, TypeScript runtime, docs site, lockfiles, README badge, and in-app version all now point at 0.5.6, so the release tag, published artifacts, and visible version strings agree.",
4646
link: {
47-
label: "Ollama-on-host setup",
48-
href: "https://datastax.github.io/ai-workbench/docker",
47+
label: "Full changelog",
48+
href: "https://github.com/datastax/ai-workbench/blob/main/CHANGELOG.md",
4949
},
5050
},
5151
];

docs/whats-new-0.5.6.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
# What's new in AI Workbench 0.5.6
2+
3+
0.5.6 is a maintenance release on the 0.5.0 **Enterprise Access Control** line.
4+
It refreshes the dependency and GitHub Actions baseline that landed after
5+
v0.5.5, and it realigns release-facing metadata that had stayed on 0.5.4. There
6+
is **no HTTP wire-contract change**, **no data migration**, and **no Docker
7+
runtime behavior change**.
8+
9+
## Dependency and workflow refresh
10+
11+
The root toolchain, web app, TypeScript runtime, docs site, and GitHub Actions
12+
workflows have all moved to the current Dependabot-reviewed versions on
13+
`main`. This keeps the beta line current with security and maintenance patches
14+
without changing the user-facing API surface.
15+
16+
## Version metadata alignment
17+
18+
The previous v0.5.5 tag shipped on a runtime fix, but the package manifests and
19+
visible version strings still said 0.5.4. 0.5.6 updates the root package, web
20+
app, CLI, TypeScript runtime, docs site, lockfiles, README badge, in-app version,
21+
and CLI version so the release tag and artifacts agree.
22+
23+
See [`CHANGELOG.md`](../CHANGELOG.md) for the full 0.5.6 entry, and
24+
[`docs/whats-new-0.5.0.md`](./whats-new-0.5.0.md) for the narrative tour of the
25+
Enterprise Access Control release this line builds on.

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ai-workbench",
3-
"version": "0.5.4",
3+
"version": "0.5.6",
44
"description": "AI Workbench monorepo — polyglot green-box runtimes (TypeScript default) plus shared conformance harness and aiw-cli.",
55
"private": true,
66
"license": "MIT",

packages/aiw-cli/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)