Skip to content

v1.5.2

Choose a tag to compare

@github-actions github-actions released this 04 Jan 03:13
· 220 commits to main since this release

📦 Installation

npm

# Install specific version
npm install -g @dorafactory/maci-operator@1.5.2

# Or install by tag
npm install -g @dorafactory/maci-operator@latest

Docker

# Pull from Docker Hub
docker pull dorafactory/maci-operator:latest

🚀 Quick Start

# Initialize operator
maci init ./my-operator

# Configure
cd my-operator
vim config.toml

# Run with maci-operator CLI
maci start ./my-operator

# Run with Docker
docker-compose up -d

📚 Documentation

What's Changed

  • feat: enhance logger stability by disabling round logger rebuilds by @VegeBun-csj in #15

Full Changelog: v1.5.1...v1.5.2