Skip to content

v0.0.49

Latest

Choose a tag to compare

@github-actions github-actions released this 07 May 20:51
fb39223

⚙️ seictl v0.0.49

Welcome to the v0.0.49 release of seictl!

Installation

Download the appropriate binary for your platform from the assets below.

Quick Install (Linux/macOS)

# Linux (x86_64)
curl -LO https://github.com/sei-protocol/seictl/releases/download/v0.0.49/seictl_Linux_x86_64.tar.gz
tar -xzf seictl_Linux_x86_64.tar.gz
sudo mv seictl /usr/local/bin/

# macOS (Apple Silicon)
curl -LO https://github.com/sei-protocol/seictl/releases/download/v0.0.49/seictl_Darwin_arm64.tar.gz
tar -xzf seictl_Darwin_arm64.tar.gz
sudo mv seictl /usr/local/bin/

# macOS (Intel)
curl -LO https://github.com/sei-protocol/seictl/releases/download/v0.0.49/seictl_Darwin_x86_64.tar.gz
tar -xzf seictl_Darwin_x86_64.tar.gz
sudo mv seictl /usr/local/bin/

Verify Installation

seictl --version

Changelog

Features

  • db8d116: feat(nodedeployment): add --override flag for spec.template.spec.overrides (#160) (@bdchatham)

What's Changed

Full Changelog: v0.0.48...v0.0.49


Checksums

Verify your download with the checksums in checksums.txt.

Support