From 13370ec99a3c931c5577c8f2f9198b40a675e8f3 Mon Sep 17 00:00:00 2001 From: "sencho-quartermaster[bot]" <275163604+sencho-quartermaster[bot]@users.noreply.github.com> Date: Sun, 2 Aug 2026 07:00:41 +0000 Subject: [PATCH] chore(main): release 0.97.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 34 ++++++++++++++++++++++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 38 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 6b5b821b..29c16586 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.96.0" + ".": "0.97.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index ba5f2423..2f05f591 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,40 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.97.0](https://github.com/Studio-Saelix/sencho/compare/v0.96.0...v0.97.0) (2026-08-02) + + +### Added + +* add node-scoped opt-out for image update detection ([#1715](https://github.com/Studio-Saelix/sencho/issues/1715)) ([fa503dd](https://github.com/Studio-Saelix/sencho/commit/fa503ddf2782871d476713b6183cb28c86b560e1)) +* add stack:read permission gate to Settings Labels section ([#1747](https://github.com/Studio-Saelix/sencho/issues/1747)) ([7c02f6e](https://github.com/Studio-Saelix/sencho/commit/7c02f6eeb520f8f77a4c6dbc72f1b6dfb0da331c)) +* add target-aware RBAC authorization to Scheduled Operations ([#1745](https://github.com/Studio-Saelix/sencho/issues/1745)) ([209c9c5](https://github.com/Studio-Saelix/sencho/commit/209c9c5d532df0de77307ff21f77037d9a09c7d1)) +* **auth:** add SSO-only authentication mode ([#1714](https://github.com/Studio-Saelix/sencho/issues/1714)) ([e175db8](https://github.com/Studio-Saelix/sencho/commit/e175db8e626f3b1d44464efa13d928da736bf6cb)) +* **compose-doctor:** show All Clear when findings are acknowledged ([#1721](https://github.com/Studio-Saelix/sencho/issues/1721)) ([543e4ef](https://github.com/Studio-Saelix/sencho/commit/543e4ef256ee09a2160f5ae025088ef77592d210)) +* expose Community audit log via system:audit navigation ([#1740](https://github.com/Studio-Saelix/sencho/issues/1740)) ([a1e2846](https://github.com/Studio-Saelix/sencho/commit/a1e2846d7d16f0015cd9a741ae8d09d064a74287)) +* **fleet:** reapply Compose configuration without a version update ([#1716](https://github.com/Studio-Saelix/sencho/issues/1716)) ([b0b423b](https://github.com/Studio-Saelix/sencho/commit/b0b423b234a29fcf29ec45c725f2f92b3f4801d7)) +* **fleet:** show itemized prune plans ([#1734](https://github.com/Studio-Saelix/sencho/issues/1734)) ([44d6078](https://github.com/Studio-Saelix/sencho/commit/44d607824113a6bca9723978f7200492c9e28736)) +* live-refresh stack detail container and health state ([#1712](https://github.com/Studio-Saelix/sencho/issues/1712)) ([60092dd](https://github.com/Studio-Saelix/sencho/commit/60092dd46231b837534a0c404a14fcf1d68f3965)) +* **rbac:** make Settings authorization permission-aware ([#1738](https://github.com/Studio-Saelix/sencho/issues/1738)) ([a3026f4](https://github.com/Studio-Saelix/sencho/commit/a3026f47a8291c6b4d0a554b7aa4bde17c3ef32b)) +* **rbac:** make stack-scoped grants node-specific ([#1727](https://github.com/Studio-Saelix/sencho/issues/1727)) ([9922d8e](https://github.com/Studio-Saelix/sencho/commit/9922d8e765a7fbd917cec1473153fa462a46d0cd)) +* **schedules:** auto-update stacks by Stack Label ([#1717](https://github.com/Studio-Saelix/sencho/issues/1717)) ([72cdbb0](https://github.com/Studio-Saelix/sencho/commit/72cdbb0eaa5c9632d262c075db9e30bd15dd4e1e)) + + +### Fixed + +* **auth:** gate scoped JWTs on container-exec WebSocket ([#1741](https://github.com/Studio-Saelix/sencho/issues/1741)) ([ce4b91e](https://github.com/Studio-Saelix/sencho/commit/ce4b91e90f1ca7c6a45ac200ebf831260ee015ac)) +* **auth:** keep active sessions alive and add stay-signed-in ([#1711](https://github.com/Studio-Saelix/sencho/issues/1711)) ([681ecc7](https://github.com/Studio-Saelix/sencho/commit/681ecc7047818345220150ed8a18b3259d1d283f)) +* bump golang.org/x/text to v0.39.0 in Docker CLI and Compose builds ([#1728](https://github.com/Studio-Saelix/sencho/issues/1728)) ([d698eb4](https://github.com/Studio-Saelix/sencho/commit/d698eb46f96906a1962463d4861689a8bf51b74f)) +* **compose-doctor:** resolve effective healthcheck coverage ([#1713](https://github.com/Studio-Saelix/sencho/issues/1713)) ([78475d9](https://github.com/Studio-Saelix/sencho/commit/78475d96ef2f5e0571db8f953f274b189462b957)) +* credit issue openers linked to a PR without closing text ([#1718](https://github.com/Studio-Saelix/sencho/issues/1718)) ([ea38113](https://github.com/Studio-Saelix/sencho/commit/ea381131940d35c506f16d8122df3725f91538a1)) +* **dashboard:** scope alert-rule count to stacks on the active node ([#1722](https://github.com/Studio-Saelix/sencho/issues/1722)) ([c90e960](https://github.com/Studio-Saelix/sencho/commit/c90e9606f1314ead738254664b5240a4e9a17d70)) +* forward scoped node-admin permission for Settings writes through remote proxy ([#1748](https://github.com/Studio-Saelix/sencho/issues/1748)) ([ba017ee](https://github.com/Studio-Saelix/sencho/commit/ba017ee665bb2b7f7ef479b5d8a9f8cbb0681302)) +* **networking:** ignore verified Mesh attachments in drift ([#1729](https://github.com/Studio-Saelix/sencho/issues/1729)) ([3c93406](https://github.com/Studio-Saelix/sencho/commit/3c934066f3d49d5850a42475821a2d47dbf52b2e)) +* **proxy:** forward scoped stack evidence for alerts, auto-heal, and node-wide image refresh ([#1749](https://github.com/Studio-Saelix/sencho/issues/1749)) ([2e2b095](https://github.com/Studio-Saelix/sencho/commit/2e2b095b0002ea09d5ce9e4c5209735ceb4d9a51)) +* **rbac:** enforce operational permission parity ([#1736](https://github.com/Studio-Saelix/sencho/issues/1736)) ([c704cb5](https://github.com/Studio-Saelix/sencho/commit/c704cb54d20a41329af5319b04b3c58f1b58d3f6)) +* **rbac:** handle permission metadata failures ([#1735](https://github.com/Studio-Saelix/sencho/issues/1735)) ([a65bf4d](https://github.com/Studio-Saelix/sencho/commit/a65bf4d46aab9e668ca11ed078b09efac4a9e3df)) +* **rbac:** permission-gate alerts, auto-heal, and image updates ([#1743](https://github.com/Studio-Saelix/sencho/issues/1743)) ([1580131](https://github.com/Studio-Saelix/sencho/commit/15801318d69525f7f2b6e047891c06ea83ea5740)) + ## [0.96.0](https://github.com/Studio-Saelix/sencho/compare/v0.95.0...v0.96.0) (2026-07-26) diff --git a/package-lock.json b/package-lock.json index 670b47a3..196841b9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "sencho", - "version": "0.96.0", + "version": "0.97.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "sencho", - "version": "0.96.0", + "version": "0.97.0", "license": "AGPL-3.0-only", "devDependencies": { "@commitlint/cli": "^21.2.1", diff --git a/package.json b/package.json index c9cc75ab..de11ca2e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sencho", - "version": "0.96.0", + "version": "0.97.0", "description": "Self-hosted Docker Compose management dashboard with fleet control, atomic deployments, and self-healing infrastructure.", "main": "index.js", "scripts": {