Skip to content

Releases: sei-protocol/seictl

v0.0.53

26 May 18:46
5161172

Choose a tag to compare

⚙️ seictl v0.0.53

Welcome to the v0.0.53 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.53/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.53/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.53/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

What's Changed

Full Changelog: v0.0.52...v0.0.53


Checksums

Verify your download with the checksums in checksums.txt.

Support

v0.0.52

26 May 15:50
87acbcb

Choose a tag to compare

⚙️ seictl v0.0.52

Welcome to the v0.0.52 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.52/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.52/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.52/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

What's Changed

Full Changelog: v0.0.51...v0.0.52


Checksums

Verify your download with the checksums in checksums.txt.

Support

v0.0.51

18 May 23:32

Choose a tag to compare

⚙️ seictl v0.0.51

Welcome to the v0.0.51 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.51/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.51/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.51/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

What's Changed

Full Changelog: v0.0.50...v0.0.51


Checksums

Verify your download with the checksums in checksums.txt.

Support

v0.0.50

18 May 20:11
b37c69a

Choose a tag to compare

⚙️ seictl v0.0.50

Welcome to the v0.0.50 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.50/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.50/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.50/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

Others

What's Changed

Full Changelog: v0.0.49...v0.0.50


Checksums

Verify your download with the checksums in checksums.txt.

Support

v0.0.49

07 May 20:51
fb39223

Choose a tag to compare

⚙️ 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

v0.0.48

07 May 00:13
d829dcf

Choose a tag to compare

⚙️ seictl v0.0.48

Welcome to the v0.0.48 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.48/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.48/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.48/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

What's Changed

Full Changelog: v0.0.47...v0.0.48


Checksums

Verify your download with the checksums in checksums.txt.

Support

v0.0.47

06 May 21:41
a521c06

Choose a tag to compare

⚙️ seictl v0.0.47

Welcome to the v0.0.47 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.47/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.47/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.47/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

Others

What's Changed

Full Changelog: v0.0.46...v0.0.47


Checksums

Verify your download with the checksums in checksums.txt.

Support

v0.0.46

06 May 21:46
5087687

Choose a tag to compare

⚙️ seictl v0.0.46

Welcome to the v0.0.46 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.46/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.46/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.46/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

Others

What's Changed

Full Changelog: v0.0.45...v0.0.46


Checksums

Verify your download with the checksums in checksums.txt.

Support

v0.0.45

06 May 20:50
178d372

Choose a tag to compare

⚙️ seictl v0.0.45

Welcome to the v0.0.45 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.45/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.45/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.45/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

Others

What's Changed

Full Changelog: v0.0.44...v0.0.45


Checksums

Verify your download with the checksums in checksums.txt.

Support

v0.0.44

06 May 18:16
c8129e0

Choose a tag to compare

⚙️ seictl v0.0.44

Welcome to the v0.0.44 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.44/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.44/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.44/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

Others

What's Changed

Full Changelog: v0.0.43...v0.0.44


Checksums

Verify your download with the checksums in checksums.txt.

Support