Skip to content

Commit cc63ff8

Browse files
committed
docs: update changelog
1 parent 40a8ace commit cc63ff8

File tree

1 file changed

+75
-30
lines changed

1 file changed

+75
-30
lines changed

CHANGELOG.md

Lines changed: 75 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,80 @@
11
# [0.25.0](https://github.com/dashpay/dash-network-deploy/compare/v0.25.0-dev.8...v0.25.0) (2024-01-13)
22

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-
3+
* fix(terraform): InvalidInput error by @ktechmidas in https://github.com/dashpay/dash-network-deploy/pull/499
4+
* feat!: core v20 and platform v0.25 updates by @strophy in https://github.com/dashpay/dash-network-deploy/pull/490
5+
* feat: initial multi-stage deployment by @ktechmidas in https://github.com/dashpay/dash-network-deploy/pull/520
6+
* chore: merge master by @strophy in https://github.com/dashpay/dash-network-deploy/pull/523
7+
* fix: multiple initilalizations of bls by @markin-io in https://github.com/dashpay/dash-network-deploy/pull/512
8+
* fix: ansible-lint no-changed-when by @strophy in https://github.com/dashpay/dash-network-deploy/pull/532
9+
* chore: update logs syntax for drive 0.25 by @strophy in https://github.com/dashpay/dash-network-deploy/pull/526
10+
* feat: dashmate for seeds by @pshenmic in https://github.com/dashpay/dash-network-deploy/pull/535
11+
* fix: dashmate config changed on every run by @strophy in https://github.com/dashpay/dash-network-deploy/pull/537
12+
* chore: remove unused todo tasks by @strophy in https://github.com/dashpay/dash-network-deploy/pull/538
13+
* chore: speedup address import by @strophy in https://github.com/dashpay/dash-network-deploy/pull/539
14+
* fix: hpmn methods are deprecated by @strophy in https://github.com/dashpay/dash-network-deploy/pull/540
15+
* chore: support Platform v0.25 by @strophy in https://github.com/dashpay/dash-network-deploy/pull/541
16+
* feat(dashmate): optional initial core chain locked height by @shumkov in https://github.com/dashpay/dash-network-deploy/pull/542
17+
* fix: misnamed vars by @strophy in https://github.com/dashpay/dash-network-deploy/pull/543
18+
* chore: remove sentinel tests by @shumkov in https://github.com/dashpay/dash-network-deploy/pull/544
19+
* chore: revert var name to private_key by @strophy in https://github.com/dashpay/dash-network-deploy/pull/546
20+
* chore: revert replace dashmate config command with config file stat by @strophy in https://github.com/dashpay/dash-network-deploy/pull/547
21+
* chore(release): release 0.25.0-dev.2 by @strophy in https://github.com/dashpay/dash-network-deploy/pull/548
22+
* fix: initial_core_chain_locked_height missing even if defined by @strophy in https://github.com/dashpay/dash-network-deploy/pull/549
23+
* test(dapi): fix data contract not found test by @markin-io in https://github.com/dashpay/dash-network-deploy/pull/550
24+
* refactor: remove `isseednode` by @strophy in https://github.com/dashpay/dash-network-deploy/pull/552
25+
* fix: Error: Timeout of 20000ms exceeded by @strophy in https://github.com/dashpay/dash-network-deploy/pull/553
26+
* feat: coinjoin mixing by @ktechmidas in https://github.com/dashpay/dash-network-deploy/pull/528
27+
* fix(dashmate): switch back to outdated certificate on deploy by @shumkov in https://github.com/dashpay/dash-network-deploy/pull/556
28+
* chore: remove sentinel by @strophy in https://github.com/dashpay/dash-network-deploy/pull/555
29+
* chore: update docker release and deps by @strophy in https://github.com/dashpay/dash-network-deploy/pull/557
30+
* fix: objc[32080]: +[__NSCFConstantString initialize] may have been in… by @strophy in https://github.com/dashpay/dash-network-deploy/pull/558
31+
* docs: clarify the purpose of running `dashmate config` by @strophy in https://github.com/dashpay/dash-network-deploy/pull/559
32+
* chore: update default versions in config and add vars by @strophy in https://github.com/dashpay/dash-network-deploy/pull/560
33+
* feat(tests): improve smoke tests error reporting by @shumkov in https://github.com/dashpay/dash-network-deploy/pull/561
34+
* fix: AssertionError: no block info by @strophy in https://github.com/dashpay/dash-network-deploy/pull/562
35+
* fix(tests): invalid DAPI error handling by @shumkov in https://github.com/dashpay/dash-network-deploy/pull/564
36+
* fix(tests): unsupported DAPI tests for seed nodes by @shumkov in https://github.com/dashpay/dash-network-deploy/pull/565
37+
* chore: create tenderdash role for seed nodes by @strophy in https://github.com/dashpay/dash-network-deploy/pull/567
38+
* chore: fix linting errors by @strophy in https://github.com/dashpay/dash-network-deploy/pull/568
39+
* chore: install jq once only by @strophy in https://github.com/dashpay/dash-network-deploy/pull/569
40+
* chore: replace cloudwatch mon script with cloudwatch agent by @strophy in https://github.com/dashpay/dash-network-deploy/pull/570
41+
* chore: add drive abci epoch time to config by @strophy in https://github.com/dashpay/dash-network-deploy/pull/571
42+
* chore: push Drive logs from the file by @ktechmidas in https://github.com/dashpay/dash-network-deploy/pull/573
43+
* fix: dashmate restart logic by @strophy in https://github.com/dashpay/dash-network-deploy/pull/575
44+
* chore: update filebeat platform template for tenderdash logs by @strophy in https://github.com/dashpay/dash-network-deploy/pull/576
45+
* fix(test)!: wrong error expected by @shumkov in https://github.com/dashpay/dash-network-deploy/pull/578
46+
* chore(release): bump version to 0.25.0-dev.8 by @ktechmidas in https://github.com/dashpay/dash-network-deploy/pull/579
47+
* chore: limit metrics collection by @ktechmidas in https://github.com/dashpay/dash-network-deploy/pull/580
48+
* chore: update cloudwatch monitoring by @strophy in https://github.com/dashpay/dash-network-deploy/pull/572
49+
* chore: update filebeat templates to support drive from file and tenderdash only on logs nodes by @strophy in https://github.com/dashpay/dash-network-deploy/pull/581
50+
* chore: use instance store for logs data by @strophy in https://github.com/dashpay/dash-network-deploy/pull/563
51+
* chore: make monitoring config more granular by @strophy in https://github.com/dashpay/dash-network-deploy/pull/583
52+
* chore: change instance type by @ktechmidas in https://github.com/dashpay/dash-network-deploy/pull/584
53+
* feat!: add GroveDb operations log by @shumkov in https://github.com/dashpay/dash-network-deploy/pull/582
54+
* fix: extra comma causing json schema validation error by @strophy in https://github.com/dashpay/dash-network-deploy/pull/586
55+
* chore: enable full text indexing on tenderdash errors by @strophy in https://github.com/dashpay/dash-network-deploy/pull/588
56+
* fix: drive log specification missing grovedb ops by @shumkov in https://github.com/dashpay/dash-network-deploy/pull/589
57+
* chore: update terraform and deps by @strophy in https://github.com/dashpay/dash-network-deploy/pull/590
58+
* fix: alarm dimensions by @strophy in https://github.com/dashpay/dash-network-deploy/pull/587
59+
* chore: log only grovedb operaions by @shumkov in https://github.com/dashpay/dash-network-deploy/pull/592
60+
* feat: generate minimal dash.conf file in configs repo by @strophy in https://github.com/dashpay/dash-network-deploy/pull/593
61+
* chore: make logs node type a variable by @strophy in https://github.com/dashpay/dash-network-deploy/pull/594
62+
* chore(dashmate): change ssl dir path by @pshenmic in https://github.com/dashpay/dash-network-deploy/pull/595
63+
* chore(dashmate): add `core.docker.commandArgs` option by @shumkov in https://github.com/dashpay/dash-network-deploy/pull/597
64+
* fix: *_hpmn methods are deprecated. Use the related *_evo methods by @strophy in https://github.com/dashpay/dash-network-deploy/pull/598
65+
* Fix: ensure seed listens by @ktechmidas in https://github.com/dashpay/dash-network-deploy/pull/599
66+
* chore: update to new dashmate version by @shumkov in https://github.com/dashpay/dash-network-deploy/pull/601
67+
* feat: upgrade Node to 20 (LTS) by @pshenmic in https://github.com/dashpay/dash-network-deploy/pull/600
68+
* fix: increase timeout on sendtx test by @ktechmidas in https://github.com/dashpay/dash-network-deploy/pull/602
69+
* chore: fix mixer nodes by @ktechmidas in https://github.com/dashpay/dash-network-deploy/pull/603
70+
* chore: open tenderdash metrics port for private network by @ktechmidas in https://github.com/dashpay/dash-network-deploy/pull/604
71+
* chore!: update to dashmate 0.25.16 by @shumkov in https://github.com/dashpay/dash-network-deploy/pull/605
72+
* fix: invalid tenderdash metrics host by @shumkov in https://github.com/dashpay/dash-network-deploy/pull/606
73+
* chore!: update dashmate config for v0.25.20 by @shumkov in https://github.com/dashpay/dash-network-deploy/pull/608
74+
* feat: configure grovedb operation logs by @shumkov in https://github.com/dashpay/dash-network-deploy/pull/609
75+
* fix: object of type 'NoneType' has no len() by @shumkov in https://github.com/dashpay/dash-network-deploy/pull/610
76+
* chore: update es 8.11.3 by @strophy in https://github.com/dashpay/dash-network-deploy/pull/611
77+
* feat: ssh to host command by @shumkov in https://github.com/dashpay/dash-network-deploy/pull/614
3378

3479

3580
# [0.23.0](https://github.com/dashpay/dash-network-deploy/compare/v0.23.0-dev.4...v0.23.0) (2022-12-07)

0 commit comments

Comments
 (0)