From 930917b9482acebc4ca6343bc61d8ae0fba19eee Mon Sep 17 00:00:00 2001 From: nfebe Date: Sat, 1 Aug 2026 16:03:02 +0100 Subject: [PATCH] chore: Bump version to 0.4.0-beta.2 Second beta of the Albacore release, cut from the work merged on main since the first beta: git-source deployment, the update-management view, host charts with agent scheduling, and alerts that pick their targets, name the responsible containers, and can restart the offending deployment. Albacore is still unfinished; the open items continue after this beta. --- CHANGELOG.md | 19 +++++++++++++++++++ package.json | 2 +- 2 files changed, 20 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0cdbe42..9a9b260 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,24 @@ # Changelog +## [0.4.0-beta.2] - 2026-08-01 + +Second beta of the Albacore release, continuing the work on top of beta.1. Some Albacore items remain in progress and are not in this beta. + +### Added +- From Git option in the new-deployment flow: clone a repository and deploy its compose file, with a private repository authenticated by a saved credential or a token that can be saved for reuse +- Administration > Updates: the current version and the releases available on a channel (stable, or prereleases behind an opt-in), each with its changelog, installing the newest in one click behind the settings permission +- Host charts on the observability screen for host CPU, memory and disk, with an alert rule able to target a host metric; the host section is hidden when its endpoint is absent instead of breaking the view +- Agent scheduling from a cadence picker with a permissions selector instead of hand-typed frontmatter, and a per-agent list of past runs that open in the assistant +- Deleting a saved assistant conversation, behind a confirmation + +### Enhanced +- An alert rule selects which notification targets it sends to (none selected means all) and can opt to restart the offending deployment when it fires, offered for container metrics only; a firing rule shows the containers that were using the most of the resource +- The new-deployment method picker is a vertical option list with Template recommended, replacing the four equal cards, so a further source is one more row rather than a tighter squeeze + +### Fixed +- A notification target no longer disappears after a successful test and save; the filled-in draft is pulled into the list on save +- The Agents, API keys and users views referenced design tokens that do not exist, so borders and surfaces dropped out (the Agents editor input had no visible border in dark mode); all three now use the design system's real tokens + ## [0.4.0-beta.1] - 2026-07-29 First beta of the Albacore release. Some Albacore items remain in progress and are not in this beta. diff --git a/package.json b/package.json index 421f313..62e4eaa 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@flatrun/ui", - "version": "0.4.0-beta.1", + "version": "0.4.0-beta.2", "description": "Web interface for FlatRun container orchestration", "author": "FlatRun", "license": "MIT",