Skip to content

Commit 6a3439a

Browse files
ktechmidasktechmidasshumkovclaude
authored
fix(dashmate): letsencrypt renewal and dashmate doctor fixes (#3018)
Co-authored-by: ktechmidas <daniel@ktechmidas.net> Co-authored-by: Ivan Shumkov <ivan@shumkov.ru> Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com> Co-authored-by: Ivan Shumkov <ivanshumkov@gmail.com>
1 parent 45cc347 commit 6a3439a

31 files changed

Lines changed: 187 additions & 84 deletions

File tree

23.2 KB
Binary file not shown.

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
### [3.0.1-hotfix.2](https://github.com/dashpay/platform/compare/v3.0.1-hotfix.1...v3.0.1-hotfix.2) (2026-02-02)
2+
3+
4+
### Bug Fixes
5+
6+
* **dashmate:** pass --profile shortlived on letsencrypt renewal
7+
8+
### [3.0.1-hotfix.1](https://github.com/dashpay/platform/compare/v3.0.0...v3.0.1-hotfix.1) (2026-01-26)
9+
10+
11+
### Bug Fixes
12+
13+
* use single quotes and preserve ctx values in merge
14+
115
## [3.0.0-rc.3](///compare/v3.0.0-rc.2...v3.0.0-rc.3) (2026-01-20)
216

317

Cargo.lock

Lines changed: 38 additions & 38 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,5 +45,5 @@ members = [
4545

4646
[workspace.package]
4747

48-
version = "3.0.0"
48+
version = "3.0.1-hotfix.2"
4949
rust-version = "1.92"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dashevo/platform",
3-
"version": "3.0.0",
3+
"version": "3.0.1-hotfix.2",
44
"private": true,
55
"scripts": {
66
"setup": "yarn install && yarn run build && yarn run configure",

packages/bench-suite/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@dashevo/bench-suite",
33
"private": true,
4-
"version": "3.0.0",
4+
"version": "3.0.1-hotfix.2",
55
"description": "Dash Platform benchmark tool",
66
"scripts": {
77
"bench": "node ./bin/bench.js",

packages/dapi-grpc/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dashevo/dapi-grpc",
3-
"version": "3.0.0",
3+
"version": "3.0.1-hotfix.2",
44
"description": "DAPI GRPC definition file and generated clients",
55
"browser": "browser.js",
66
"main": "node.js",

0 commit comments

Comments
 (0)