chore: release v1.7.81-alpha
This commit is contained in:
parent
a578834462
commit
0d5215e9e1
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "archipelago"
|
||||
version = "1.7.80-alpha"
|
||||
version = "1.7.81-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.80-alpha",
|
||||
"version": "1.7.81-alpha",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "neode-ui",
|
||||
"version": "1.7.80-alpha",
|
||||
"version": "1.7.81-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.80-alpha",
|
||||
"version": "1.7.81-alpha",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"start": "./start-dev.sh",
|
||||
|
||||
@ -1,27 +1,28 @@
|
||||
{
|
||||
"version": "1.7.80-alpha",
|
||||
"version": "1.7.81-alpha",
|
||||
"release_date": "2026-05-21",
|
||||
"changelog": [
|
||||
"Saleor storefront proxying now falls back to the direct request scheme when no forwarded protocol header is present, fixing direct `http://node:9011` launches that could generate an invalid same-origin GraphQL URL.",
|
||||
"The Saleor storefront release path keeps public proxy support intact by still honoring forwarded HTTPS headers for Nginx Proxy Manager domains while repairing local/direct port launches.",
|
||||
"Validation passed with `cargo fmt --check` and `cargo check` for the Archipelago backend before release staging."
|
||||
"Saleor storefront installs now use the prebuilt registry image instead of building the Next.js app on-device, avoiding Podman build failures during stack installation.",
|
||||
"Existing Saleor stacks are repaired on adoption by recreating missing storefront containers, forcing the storefront app to bind `0.0.0.0:3000`, and resolving nginx upstreams dynamically after container restarts.",
|
||||
"The shipped Saleor storefront image now includes public assets and omits Vercel-only Speed Insights injection, fixing broken static asset responses and the local `/_vercel/speed-insights/script.js` browser warning.",
|
||||
"Validation passed with `cargo fmt --all --check --manifest-path core/Cargo.toml`, `cargo check -p archipelago --manifest-path core/Cargo.toml`, and live checks on `100.114.134.21` for `9011` storefront, static assets, and proxied GraphQL."
|
||||
],
|
||||
"components": [
|
||||
{
|
||||
"name": "archipelago",
|
||||
"current_version": "1.7.80-alpha",
|
||||
"new_version": "1.7.80-alpha",
|
||||
"download_url": "http://146.59.87.168:3000/lfg2025/archy/releases/download/v1.7.80-alpha/archipelago",
|
||||
"sha256": "6e2d796e9395b578944991970b7f07d27b4185d3aae2beb0af10e47d212f5ea7",
|
||||
"size_bytes": 43071632
|
||||
"current_version": "1.7.81-alpha",
|
||||
"new_version": "1.7.81-alpha",
|
||||
"download_url": "http://146.59.87.168:3000/lfg2025/archy/releases/download/v1.7.81-alpha/archipelago",
|
||||
"sha256": "82ba94b4e4494a4a67506e3516c34e0f874630efae2d673c70852da9f94144e7",
|
||||
"size_bytes": 43109024
|
||||
},
|
||||
{
|
||||
"name": "archipelago-frontend-1.7.80-alpha.tar.gz",
|
||||
"current_version": "1.7.80-alpha",
|
||||
"new_version": "1.7.80-alpha",
|
||||
"download_url": "http://146.59.87.168:3000/lfg2025/archy/releases/download/v1.7.80-alpha/archipelago-frontend-1.7.80-alpha.tar.gz",
|
||||
"sha256": "65a75fbe732635ebc658eba1f6d36a7e158de3b88ef49db0a23202d0564e30c0",
|
||||
"size_bytes": 166481159
|
||||
"name": "archipelago-frontend-1.7.81-alpha.tar.gz",
|
||||
"current_version": "1.7.81-alpha",
|
||||
"new_version": "1.7.81-alpha",
|
||||
"download_url": "http://146.59.87.168:3000/lfg2025/archy/releases/download/v1.7.81-alpha/archipelago-frontend-1.7.81-alpha.tar.gz",
|
||||
"sha256": "69ec4df6c1f77cbbacc6ea8dc8e2e40cbb50cf61b032825c7de520c72960afba",
|
||||
"size_bytes": 166484929
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@ -1,27 +1,28 @@
|
||||
{
|
||||
"version": "1.7.80-alpha",
|
||||
"version": "1.7.81-alpha",
|
||||
"release_date": "2026-05-21",
|
||||
"changelog": [
|
||||
"Saleor storefront proxying now falls back to the direct request scheme when no forwarded protocol header is present, fixing direct `http://node:9011` launches that could generate an invalid same-origin GraphQL URL.",
|
||||
"The Saleor storefront release path keeps public proxy support intact by still honoring forwarded HTTPS headers for Nginx Proxy Manager domains while repairing local/direct port launches.",
|
||||
"Validation passed with `cargo fmt --check` and `cargo check` for the Archipelago backend before release staging."
|
||||
"Saleor storefront installs now use the prebuilt registry image instead of building the Next.js app on-device, avoiding Podman build failures during stack installation.",
|
||||
"Existing Saleor stacks are repaired on adoption by recreating missing storefront containers, forcing the storefront app to bind `0.0.0.0:3000`, and resolving nginx upstreams dynamically after container restarts.",
|
||||
"The shipped Saleor storefront image now includes public assets and omits Vercel-only Speed Insights injection, fixing broken static asset responses and the local `/_vercel/speed-insights/script.js` browser warning.",
|
||||
"Validation passed with `cargo fmt --all --check --manifest-path core/Cargo.toml`, `cargo check -p archipelago --manifest-path core/Cargo.toml`, and live checks on `100.114.134.21` for `9011` storefront, static assets, and proxied GraphQL."
|
||||
],
|
||||
"components": [
|
||||
{
|
||||
"name": "archipelago",
|
||||
"current_version": "1.7.80-alpha",
|
||||
"new_version": "1.7.80-alpha",
|
||||
"download_url": "http://146.59.87.168:3000/lfg2025/archy/releases/download/v1.7.80-alpha/archipelago",
|
||||
"sha256": "6e2d796e9395b578944991970b7f07d27b4185d3aae2beb0af10e47d212f5ea7",
|
||||
"size_bytes": 43071632
|
||||
"current_version": "1.7.81-alpha",
|
||||
"new_version": "1.7.81-alpha",
|
||||
"download_url": "http://146.59.87.168:3000/lfg2025/archy/releases/download/v1.7.81-alpha/archipelago",
|
||||
"sha256": "82ba94b4e4494a4a67506e3516c34e0f874630efae2d673c70852da9f94144e7",
|
||||
"size_bytes": 43109024
|
||||
},
|
||||
{
|
||||
"name": "archipelago-frontend-1.7.80-alpha.tar.gz",
|
||||
"current_version": "1.7.80-alpha",
|
||||
"new_version": "1.7.80-alpha",
|
||||
"download_url": "http://146.59.87.168:3000/lfg2025/archy/releases/download/v1.7.80-alpha/archipelago-frontend-1.7.80-alpha.tar.gz",
|
||||
"sha256": "65a75fbe732635ebc658eba1f6d36a7e158de3b88ef49db0a23202d0564e30c0",
|
||||
"size_bytes": 166481159
|
||||
"name": "archipelago-frontend-1.7.81-alpha.tar.gz",
|
||||
"current_version": "1.7.81-alpha",
|
||||
"new_version": "1.7.81-alpha",
|
||||
"download_url": "http://146.59.87.168:3000/lfg2025/archy/releases/download/v1.7.81-alpha/archipelago-frontend-1.7.81-alpha.tar.gz",
|
||||
"sha256": "69ec4df6c1f77cbbacc6ea8dc8e2e40cbb50cf61b032825c7de520c72960afba",
|
||||
"size_bytes": 166484929
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user