KRATE 0.6.0 alpha.17
Pre-release
Pre-release
·
7 commits
to main
since this release
KRATE 0.6.0
| Tag | v0.6.0-alpha.17 |
| Channel | pre-release (beta) |
Packages
| Platform | File | SHA256 |
|---|---|---|
debian13-amd64 |
krate_0.6.0.alpha.17-trixie_amd64.deb |
b89cc03369dd9411952d0061ce3723008160b98de6bc9f2df0c27207af635f24 |
Install
zen pull --check
zen pullThe update channel (stable or pre-release) is configured with update_channel in
/etc/krate/environment.d/zenfw.conf (overrides in zenfw.conf.local).
zen pull resolves the matching release automatically when conditions are met.
Changes
console (17ce447)
- fix(zen): delegate vault commands to zenfw SQLite vault API (
17ce447) — @tomcdj71 - fix(zen): treat dotted pre-release .deb names as up to date (
af1e2ff) — @tomcdj71 - fix(zenfw): declare switch_app_env_to_dev before AppEnvSwitchGuard (
228b2a9) — @tomcdj71 - feat(zenfw): reload PHP-FPM after dashboard update (
bec2377) — @tomcdj71 - fix(zenfw): preserve APP_ENV across dashboard update (
38bc393) — @tomcdj71 - feat(zen): provision HarmonyUI user after zen user add (
b26cae3) — @tomcdj71 - fix(systemd): set krate-app-statusd working directory for krate user (
eb3150e) — @tomcdj71 - fix(runtime): let krate user refresh versions and run background timers (
cce3cbb) — @tomcdj71 - feat(zen): run dashboard::update after zen pull installs a release (
217bb01) — @tomcdj71 - feat(version): report runtime app versions via manifest probe cascade (
98f863b) — @tomcdj71 - fix(firewall): allow ICMP/ICMPv6 in default-deny input chain. (
8a71630) — @tomcdj71 - fix(caddy): add www-data supplementary group for php-fpm socket access. (
3228de2) — @tomcdj71 - fix(dashboard): defer var/ www-data handoff until setup finishes. (
591e69e) — @tomcdj71 - fix(dashboard): keep var/ writable during HarmonyUI install. (
04a29a2) — @tomcdj71 - fix(dashboard): composer install from lock with update fallback on drift. (
06ffdab) — @tomcdj71 - feat(crypto): add KRATEH2 handler encryption with slim runtime bootstrap. (
53145f6) — @tomcdj71 - fix(dashboard): resolve node PATH and preserve var/ ownership on build (
5c791d3) — @tomcdj71 - feat(lifecycle): sync manifest-declared git repos on add and update (
981e785) — @tomcdj71 - fix(pull): resolve GitHub release assets when tilde is stored as dot (
13055d0) — @tomcdj71 - fix(firewall): do not open default_port/ssl_port in host firewall (
bb6690c) — @tomcdj71 - feat(firewall): open autogen ports in zen lifecycle, support port ranges (
e026f39) — @tomcdj71 - feat(zen): add firewall CLI command for status and apply (
001dbce) — @tomcdj71 - feat(firewall): add setup phase translation keys for firewall init and port open (
d61d967) — @tomcdj71 - refactor(firewall): use instance IDs instead of app names for port declarations (
b774601) — @tomcdj71 - feat(firewall): add nftables firewall module with per-app port declarations (
b20b872) — @tomcdj71 - fix(dashboard): restore www-data ownership on var/ after update (
7607d3d) — @tomcdj71 - fix(worker): clear prod cache before messenger worker starts (
66d83c5) — @tomcdj71 - fix(worker): set APP_ENV=prod and schema update on dashboard update (
e061c14) — @tomcdj71 - fix(dashboard): dump JS translations before HarmonyUI webpack build (
53a3505) — @tomcdj71 - fix(templates): track modprobe.d, tmpfiles.d and apt preferences templates (
da3a13d) — @tomcdj71 - feat(systemd): add krate-harmony-worker for App Store async jobs (
f99d502) — @tomcdj71 - docs: document update_channel and dpkg-based zen pull versioning (
9c008e0) — @tomcdj71 - feat(zen): honor update_channel from zenfw.conf for zen pull (
79fde07) — @tomcdj71 - feat(zenfw): resolve installed krate version from dpkg (
9d1e33e) — @tomcdj71 - fix: update environment variable references in gen_license_signed.sh (
45c653a) — @tomcdj71 - fix: link new release repo in core files (
807d1de) — @tomcdj71 - docs: update README.md with new release repo (krate-client/krate) (
3fde3bd) — @tomcdj71 - chore: reinit console repo (
69a4295) — @tomcdj71 - Initial branch (
c9b6d7a) — @tomcdj71
setup (1b412e3)
- fix(setup): persist krate.conf branch=beta to zenfw.conf.local (
1b412e3) — @tomcdj71 - fix(setup): declare zenfw_conf_finalize_local_permissions after permission_set (
1fcf013) — @tomcdj71 - fix(setup): normalize krate runtime permissions for timers and vault (
987dff3) — @tomcdj71 - fix(php): restart php instead reload (
52b8937) — @tomcdj71 - fix(setup): grant Caddy access to php-fpm socket via listen.acl_users. (
1514f67) — @tomcdj71 - fix(setup): pre-declare SSH and web ports before nftables default-deny. (
97c0616) — @tomcdj71 - fix(setup): open firewall port 443/tcp for Caddy after nftables init. (
3ead361) — @tomcdj71 - fix(setup): ensure var/ is writable by krate before Harmony migrations. (
e567056) — @tomcdj71 - feat(setup): wire nftables firewall into SSH/FTP setup phase (
ada4ae7) — @tomcdj71 - fix(setup): expose APP_ENV=prod to php-fpm for HarmonyUI (
83bc984) — @tomcdj71 - feat(setup): enable HarmonyUI messenger worker after install (
1d29000) — @tomcdj71 - docs: document update_channel setup flow in README (
9c6ef96) — @tomcdj71 - feat(setup): persist update_channel from krate.conf branch to zenfw.conf.local (
2ebf9a7) — @tomcdj71 - chore: reinit console repo (
049392c) — @tomcdj71 - Initial branch (
a74d37d) — @tomcdj71
web (HarmonyUI) (18d92e1)
- fix(vault): use named API_ENDPOINTS import for unlock request (
18d92e1) — @tomcdj71 - fix(vault): load vault page script from app bundle instead of profile_vault (
6d0e9e7) — @tomcdj71 - fix(updater): format last check time in PHP for notification footer (
8fa40df) — @tomcdj71 - fix(dashboard): format last update check time with format_datetime (
b3dc634) — @tomcdj71 - fix(vault): register profile vault route via controller attribute (
4adbea9) — @tomcdj71 - i18n(vault): add EN/FR strings for password vault page (
29134a1) — @tomcdj71 - feat(vault): add profile vault UI with unlock toggle and copy actions (
7d5d3d9) — @tomcdj71 - feat(vault): add profile page route and password-gated reveal API (
dfaebec) — @tomcdj71 - feat(vault): add service to list and reveal user-scoped credentials (
83bbbb6) — @tomcdj71 - i18n(widgets): add EN/FR strings for dashboard widget display preference (
464622a) — @tomcdj71 - feat(widgets): add profile toggle for dashboard widget row-2 display (
56f80b3) — @tomcdj71 - feat(widgets): show or collapse dashboard widget row 2 based on user preference (
40af4f3) — @tomcdj71 - feat(widgets): persist dashboard widget row-2 display preference from profile (
a3c58a8) — @tomcdj71 - feat(widgets): add dashboard widget row-2 collapsible preference field (
7aa23d3) — @tomcdj71 - feat(dashboard): show green check on notification bell when KRATE is up to date (
e1a70df) — @tomcdj71 - feat(dashboard): show last KRATE update check time in the UI (
61de322) — @tomcdj71 - feat(settings): show installed changelog with modal for pending update (
9f80d04) — @tomcdj71 - feat(updater): expose installed and available release changelogs (
b8b41a2) — @tomcdj71 - feat(settings): display rendered markdown on system update page (
8a3293b) — @tomcdj71 - feat(updater): render release notes markdown to HTML server-side (
c74db5b) — @tomcdj71 - fix(updater): show full package version for pre-release updates (
0f72744) — @tomcdj71 - i18n(updater): add EN/FR translations for system update UI (
79bfb1e) — @tomcdj71 - feat(settings): add admin system update settings page (
53d31d9) — @tomcdj71 - feat(dashboard): show KRATE version and update status in notification center (
d9dc4ed) — @tomcdj71 - feat(updater): add changelog API for system updates (
de35a16) — @tomcdj71 - feat(updater): extend system update checker and release notes services (
3f3b3a6) — @tomcdj71 - fix(app-store): drop CDN bundle badge and fix doc link translations (
6d68787) — @tomcdj71 - feat(updater): notify admins when KRATE update check fails (
632dbf3) — @tomcdj71 - fix(updater): harden KRATE system update check reliability (
97d1f6d) — @tomcdj71 - feat(mail): let admins configure the system email sender address (
7aa1441) — @tomcdj71 - feat(mail): send customizable welcome email after activation (
9906eca) — @tomcdj71 - fix(forms): translate toggle switch labels in forms (
156065c) — @tomcdj71 - feat(cli): add create:user console command (
7ddf058) — @tomcdj71 - feat(auth): implement deferred account activation pipeline (
c037501) — @tomcdj71 - feat(settings): expose account creation policy in general settings (
bd127d0) — @tomcdj71 - feat(auth): add account creation mode and pending password storage (
3c6828e) — @tomcdj71 - fix(license): read license.json for the license settings page (
4f1b139) — @tomcdj71 - refactor(apps): remove service action from app menus (
8f3c998) — @tomcdj71 - fix(updater): make system update checks reliable for the krate user (
5c2f8d8) — @tomcdj71 - fix(dashboard): remove duplicate body background behind scroll backdrop (
06955e6) — @tomcdj71 - fix(updater): read update-check TTL from env to match compiled prod container (
e57eb68) — @tomcdj71 - fix(updater): wire SystemUpdateChecker env args in services.yaml (
d52741d) — @tomcdj71 - fix(apps): refresh and display runtime app versions on status poll (
0041516) — @tomcdj71 - fix(dashboard): keep dashboard wallpaper visible while scrolling (
d8385d2) — @tomcdj71 - fix(updater): throttle background update checks with configurable TTL (
c95c2fd) — @tomcdj71
official apps (2220694)
- chore(requestrr): clarify .NET extract comment in manifest (
d86482b) — @tomcdj71 - feat(apps): declare runtime version probes in manifests (
f878ff1) — @tomcdj71 - feat(publish): encrypt official handlers as KRATEH2 containers. (
a351b96) — @tomcdj71 - feat(rutorrent): declare apps-extensions sync via manifest sync_repos (
110a29e) — @tomcdj71 - ci: fix repo sync (
4be3c32) — @tomcdj71 - chore: add
.krate/directory to.gitignore(472b50d) — @tomcdj71 - docs: update README.md format (
9ee7fd6) — @tomcdj71 - fix: add missing emby logo.png (
a0c6e7e) — @tomcdj71 - feat: add
wizarrsupport (243f156) — @tomcdj71 - feat: add
seerrsupport (02b299d) — @tomcdj71 - feat: add
suggestarrsupport (1893df8) — @tomcdj71 - feat: add
trailarrsupport (0ca8120) — @tomcdj71 - feat: add
quasarrsupport (c408da3) — @tomcdj71 - feat: add
dispatcharrsupport (a3ac69f) — @tomcdj71 - feat: add
decluttarrsupport (8756028) — @tomcdj71 - feat: add
tautullisupport (912667a) — @tomcdj71 - feat: add
requestrrsupport (ac5be81) — @tomcdj71 - feat: add
jackettsupport (f93955e) — @tomcdj71 - feat: add
kapowarrsupport (129e924) — @tomcdj71 - feat: add
prowlarrsupport (1489285) — @tomcdj71 - feat: add
lidarrsupport (7af2f42) — @tomcdj71 - feat: add
flaresolverrsupport (c44d640) — @tomcdj71 - feat: add
filebrowsersupport (7cfc5ff) — @tomcdj71 - feat: add
episeerrsupport (3886520) — @tomcdj71 - feat: add
byparrsupport (175da04) — @tomcdj71 - feat: add
bazarrsupport (2b3b418) — @tomcdj71 - feat: add
sonarr-naackysupport (c0a9a46) — @tomcdj71 - feat: add
sonarr4ksupport (6f58976) — @tomcdj71 - feat: add
sonarrsupport (9973a49) — @tomcdj71 - feat: add
whisparr-erossupport (8814db3) — @tomcdj71 - feat: add
whisparrsupport (aa75aa9) — @tomcdj71 - feat: add
embysupport (60ff248) — @tomcdj71 - feat: add
jellyfinsupport (a5b13a5) — @tomcdj71 - feat: add
sabnzbdsupport (32d20c6) — @tomcdj71 - feat: add
nzbgetsupport (a93f763) — @tomcdj71 - feat: add
delugesupport (0f779c6) — @tomcdj71 - feat: add
qbittorrentsupport (18fee85) — @tomcdj71 - feat: add
floodsupport (9ba2796) — @tomcdj71 - feat: add
rutorrentsupport (6fb73e6) — @tomcdj71 - feat: add
rtorrentsupport (5593b96) — @tomcdj71 - feat: add
radarr4ksupport (4f599ea) — @tomcdj71 - feat: add
transmissionsupport (ec885a7) — @tomcdj71
community apps (21ceee3)
- chore: init repo (
21ceee3) — @tomcdj71