From 1443cf157e964067eb0d2efa63369ae01526ceff Mon Sep 17 00:00:00 2001 From: AntiD2ta Date: Thu, 5 Oct 2023 17:09:14 +0000 Subject: [PATCH] doc: Update Changelog --- CHANGELOG.md | 29 ++++++++++++++++++----------- 1 file changed, 18 insertions(+), 11 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a7edbbf2..802dffbb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,21 +4,28 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). - ## [Unreleased] +## [v0.1.0] - 2023-10-05 + ### Added -- `install` command to install an AVS node from a given Git repository. -- `local-install` command to install an AVS node from a local directory. This is useful for development purposes, and it is not intended to be used in production. -- `run` command to run an AVS node instance that has been installed. -- `stop` command to stop an AVS node instance. -- `ls` command to list the installed AVS nodes and their status. -- `logs` command to show the logs of an AVS node instance. -- `uninstall` command to uninstall an AVS node instance. -- `plugin` command to run an AVS node plugin. -- `clean-monitoring` command to clean the Monitoring Stack. -- `init-monitoring` command to initialize the Monitoring Stack. +- Initial CLI with the following commands: + - `install` command to install an AVS node from a given Git repository. + - `local-install` command to install an AVS node from a local directory. This is useful for development purposes, and it is not intended to be used in production. + - `run` command to run an AVS node instance that has been installed. + - `stop` command to stop an AVS node instance. + - `ls` command to list the installed AVS nodes and their status. + - `logs` command to show the logs of an AVS node instance. + - `uninstall` command to uninstall an AVS node instance. + - `plugin` command to run an AVS node plugin. + - `clean-monitoring` command to clean the Monitoring Stack. + - `init-monitoring` command to initialize the Monitoring Stack. + - `update` command to update an AVS node instance. + - `backup` command to backup an AVS node instance. + - `operator` command to access utilities for the AVS Operator such as keys management, status, register, etc, using eigenSDK. +- Full operational monitoring stack with Prometheus, Node Exporter, and Grafana. +- Support for the [Eigenlayer AVS Node Specification v0.1.0](https://eigen.nethermind.io/).