Releases: dsrvlabs/vatz
Releases · dsrvlabs/vatz
v1.2.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
- Add a new feature to send healthchecking message to GCP logging (#556)
- VATZ Dockerlizing feature (#338)
VATZ* Enhancements
- VATZ Enhance CLI commands Managements
- Unify all flags in plugin CLI commands (#536)
- Add new discord webhook address type (#576)
VATZ* Plugins
- Official Plugins (#241)
- Community Plugins
- vatz-community-plugins
- https://github.com/dsrvlabs/vatz-plugin-sei
- https://github.com/dsrvlabs/vatz-plugin-avail
- https://github.com/dsrvlabs/vatz-plugin-near
- https://github.com/dsrvlabs/vatz-plugin-solana
- https://github.com/dsrvlabs/vatz-plugin-watchers
- https://github.com/dsrvlabs/vatz-plugin-flow
- https://github.com/dsrvlabs/vatz-plugin-eth-el
- https://github.com/dsrvlabs/vatz-plugin-namada
- https://github.com/dsrvlabs/vatz-plugin-balance
- https://github.com/dsrvlabs/vatz-plugin-matic
- vatz-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
- Update wrong version on README.md by @xellos00 in #545
- Modified
vatz_start.sh
scripts by @meetrick in #558 - Modified installation guide by @meetrick in #562
- Add new discord webhook address type by @heejin-github in #575
- Fix the github action of creation bi weekly discussion by @gnongs in #571
- Add monitoring to GCP cloud Logging by @xellos00 in #569
- Add Dockerfile into Vatz by @xellos00 in #590
- Send Notification via its Flag by @xellos00 in #589
- Updated to fix dpendabot pointed out. by @xellos00 in #605
- Update documents for release v1.2.0 by @xellos00 in #600
New Contributors
- Bump golang.org/x/net from 0.7.0 to 0.23.0 in /sdk by @dependabot in #602
Full Changelog: v1.1.0...v1.2.0
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 ...
v1.0.0
VATZ
This release is the first official release of VATZ
.
- VATZ Proto
- VATZ
- Official Plugins
Please refer to ReadMe for more informations
Features
- VATZ CLI commands Managements (#107)
- VATZ alert Notifications via Discord, PagerDuty, Telegram (#240)
- Monitoring module: Metric Exporter for
prometheus-grafana
(#392) - HomePath setting with Storage configuration & Config (Default) yaml (#426)
- Official Plugins (#241)
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 |
v1.0-beta
VATZ
This release is the first beta binary of VATZ and The release has been aligned with the version v0.1-beta
of other VATZ project.
- VATZ Proto
- VATZ
- Official Plugins
Please refer to README for more informations
Features
- VATZ CLI commands Managements (#107, #178)
- VATZ alert Notifications via Discord, PagerDuty, Telegram (#240)
- Metric Exporter for
prometheus-grafana
(#169, #342 ) - Storage configuration & Config (Default) yaml
- Official Plugins (#241)
Official Plugins
Repo | Plugin | Method name | go package |
---|---|---|---|
vatz-plugin-sysutil | vatz-plugin-sysutil | cpu_monitor | github.com/dsrvlabs/vatz-plugin-sysutil/plugins/cpu_monitor |
vatz-plugin-sysutil | vatz-plugin-sysutil | mem_monitor | github.com/dsrvlabs/vatz-plugin-sysutil/plugins/mem_monitor |
vatz-plugin-sysutil | vatz-plugin-sysutil | disk_monitor | github.com/dsrvlabs/vatz-plugin-sysutil/plugins/disk_monitor |
vatz-plugin-cosmoshub | vatz-plugin-sysutil | node_block_sync | github.com/dsrvlabs/vatz-plugin-cosmoshub/plugins/node_block_sync |
vatz-plugin-cosmoshub | vatz-plugin-sysutil | node_is_alived | github.com/dsrvlabs/vatz-plugin-cosmoshub/plugins/node_is_alived |
vatz-plugin-cosmoshub | vatz-plugin-sysutil | node_peer_count | github.com/dsrvlabs/vatz-plugin-cosmoshub/plugins/node_peer_count |
vatz-plugin-cosmoshub | vatz-plugin-sysutil | node_active_status | github.com/dsrvlabs/vatz-plugin-cosmoshub/plugins/node_active_status |
vatz-plugin-cosmoshub | vatz-plugin-sysutil | node_governance_alarm | github.com/dsrvlabs/vatz-plugin-cosmoshub/plugins/node_governance_alarm |