mirror of
https://github.com/Studio-Saelix/sencho.git
synced 2026-07-26 11:49:16 +00:00
chore(main): release 0.72.0 (#959)
Co-authored-by: sencho-quartermaster[bot] <275163604+sencho-quartermaster[bot]@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
0f0b22c51a
commit
14afc7c8d3
@@ -1,3 +1,3 @@
|
||||
{
|
||||
".": "0.71.2"
|
||||
".": "0.72.0"
|
||||
}
|
||||
|
||||
@@ -4,6 +4,19 @@ 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.72.0](https://github.com/Studio-Saelix/sencho/compare/v0.71.2...v0.72.0) (2026-05-07)
|
||||
|
||||
|
||||
### Added
|
||||
|
||||
* **blueprints:** capture compose snapshot before stateful eviction ([#957](https://github.com/Studio-Saelix/sencho/issues/957)) ([7fe90d9](https://github.com/Studio-Saelix/sencho/commit/7fe90d9f3a8c68eb8dcb1a90ca5106524eb7a6fa))
|
||||
* **fleet:** add Federation tab with cordon and pin policy (Admiral) ([#964](https://github.com/Studio-Saelix/sencho/issues/964)) ([52b4675](https://github.com/Studio-Saelix/sencho/commit/52b46753afde31c094f238dc27f1d80ba5e34c18))
|
||||
* **fleet:** add Fleet Actions tab for cross-node bulk operations ([#963](https://github.com/Studio-Saelix/sencho/issues/963)) ([77d5ff5](https://github.com/Studio-Saelix/sencho/commit/77d5ff58d37a4442be35f45651e4fa495189a4e6))
|
||||
* **fleet:** Fleet Secrets tab with env-var bundles (v1 MVP) ([#965](https://github.com/Studio-Saelix/sencho/issues/965)) ([0f0b22c](https://github.com/Studio-Saelix/sencho/commit/0f0b22c51aaf4033bab5f6de3ce33fc249b3817b))
|
||||
* **frontend:** add SystemSheet primitive and migrate mesh sheets to §9.11 chrome ([#960](https://github.com/Studio-Saelix/sencho/issues/960)) ([4d9617a](https://github.com/Studio-Saelix/sencho/commit/4d9617a5c6a57d873f5438bec665a5e6dd6dcbbb))
|
||||
* **frontend:** migrate resources, app store, and blueprint sheets to §9.11 chrome ([#962](https://github.com/Studio-Saelix/sencho/issues/962)) ([907e742](https://github.com/Studio-Saelix/sencho/commit/907e7427e5983a3a59d7dad831d2bb4e1302f15f))
|
||||
* **frontend:** SystemSheet §9.11 — security and scheduled sheets (PR 2/3) ([#961](https://github.com/Studio-Saelix/sencho/issues/961)) ([3ec0a45](https://github.com/Studio-Saelix/sencho/commit/3ec0a45ff0cfeb781796cd81512f2521a238bac8))
|
||||
|
||||
## [0.71.2](https://github.com/Studio-Saelix/sencho/compare/v0.71.1...v0.71.2) (2026-05-06)
|
||||
|
||||
|
||||
|
||||
Generated
+2
-2
@@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "sencho",
|
||||
"version": "0.71.2",
|
||||
"version": "0.72.0",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "sencho",
|
||||
"version": "0.71.2",
|
||||
"version": "0.72.0",
|
||||
"license": "SEE LICENSE IN LICENSE",
|
||||
"devDependencies": {
|
||||
"@commitlint/cli": "^20.5.3",
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "sencho",
|
||||
"version": "0.71.2",
|
||||
"version": "0.72.0",
|
||||
"description": "Self-hosted Docker Compose management dashboard with fleet control, atomic deployments, and self-healing infrastructure.",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
|
||||
Reference in New Issue
Block a user