mirror of
https://github.com/Studio-Saelix/sencho.git
synced 2026-07-26 11:49:16 +00:00
chore(main): release 0.84.1 (#1125)
Co-authored-by: sencho-quartermaster[bot] <275163604+sencho-quartermaster[bot]@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
ee891b093b
commit
6bd4645ea9
@@ -1,3 +1,3 @@
|
||||
{
|
||||
".": "0.84.0"
|
||||
".": "0.84.1"
|
||||
}
|
||||
|
||||
@@ -4,6 +4,15 @@ 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.84.1](https://github.com/Studio-Saelix/sencho/compare/v0.84.0...v0.84.1) (2026-05-20)
|
||||
|
||||
|
||||
### Fixed
|
||||
|
||||
* **fleet:** route remote update trigger through getProxyTarget ([#1123](https://github.com/Studio-Saelix/sencho/issues/1123)) ([0b50c88](https://github.com/Studio-Saelix/sencho/commit/0b50c88eb3727c4808e409b4639817b3128764a8))
|
||||
* **pilot:** let SENCHO_PUBLIC_URL override the request Host in enrollment ([#1122](https://github.com/Studio-Saelix/sencho/issues/1122)) ([282ab8d](https://github.com/Studio-Saelix/sencho/commit/282ab8d8440bc4afb9e560f97d38df5be412cc34))
|
||||
* **self-update:** resolve /app/data through bind or named volume ([#1124](https://github.com/Studio-Saelix/sencho/issues/1124)) ([ee891b0](https://github.com/Studio-Saelix/sencho/commit/ee891b093b593b43d39f2aa04e7ef14bd421b35f))
|
||||
|
||||
## [0.84.0](https://github.com/Studio-Saelix/sencho/compare/v0.83.1...v0.84.0) (2026-05-20)
|
||||
|
||||
|
||||
|
||||
Generated
+2
-2
@@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "sencho",
|
||||
"version": "0.84.0",
|
||||
"version": "0.84.1",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "sencho",
|
||||
"version": "0.84.0",
|
||||
"version": "0.84.1",
|
||||
"license": "SEE LICENSE IN LICENSE",
|
||||
"devDependencies": {
|
||||
"@commitlint/cli": "^21.0.1",
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "sencho",
|
||||
"version": "0.84.0",
|
||||
"version": "0.84.1",
|
||||
"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