Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Comment on lines +8 to +12

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Adding PR references to each entry improves traceability. It allows developers and users to easily locate the original discussion, implementation details, and linked issues in the repository.

Suggested change
- 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
+- 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 (#95)
+- 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 (#94)
+- Host charts on the observability screen for host CPU, memory and disk, with an alert rule able to target a host metric (#96)
+- Agent scheduling from a cadence picker with a permissions selector, and a per-agent list of past runs that open in the assistant (#96)
+- Deleting a saved assistant conversation, behind a confirmation (#96)


### 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

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This entry is quite verbose for a changelog. A more concise description focusing on the fix and its impact makes the log easier to scan.

Suggested change
- 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
+- Fixed missing borders and surfaces in Agents, API keys, and Users views caused by non-existent design token references (#92)


## [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.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
Loading