Skip to content

Commit 028835b

Browse files
committed
clnvm: Release 0.1.1
1 parent 23e52af commit 028835b

File tree

5 files changed

+21
-1
lines changed

5 files changed

+21
-1
lines changed

libs/cln-version-manager/.tasks.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,7 @@ tasks:
99
build:
1010
cmds:
1111
- uv build --sdist
12+
publish:
13+
cmds:
14+
- uv tool run --from build pyproject-build
15+
- uv tool run twine upload dist/*

libs/cln-version-manager/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
99
### Fixed
1010

1111
- Updated the hashes for v24.02gl1 and v24.11gl1. We applied some server-side patches for these versions.
12+
13+
### Changed
14+
15+
- Adjusted the expected hashes for artifacts, after patching them

libs/cln-version-manager/clnvm/cln_version_manager.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ class VersionDescriptor:
8787
VersionDescriptor(
8888
tag="v25.05gl1",
8989
url="https://storage.googleapis.com/greenlight-artifacts/cln/lightningd-v25.05gl1.tar.bz2",
90-
checksum="1c7d9f9e6f6f7027256ea9c7e72f6961d6fe22dbaf8a5c0d3bc8b8594822f488",
90+
checksum="5f978b2a778f9e148bf09fec1fe5c132913b63a82e12a1bf74fd3ed507770e52",
9191
),
9292
]
9393

libs/gl-client/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
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).
6+
7+
## Unreleased
8+
9+
### Fixed
10+
11+
- Addressed an issue with signers being unable to connect to the node, due to an SNI header override that is no longer required

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ dependencies = []
99
[tool.uv]
1010
dev-dependencies = [
1111
"pytest-timeout>=2.3.1",
12+
"python-kacl>=0.6.7",
1213
]
1314

1415
[tool.uv.workspace]

0 commit comments

Comments
 (0)