chore: release v1.7.44-alpha
This commit is contained in:
parent
8f83b37d51
commit
dffa7e99bb
@ -1,5 +1,13 @@
|
||||
# Changelog
|
||||
|
||||
## v1.7.44-alpha (2026-04-28)
|
||||
|
||||
43de3b73 feat(orchestrator): complete container migration and release hardening
|
||||
ce39430b feat(self-update): sync and rebuild UI containers on OTA
|
||||
72dec5aa fix(lnd-ui): align container port across all specs
|
||||
83aacdf2 chore(release): archive ISO build recipes, tarball-only releases
|
||||
|
||||
|
||||
All notable changes to Archipelago will be documented in this file.
|
||||
|
||||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "archipelago"
|
||||
version = "1.7.43-alpha"
|
||||
version = "1.7.44-alpha"
|
||||
edition = "2021"
|
||||
description = "Archipelago Bitcoin Node OS - Native backend"
|
||||
authors = ["Archipelago Team"]
|
||||
|
||||
4
neode-ui/package-lock.json
generated
4
neode-ui/package-lock.json
generated
@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "neode-ui",
|
||||
"version": "1.7.43-alpha",
|
||||
"version": "1.7.44-alpha",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "neode-ui",
|
||||
"version": "1.7.43-alpha",
|
||||
"version": "1.7.44-alpha",
|
||||
"dependencies": {
|
||||
"@types/dompurify": "^3.0.5",
|
||||
"@vue-leaflet/vue-leaflet": "^0.10.1",
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "neode-ui",
|
||||
"private": true,
|
||||
"version": "1.7.43-alpha",
|
||||
"version": "1.7.44-alpha",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"start": "./start-dev.sh",
|
||||
|
||||
31
release-manifest.json
Normal file
31
release-manifest.json
Normal file
@ -0,0 +1,31 @@
|
||||
{
|
||||
"version": "1.7.44-alpha",
|
||||
"release_date": "2026-04-28",
|
||||
"changelog": [
|
||||
"43de3b73 feat(orchestrator): complete container migration and release hardening",
|
||||
"ce39430b feat(self-update): sync and rebuild UI containers on OTA",
|
||||
"72dec5aa fix(lnd-ui): align container port across all specs",
|
||||
"83aacdf2 chore(release): archive ISO build recipes, tarball-only releases",
|
||||
"All notable changes to Archipelago 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)."
|
||||
],
|
||||
"components": [
|
||||
{
|
||||
"name": "archipelago",
|
||||
"current_version": "1.7.44-alpha",
|
||||
"new_version": "1.7.44-alpha",
|
||||
"download_url": "https://github.com/archipelago-os/releases/releases/download/v1.7.44-alpha/archipelago",
|
||||
"sha256": "ea9167d376210bdc416dd0dcf3c1737e2fa2b1bdb9f192e473f2edaaf0d046a7",
|
||||
"size_bytes": 41373032
|
||||
},
|
||||
{
|
||||
"name": "archipelago-frontend-1.7.44-alpha.tar.gz",
|
||||
"current_version": "1.7.44-alpha",
|
||||
"new_version": "1.7.44-alpha",
|
||||
"download_url": "https://github.com/archipelago-os/releases/releases/download/v1.7.44-alpha/archipelago-frontend-1.7.44-alpha.tar.gz",
|
||||
"sha256": "28bdbccd8151bfa7834761adb5363862ef54b76c6010d1446fb8cca4ed4fe18c",
|
||||
"size_bytes": 162089899
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user