v1.1.0
VATZ
This release is the first official release of VATZ
.
- VATZ Proto
- VATZ
- Official Plugins
Please refer to ReadMe for more informations
VATZ New Features
- New dispatcher Channer for alert Notifications(#240)
- Add a new dispatcher: Slack (#533)
- New script for simple installation (#517)
VATZ* Enhancements
- VATZ Enhance CLI commands Managements
- Updated CLIs to Unify all flag in plugin CLI commands (#512)
- Boost Github action features for automation (#523)
VATZ* Plugins
- Official Plugins (#241)
- Community Plugins
Official Plugins
Repo | Plugin | Method name | go package | plugins(go package) |
---|---|---|---|---|
vatz-plugin-sysutil | vatz_net_monitor | cpu_monitor | github.com/dsrvlabs/vatz-plugin-sysutil | cpu_monitor |
vatz_cpu_monitor | mem_monitor | mem_monitor | ||
vatz_mem_monitor | disk_monitor | disk_monitor | ||
vatz_disk_monitor | net_monitor | net_monitor | ||
vatz-plugin-cosmoshub | vatz_block_sync | block_sync | github.com/dsrvlabs/vatz-plugin-cosmoshub | node_block_sync |
vatz_node_is_alived | node_is_alived | node_is_alived | ||
vatz_peer_count | peer_count | node_peer_count | ||
vatz_active_status | active_status | node_active_status | ||
vatz_gov_alarm | gov_alarm | node_governance_alarm |
In details
- Add a link for Release Note by @xellos00 in #377
- Add Apache 2.0 license by @xellos00 in #382
- Align log format by @heejin-github in #381
- Sending A notification PRs from forked repo by @xellos00 in #384
- CLI - Stop Plugin by @rootwarp in #387
- Update README.md with feedback comments and official plugins. by @xellos00 in #400
- Update Missed Typos in README.md by @xellos00 in #402
- add License with DSRV company name by @xellos00 in #407
- Separate Monitoring in folder structures by @xellos00 in #409
- Update Denial of Service vulnerability by @xellos00 in #411
- Add new official icons for VATZ by @xellos00 in #412
- dependabot - golang.org/x/net by @dependabot in #413
- Fix stall problem when VATZ is init state by @rootwarp in #420
- Initialize DB when VATZ is initialized. by @rootwarp in #425
- Avoid overriding DB while its on coverage test. by @xellos00 in #430
- Store a plugin status to not to send notification while VATZ is running when we stop in purpose by @xellos00 in #428
- State Golang is requirements to run VATZ by @xellos00 in #431
- Add home path on the config by @rootwarp in #433
- Add CI about creation discussion w/o labels. by @gnongs in #438
- Fix. config instance should be loaded before execute CLI. by @rootwarp in #441
- Remove unused
version.go
file by @kim201212 in #442 - Fixed bug about wrong setting Authorization part by @gnongs in #446
- Update default reminder interval setting from 15 min to 30 min by @xellos00 in #449
- Remove flag
--home
in CLI commandvatz init
by @xellos00 in #445 - Add new flag
--all
on CLI commandvatz init
by @xellos00 in #457 - Fix lint in config, dispatcher by @kim201212 in #461
- line up in cmd format in init.go by @xellos00 in #463
- Add new license policies and removed apache2.0 license. by @xellos00 in #464
- Check the cron entry initialized in dispatcher by @heejin-github in #466
- Add new license file. by @xellos00 in #467
- Update documents by @qkrybin in #452
- update CLI example by @qkrybin in #455
- fix panic message when all CLI commands fails. by @xellos00 in #473
- Update README.md by @qkrybin in #472
- Fix version & license badge on README.md by @xellos00 in #476
- Add global flag --config for plugin by @rootwarp in #482
- Fix typo on README.md by @xellos00 in #484
- Divide Logs by its level Debug, Info, trace. by @xellos00 in #491
- Auto make coverage by @xellos00 in #492
- Update python-version on ci_coverage.yml with latest stable version. by @xellos00 in #502
- Add log client connected to plugin successfully. by @xellos00 in #501
- Update SDK to remove AlertTypes in CallResponse in struct by @xellos00 in #505
- Apply the new version of proto by @rootwarp in #508
- Update documentation - fix typo error and fix broken link by @xellos00 in #518
- Update Codes to pass Golint by @kim201212 in #516
- Throw appropriate error in command of
plugin uninstall
when plugin … by @xellos00 in #513 - Stop VATZ process if all notification channels fail to send notifications by @xellos00 in #514
- Add library fmt by @xellos00 in #522
- Print ERR failed to set dispatcher: module=dispatcher even if t… by @xellos00 in #525
- Bump google.golang.org/grpc from 1.50.1 to 1.56.3 by @dependabot in #527
- Add Simple Install script by @xellos00 in #532
- checkout only branch that is raised from to run make coverage test. by @xellos00 in #535
- Add new dispatcher Slack by @xellos00 in #538
- Fix issue 523 by @xellos00 in #539
- unify plugin CLI commands by @xellos00 in #536
- Update all doc for release 1.1 by @xellos00 in #541
New Contributors
- @dependabot made their first contribution in #413
Full Changelog: v1.0-beta...v1.1.0