Skip to content

Commit 40a8ace

Browse files
committed
chore(release): bump version to 0.25.0
1 parent 1186161 commit 40a8ace

File tree

3 files changed

+37
-3
lines changed

3 files changed

+37
-3
lines changed

CHANGELOG.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,37 @@
1+
# [0.25.0](https://github.com/dashpay/dash-network-deploy/compare/v0.25.0-dev.8...v0.25.0) (2024-01-13)
2+
3+
4+
### Bug Fixes
5+
6+
* *_hpmn methods are deprecated. Use the related *_evo methods ([3ab0275](https://github.com/dashpay/dash-network-deploy/commit/3ab027592e5474e9d7348d50fe185e2189859fb7))
7+
* drive log specification missing grovedb ops ([#589](https://github.com/dashpay/dash-network-deploy/issues/589)) ([d4d7897](https://github.com/dashpay/dash-network-deploy/commit/d4d7897f496fac78bd7ad201c7c4d872509ee98f))
8+
* ensure seed listens - devnets will not deploy ([#599](https://github.com/dashpay/dash-network-deploy/issues/599)) ([6f7483a](https://github.com/dashpay/dash-network-deploy/commit/6f7483a3f56b22a65e3f2409bb676eac96548f5f))
9+
* extra comma causing json schema validation error ([ac76671](https://github.com/dashpay/dash-network-deploy/commit/ac766718fffa357b9a1045f696a0450cf9781d16))
10+
* increase timeout ([#602](https://github.com/dashpay/dash-network-deploy/issues/602)) ([129306e](https://github.com/dashpay/dash-network-deploy/commit/129306ea83fe9a4bae09926b187df1100a0166a5))
11+
* indentation ([cc5cede](https://github.com/dashpay/dash-network-deploy/commit/cc5cedef40341126e25f692d572b268275e37253))
12+
* indentation ([49f18a2](https://github.com/dashpay/dash-network-deploy/commit/49f18a2e1100ef46b98290e865614ca1a4d2293a))
13+
* invalid tenderdash metrics host ([#606](https://github.com/dashpay/dash-network-deploy/issues/606)) ([c5f00cc](https://github.com/dashpay/dash-network-deploy/commit/c5f00cc9c56a0d359268c3b3b1fe9121c86f619d))
14+
* monitoring wrong mount on logs nodes ([59af29b](https://github.com/dashpay/dash-network-deploy/commit/59af29b497adabacf4fd0ce4a433283621934f2e))
15+
* newline ([eb8280a](https://github.com/dashpay/dash-network-deploy/commit/eb8280a3de0715db7f29201b14a893eff644133d))
16+
* object of type 'NoneType' has no len() ([#610](https://github.com/dashpay/dash-network-deploy/issues/610)) ([f874297](https://github.com/dashpay/dash-network-deploy/commit/f874297f44717ea9569d48fdaec1aa3dfb6368ba))
17+
* typo ([d935bed](https://github.com/dashpay/dash-network-deploy/commit/d935bed926f19d34fbb94bca15c356995ca8ac5c))
18+
19+
20+
### Features
21+
22+
* add GroveDb operations log ([#582](https://github.com/dashpay/dash-network-deploy/issues/582)) ([24c469e](https://github.com/dashpay/dash-network-deploy/commit/24c469e7381fa34c19a6c05ac49a7938fe0064c9))
23+
* configure grovedb operation logs ([#609](https://github.com/dashpay/dash-network-deploy/issues/609)) ([2fd07ba](https://github.com/dashpay/dash-network-deploy/commit/2fd07ba5f6c46d2c06678d0592a1b96618e0d3da))
24+
* generate minimal dash.conf file in configs repo ([5da3efe](https://github.com/dashpay/dash-network-deploy/commit/5da3efe2291cd8dc101897cd907b17c6271c7205))
25+
* ssh to host command ([#614](https://github.com/dashpay/dash-network-deploy/issues/614)) ([1186161](https://github.com/dashpay/dash-network-deploy/commit/1186161dd40e97e373e1e7d7d728a44a165cfda0))
26+
* upgrade Node to 20 (LTS) ([#600](https://github.com/dashpay/dash-network-deploy/issues/600)) ([df5e4f1](https://github.com/dashpay/dash-network-deploy/commit/df5e4f1ca39896193acd998dc46eda7549012260))
27+
28+
29+
### Reverts
30+
31+
* Revert "chore: update filebeat platform template for tenderdash logs (#576)" ([d0af455](https://github.com/dashpay/dash-network-deploy/commit/d0af455b0ee73f264590b0884a59edd84c065182)), closes [#576](https://github.com/dashpay/dash-network-deploy/issues/576)
32+
33+
34+
135
# [0.23.0](https://github.com/dashpay/dash-network-deploy/compare/v0.23.0-dev.4...v0.23.0) (2022-12-07)
236

337
### Bug Fixes

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dashevo/dash-network-deploy",
3-
"version": "0.25.0-dev.8",
3+
"version": "0.25.0",
44
"description": "Dash Network deployment tool",
55
"directories": {
66
"lib": "lib",

0 commit comments

Comments
 (0)