Skip to content
This repository has been archived by the owner on Dec 12, 2023. It is now read-only.

Commit

Permalink
doc: Update Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
AntiD2ta committed Oct 5, 2023
1 parent b46e427 commit 1443cf1
Showing 1 changed file with 18 additions and 11 deletions.
29 changes: 18 additions & 11 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/).

<!-- ### Fixed -->

Expand Down

0 comments on commit 1443cf1

Please sign in to comment.