-
Notifications
You must be signed in to change notification settings - Fork 2
chore: Bump version to 0.4.0-beta.2 #98
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 | ||||||
|
|
||||||
| ### 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 | ||||||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe 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
|
||||||
|
|
||||||
| ## [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. | ||||||
|
|
||||||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
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.