github osmosis-labs/osmosis v14.0.1
Osmosis v14.0.1 🧪

latest releases: v25.0.0, v25.0.0-rc0, x/ibc-hooks/v0.0.15...
15 months ago

This is a patch release that introduces minor bug fixes. It can be applied at the node operator's convenience.

Namely, fixes EstimateSwapExactAmountIn and EstimateSwapExactAmountOut x/gamm CLI and geometric TWAP genesis validation.

What Changed

See the full changelog here

Usage

🐳 Docker

The following Docker images are available in our registry:

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

Example:

docker run osmolabs/osmosis:14.0.1 version
# v14.0.1

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 v14.0.1
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.