github osmosis-labs/osmosis v15.0.0-rc3
Osmosis v15.0.0-rc3 🧪

latest releases: x/ibc-hooks/v0.0.17, x/epochs/v0.0.11, osmoutils/v0.0.15...
pre-release20 months ago

Release candidate for v15 used for the osmo-test-4 testnet update.

This release is created to simplify the testnet update process via cosmovisor.

Mainnet will not go through this upgrade.

What Changed

See the full changelog here

Usage

🐳 Docker

The following Docker images are available in our registry:

Image Description
osmolabs/osmosis:15.0.0-rc3 Default image. Based on Distroless image
osmolabs/osmosis:15.0.0-rc3-distroless Distroless image (same as above)
osmolabs/osmosis:15.0.0-rc3-nonroot Distroless non root image
osmolabs/osmosis:15.0.0-rc3-alpine Alpine image

Example:

docker run osmolabs/osmosis:15.0.0-rc3 version
# v15.0.0-rc3

All the images have support for arm64 and amd64 architectures.

🔨 Build from source

git clone https://github.com/osmosis-labs/osmosis
cd osmosis && git checkout v15.0.0-rc3
make install

⚡️ Download binaries

Binaries for linux amd64 and arm64 are available below.
Darwin users should build binaries from source.

Don't miss a new osmosis release

NewReleases is sending notifications on new releases.